ASP.net 4.0 default.aspx problem on IIS6
Posted
by Dimonina
on Stack Overflow
See other posts from Stack Overflow
or by Dimonina
Published on 2010-04-14T06:33:38Z
Indexed on
2010/04/14
6:43 UTC
Read the original article
Hit count: 410
I installed .net framework 4 on my windows 2003 enterprise x64, wrote simple asp.net 4.0 application (default.aspx page only). The application works great if request is to default.aspx, not to the root site:
contoso.com/ - doesn't work (Get 404 error)
contoso.com/default.aspx - works.
Default.aspx is in list of default documents in IIS. Please help.
© Stack Overflow or respective owner