Error 404 when accesing newly created ASP.NET website on IIS 7.0

Posted by Wodzu on Server Fault See other posts from Server Fault or by Wodzu
Published on 2010-11-09T10:45:59Z Indexed on 2011/11/19 17:57 UTC
Read the original article Hit count: 218

Filed under:
|
|

I've created an ASP.NET website and published it to a file from visual studio. Then I've copied my folder to the inetpub\wwwrot directory. Next under IIS I've converted this folder to the application.

Unfortunately, when I try to acces it like this: http://localhost/myappname I am getting 404 error. I was thinking that maybe IIS is not configured to process aspx files, but under http://localhost/default.aspx there is a working sharepoint website.

Have you got any ides where might be the problem?

© Server Fault or respective owner

Related posts about iis7

Related posts about ASP.NET