Configuring ASP.NET web site in IIS 6.0
Posted
by
Paul Knopf
on Server Fault
See other posts from Server Fault
or by Paul Knopf
Published on 2010-12-31T09:23:07Z
Indexed on
2010/12/31
9:55 UTC
Read the original article
Hit count: 270
I have installed IIS and .NET 4.0 on Windows Server 2003.
I have a web ready website that that targets .NET 4.0 and have updated the default website home directory to map to the website's directory.
When I visit the website in a web browser (localhost, localhost:80), I get a 404 error (File or directory not found).
Here is the IP address so you can see for yourself. http://72.45.244.92/
How do I get my ASP.NET 4.0 website to run?
© Server Fault or respective owner