开发者_如何学PythonI created a windows Service app which knows how to create virtual directories in the root folder of the IIS (7.5).
My asp.net web application knows how to create sub-applications (asp.net applications with web.config file, located in sub folders of the root application).
This is my code for creating Virtual Directory in IIS: /// <summary> /// Creates the virtual directory.
I created an asp.net web application that can create dynamically asp.net web application projects within it\'s file system (subdirectories).
I have two web applications both on the same IIS 7 box. One application is running in an app pool with .NET 2.0. The other is running in a different app pool with .NET 4. Both are running as the app p
I have 2 asp.net sites (site1 and site2). site1 have a directory inside in called images. In images directory there are images. I need to upload file开发者_如何学Pythons using site2 aspx page, but nee
I have an ASP.NET MVC web application running in IIS as a subweb; let\'s say its path is something like http://mysite.com/subweb.
I have downloaded cruisecontrol.net setup and have installed it in \"C:\\Program Files\\CruiseControl.NET\".
I see that junctions are a common way of referencing shared code in many projects. However, I have not seen them used in web applications before.
Using IIS 6, is Application Isolation happen based on the Application Pool?If so, what happens when there is more than one Virtual Directory in one App开发者_如何学JAVAlication Pool?Do they all share