up vote 0 down vote favorite
share [g+] share [fb]

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

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
Ta; just trying to do away with IT excuses. I'll test it on my dev-server for extra embarrassing effect. – Chris M Jun 17 '09 at 11:10
Should be easy enough! Good luck :-) – Razzie Jun 17 '09 at 11:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.