0
votes
2answers
16 views
Configure an IIS Site to default to non-root directory?
Say I have a directory structure like so:
/public
/public/company
/public/globals
/public/globals/images
/public/jobs
/public/jobs/it
... etc.
What I would like to do is to be …
1
vote
1answer
22 views
IIS restarts W3Svc when Creating new Virtual Directory from Default Web site
Hey
Any ideas why MS in their infinite wisdom makes IIS 6 restart the W3C Service when I create an application/or virtual directory and then change the runtime version?
Thanks
Ma …
2
votes
4answers
98 views
Read a web.config file in a virtual directory
I have an ASP.NET application (Root Application) that has a virtual directory set up to another ASP.NET application (Virtual Application). How can I make the Virtual Application r …
0
votes
1answer
59 views
ASP.Net Application Trust Medium File IO Outside Virtual Directory
I am trying to determine how suicidal this is...
I have a hosting environment where a custom ASP.Net CMS application needs to access the files in the root folder of a website even …
0
votes
2answers
60 views
ASP.NET in virtual directory is worth the effort?
I have been testing Umbraco because it's the most popular open source CMS in .NET out there and I was curious. It surprised me that is not possible to run it in a virtual directory …
0
votes
1answer
154 views
IIS Config file in virtual directory
I have multiple websites that all have the same code, but different app settings.
I want to place my app settings in a separate configuration file that is located in a virtual dir …
0
votes
1answer
94 views
Automatically authenticating a virtual directory in IIS 6.0
We have a website whose users supply HTML links to a virtual directory on the website. (Think www.website.com/dir1; dir1 is actually a virtual directory to a different server.) Th …
1
vote
1answer
25 views
Microsoft.Web.Administration VirtualDirectory permissions
I'm able to create a Virtual Directory in IIS7 using the Microsoft.Web.Administration dll pretty easily in the code shown below but I've been pulling my hair out trying to find out …
0
votes
0answers
37 views
Convert Application back to Virtual Directory in IIS7 [closed]
This is really simple if IIS6 but I can't seem to figure out how to convert an Application back into a Virtual Directory in IIS7 without having to delete it and recreate it from sc …
0
votes
1answer
34 views
IIS application with virtual directories running code in ASP.NET
If I have an ASP.NET application in IIS with virtual directories, can aspx pages in the virtual directories access DLLs within that application as well?
WEBSITE
-App___Data
…
0
votes
1answer
143 views
C# Deleting a IIS virtual directory on windows server 2003 gives a COMException
DirectoryEntry oDirectoryEntry = new DirectoryEntry(virtualDirMetaPath);
oDirectoryEntry.DeleteTree();
This throws a COMException 0x80005000. Any pointers welcome. Creation o …
0
votes
2answers
72 views
Force download of a file on a network share through IIS
I'm writing a quick web page to control access to a web based repository of audio file (recordings of lectures). The audio files are held on SAN and accessed from the web server u …
0
votes
2answers
107 views
How do I use IIS7 URL rewriting to hide virtual directories?
I have a server with IIS7 that I am using to host several different sites for testing. Due to an overabundance of bureaucracy, I am unable to use host headers (I can't get new ent …
3
votes
2answers
160 views
What is the difference between a website and a virtual directory
What is the difference between a website and a virtual directory?
1
vote
2answers
397 views
IIS6 Virtual Directory 500 Error on Remote Share
We have our servers at the server farm in a domain. Let's call it LIVE.
Our developer computers live in a completely separate corporate domain, miles and miles away. Let's call …
