I have two separate web applications named MainWeb and Reports. I want to deploy them this way: there would be one virtual application for MainWeb, pointed, for instance, to c:\\inetpub\\www\\mainweb.
We are planning to uninstall and reinstall IIS 6.0 on Windows 2003 Ser开发者_C百科ver. Do I have to recreate the Virtual Directories after I reinstall IIS or will it be available?
Is it possible to look into multiple virtual director开发者_StackOverflow中文版ies, using a single web application?
I\'ve been told that you can create virtual directories in IIS hosted on Azure but I\'m struggling to find any info on this as its a relatively new feature. I\'d like to point the virtual directory to
I am creating virtual directory in IIS 6 using C#. I am able to create the virtual directory but the \'Application Name\' field remains empty.
Is any special routing or IIS config needed when a controller action uses the same URL as a virtual directory?
I\'m receiving the 500.19 erro开发者_开发知识库r in IIS7 for a virtual directory that I\'ve added for an applicaiton. The HResult code is 0x80070003. The error message is \"The requested page cannot b
I have 3 applications running at my end. RootSite RootSite/VirtualDirectory1 RootSite/VirtualDirectory2
When a user registers I am wondering how to create them a dynamic directory (which will show they\'re profile), such as Facebook / MySpace.
I want to run my new web application with forms authentication under the ASP.NET Development WebServer (Cassini), but not at site root \"/\" (rather, at the path it will reside in production; \"/New\"