ASP.NET version greyed out on IIS version 6.0
/* Posted April 7th, 2008 at 8:11am [Comments: none] *//* Filed under Programming, Web, Windows */

After upgrading my server with the latest patch, one of the problems was that my ASP.NET website properties was greyed out. I was unable to change 1.1 to 2.0.
The simple fix on sub directories is:
go into IIS -> Right Clicking on the sub-directory in question and selecting Properties -> clicking on the directory tab -> Clicking Create under the application settings section. You will then be able to change the ASP NET version on the sub-directory.
To ge the whole site into 2.0, i just recreated the site.


















