Skip to main content

Posts

Showing posts from February, 2013

Registering IIS using aspnet_regiis.exe

In the morning I have deployed one web Application  on local IIS. Now in the hope of watching how my website’s landing page looks I did entered application's address in IE and suddenly something unexpected occurred IE shown me Yellow page of error. I was quite certain about my web application’s quality then what went wrong. by looking at the yellow screen shown below I got some clue what went wrong. looking at the screen above, its somewhat clear now that it has something to do with .net framework. It happened due to IIS registration with .net framework was disturb somehow. So my next step is to Registering an IIS with .net framework 4.0. Why we should register an IIS with particular version of .net framework ? well, the reason behind that is when When multiple versions of the .NET Framework are executing side-by-side on a single computer, the ASP.NET ISAPI version mapped to an ASP.NET application determines which version of the common language runtime (CLR) is used for the app