Can you create sub-applications within applications in IIS/ASP.Net

自作多情 提交于 2019-12-08 03:59:48

问题


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.

  • http://www.domain.com/ < Global App
  • http://www.domain.com/newapp < New App

Is this actually possible or just a pipe dream; I'm aware that its possible to set additional locations for assemblies (as per: http://msdn.microsoft.com/en-us/library/4191fzwb(VS.80).aspx) but a full app I'm not to sure.

Ta


回答1:


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.

See this question.



来源:https://stackoverflow.com/questions/1006218/can-you-create-sub-applications-within-applications-in-iis-asp-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!