Chris McKee
Chris McKee

Reputation: 4387

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

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.

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

Upvotes: 3

Views: 9926

Answers (1)

Razzie
Razzie

Reputation: 31232

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.

Upvotes: 5

Related Questions