views:

169

answers:

2

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?

A: 

Have you set the correct version of ASP.Net in the root website or Virtual DIrectory?

ck
+1  A: 

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.

Chris
I have hit this issue a million times. aspnet_regiis has solved it about 999,999 of those.
JohnFx
Yes, thanks it worked!