Can you create sub-applications within applications in IIS/ASP.Net - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T03:12:43Zhttp://stackoverflow.com/feeds/question/1006218http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1006218/can-you-create-sub-applications-within-applications-in-iis-asp-net0Can you create sub-applications within applications in IIS/ASP.NetChris M2009-06-17T10:26:26Z2009-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> < Global App</li>
<li><a href="http://www.domain.com/newapp" rel="nofollow">http://www.domain.com/newapp</a> < 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#10062402Answer by Razzie for Can you create sub-applications within applications in IIS/ASP.NetRazzie2009-06-17T10:30:47Z2009-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>