D
DLI
We have a web app developed in Visual Studio 2003 v 7.1.3 using Framework
1.1.4
When running the project in the IDE on a shared development server running
Windows 2003 and IIS 6.0 or my local machine which is XP and IIS 5.1, I have
the following problem:
Since we are developing multiple sites on the same machine, each website has
its own folder under the default website in IIS. When the project is
compiled and the website is viewed via a browser, the root relative paths to
images and redirects all work fine. When we use the IDE to debug or run the
project, the root relative paths do not work correctly. This makes debugging
and testing a real chore since we use a lot of shared controls and shared
images and we have two folders protected by forms authentication.
Is there a way to tell the IDE to use a specific folder as the root for root
relative paths?
TIA
1.1.4
When running the project in the IDE on a shared development server running
Windows 2003 and IIS 6.0 or my local machine which is XP and IIS 5.1, I have
the following problem:
Since we are developing multiple sites on the same machine, each website has
its own folder under the default website in IIS. When the project is
compiled and the website is viewed via a browser, the root relative paths to
images and redirects all work fine. When we use the IDE to debug or run the
project, the root relative paths do not work correctly. This makes debugging
and testing a real chore since we use a lot of shared controls and shared
images and we have two folders protected by forms authentication.
Is there a way to tell the IDE to use a specific folder as the root for root
relative paths?
TIA