I've developed an app in Visual Studio 2003 (Basic) then converted to VS 2005. I developed on Windows XP, IIS v5.1, .Net Framework 1.1. I then upgraded to .Net Framework 2.0.
I'm trying to deploy the application to a Windows Server 2003, IIS 6.0 and .Net Framework 2.0. If I point the Default Web Site to the physical directory, I can access the application (minus the images) by requesting However, if I create a new web site and point to the same physical directory, I'm unable to find the application. All settings and security config are the same. I can even access remotely by calling
Can anyone tell me how to access the application by calling the new website (instead of localhost).
I'm trying to deploy the application to a Windows Server 2003, IIS 6.0 and .Net Framework 2.0. If I point the Default Web Site to the physical directory, I can access the application (minus the images) by requesting However, if I create a new web site and point to the same physical directory, I'm unable to find the application. All settings and security config are the same. I can even access remotely by calling
Can anyone tell me how to access the application by calling the new website (instead of localhost).