Tagged Questions
0
votes
1answer
108 views
don't know how this virtual directory structure was setup on iis6
Our development server has a setup as follows:
\\DEVSRVR\WEBSITES\COMMON
└───include
Here is where all css and script files resides. They are required by various web applications
...
2
votes
3answers
3k views
Set default page to virtual directory in IIS 6
I have two applications, one of which is a store and is located under the virtual directory "store", while the main "application" is the parent website/application. However, when visiting the the ...