3

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

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
Chris McKee
  • 4,298
  • 10
  • 48
  • 83

1 Answers1

5

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.

Community
  • 1
  • 1
Razzie
  • 30,834
  • 11
  • 63
  • 78