Thursday 14 March 2013

What happens when Asp.Net not installed on Windows 8 server

If you get an error like this:

image

It most likely means that asp.net is not installed in IIS (in my current case, in windows 8)

So, if your IIS looks like this

image

Its because the asp.net Application Features are not installed.

The solution is to add it:

image

In this case I missed the 4.5 features, so I had to run the wizard again:

image
image

Finally, after the installation, Asp.Net relevant icons should now appear in IIS:

image

References: