TypeScript Fundamentals – Session Recap

Today I participated in one of the events hosted by C# Corner, held at “C# Corner – Delhi Chapter”.  I spoke on Fundamentals of TypeScript. Below are few glimpses from the session. I also got few licenses of OzCode – A magical debugging tool for Visual Studio to distribute. We did a raffle to select the winners. Below are … Read more

How to manage IIS Server online

Hey folks, now it’s possible to manage your IIS (Internet Information Services) Server right from the browser. I’m here going to share the steps I was required to perform before it started running. It was simple though. Right now the service is in “Preview” mode, hope to see this launched very soon!

“To start, head over to https://manage.iis.net and download IIS Administration Setup.

3-download-iis-administration-setup

As soon the download starts, it shows you another screen waiting for the service to be installed and run, and let you proceed further.

4-wait-for-the-installation

 

The installation failed twice. It asked me to install “Microsoft Visual C++ 2015 Redistributable (x64)” first and then asked to install “Microsoft .Net Core 1.0.1 Windows Server Hosting”. I had no other trouble during the installation. My machine config at the time is Windows 10 Enterprise (x64) / i5 / 12 GB.

I did an IIS reset and the waiting window started receiving signals 🙂 The first screen prompted me with a default port (PORT# 55539) on localhost address and asked me to supply an “Access Token”.

6-connection-manager

The link below the input box lets you generate or refresh the access token. In the background, it installed “Microsoft IIS Administration Service” exposing a web service on port 55539. I’m yet to figure out if the port it configurable.

Generate an access token and supply to the IIS Management form and you’re done. It also allows you to set how soon the access token should be expired.

7-create-access-key

8-create-access-key_2

9-access-key-generated

10-connect-to-iis-administration

 

IIS Administration Setup needs to be installed on the machine running IIS Server. To manage any IIS server online you just need this Access Token.

So, the steps are as follow:

1. Install IIS Administration Setup and its dependencies on the IIS Server machine. (It will install and start “Microsoft IIS Administration” Service)

2. Generate Access Token on that machine

3. Use that token anywhere in the world to access IIS Server which belongs to the token. Make sure the port 55539 is allowed from the network you’re trying to access the IIS Server over the web.

Note: you can refresh the key anytime you want to (or an access token has been compromised).

Server and Website Administration is very smooth with the web console. All options from IIS Manager is available online and is very user friendly. You can do pretty much everything from the web console that comes available with IIS Manager on Windows.

Exploring websites:

11-iis-connected

Creating a website:

12-create-web-site

13-select-from-available-pools

Managing IIS Server:

15-server-specific-settings 14-administer-any-website

I’ll leave the rest of the exploration for you. Hope you enjoyed it. Thanks for reading!

Happy Learning 🙂

RealTime Pulse Monitor Using SignalR And Ignite UI igSparkline

Hey folks. Here I’m sharing a real time heart rate monitor app that I’ve created using SignalR and Ignite UI igSparkline chart. Ignite UI is so cool and comes in very handy when building adaptable UI for Line of Business applications. Here’s an article, on Getting Started with Ignite UI igGrid from my recent posts: … Read more

Session Recap: Learn Building a Website with Node.js and Express.js

Here’s a recap of the session – “Learn Building a Website with Node.js and Express“ held at C# Corner Delhi Chapter today (2016-06-19, Sunday). Attendees where mostly new to Node.js architecture and how it works. We started with Node Zero and went to building a web application using node.js and express. We also touched MongoDB  for … Read more

Presented Microsoft Azure DocumentDB at Global Azure Bootcamp 2016

It was a great show at Global Azure Bootcamp, happening worldwide,  organized at C# Corner – Delhi Chapter (in Noida). We had a very successful event. I presented on Microsoft Azure DocumentDB. Here are few clicks from the session, and the slide deck – just in case you attended and want it for reference. Clicks from … Read more