Can you create sub-applications within applications in IIS/ASP.Net - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T03:12:43Z http://stackoverflow.com/feeds/question/1006218 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1006218/can-you-create-sub-applications-within-applications-in-iis-asp-net 0 Can you create sub-applications within applications in IIS/ASP.Net Chris M 2009-06-17T10:26:26Z 2009-06-17T11:42:38Z <p>We have a global application (well out of my control) that runs a lot of sites. I'd like to create a new application (as I cant extend etc) within a folder so it could be accessed as follows.</p> <ul> <li><a href="http://www.domain.com/" rel="nofollow">http://www.domain.com/</a> &lt; Global App</li> <li><a href="http://www.domain.com/newapp" rel="nofollow">http://www.domain.com/newapp</a> &lt; New App</li> </ul> <p>Is this actually possible or just a pipe dream; I'm aware that its possible to set additional locations for assemblies (as per: <a href="http://msdn.microsoft.com/en-us/library/4191fzwb" rel="nofollow">http://msdn.microsoft.com/en-us/library/4191fzwb</a>(VS.80).aspx) but a full app I'm not to sure.</p> <p>Ta</p> http://stackoverflow.com/questions/1006218/can-you-create-sub-applications-within-applications-in-iis-asp-net/1006240#1006240 2 Answer by Razzie for Can you create sub-applications within applications in IIS/ASP.Net Razzie 2009-06-17T10:30:47Z 2009-06-17T10:30:47Z <p>You can create a new virtual application from IIS under the main application, which is very easy but you do have to have access to IIS, obviously.</p> <p><a href="http://stackoverflow.com/questions/569797/creating-virtual-application-directory-in-physical-folder-on-iis-asp-net">See this question.</a></p>