Dofs
Dofs

Reputation:

Setting up ASP.NET pages on IIS 6

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

Answers (2)

Chris
Chris

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

cjk
cjk

Reputation: 46415

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

Upvotes: 0

Related Questions