i have a web app that runs locally on our network. the way users access it is by going to myserver:80/site/default.aspx
myserver:80/site/default.aspx
i reconfigured the settings to
When moving from Visual Studio's built-in web server to IIS, often you need to simply remove the top level directory form the URL:
ipaddress/default.aspx
or simply
ipaddress
if default.aspx really is a default.