Reputation:
I have virtual host where I have set up an IIS 6 server. In the extensions I have added ASP.NET v1.1.4322 and ASP.NET v2.0.50727 and set them to allowed, but I still get a file not found error when using aspx files.
Do I need to setup mimetypes for aspx or anything else?
Upvotes: 1
Views: 324
Reputation: 6760
I'm not sure if this will help but you can go to the command line and type:
"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe -i"
That may resolve your problem.
Upvotes: 2
Reputation: 46415
Have you set the correct version of ASP.Net in the root website or Virtual DIrectory?
Upvotes: 0