C
Chuck P
Using vs05 and making an asp.net 2.0 website.
We use VSS and have everything organized like this
SolutionName
Documents
Code
WebProjectName1
WebServiceProjectName1
The issue we have is that on our production website we have some
directories off of the root
\
StyleSheets
Images
All of our websites use these common Virtual Directory
In VS05 I can't figure out how to use these common directories without
importing them into the project.
That is due to the way the built in web server works.
Can you configure it to use virtual directories?
Is there some work around so that I don't have to put the shared
directories into every project? I'd like to use the VS Development
Web Server because it makes it easy to check out projects to new
computers (no local IIS virtual directory creating for the project).
I saw this article a while back:
http://delphi.about.com/od/adptips2005/qt/cassinivalidate.htm
Are there some Cassini limitations I should know about?
thanks,
We use VSS and have everything organized like this
SolutionName
Documents
Code
WebProjectName1
WebServiceProjectName1
The issue we have is that on our production website we have some
directories off of the root
\
StyleSheets
Images
All of our websites use these common Virtual Directory
In VS05 I can't figure out how to use these common directories without
importing them into the project.
That is due to the way the built in web server works.
Can you configure it to use virtual directories?
Is there some work around so that I don't have to put the shared
directories into every project? I'd like to use the VS Development
Web Server because it makes it easy to check out projects to new
computers (no local IIS virtual directory creating for the project).
I saw this article a while back:
http://delphi.about.com/od/adptips2005/qt/cassinivalidate.htm
Are there some Cassini limitations I should know about?
thanks,