9

I can currently convert a virtual directory to an application via the iis7.0 managers interface am I able to convert it back or is the only way to remove and remap

krystan honour
  • 6,523
  • 3
  • 36
  • 63

2 Answers2

9

After much and ponderous thought, I think you need to remove the application and remap as a virtual directory.

Lucifer
  • 29,392
  • 25
  • 90
  • 143
Matt Kenny
  • 106
  • 2
8

Right click the application and select "Remove".

Fls'Zen
  • 4,594
  • 1
  • 29
  • 37
  • unfortuantely that doesn't solve the issue it removes the application entirely which is not what i wanted, turns out though this is the only way to do this via the interface and then remap as a vdir, so +1 – krystan honour Mar 20 '12 at 17:49
  • 3
    If your application was hosted in a directory underneath the web site, then this remove turns it back into a plain folder, but as in your case, if its a virtual directory, then the virtual directory needs remapped. Unfortunately, I know of no other way to "descalate" an application back to just a plain vdir within the UI. – Fls'Zen Mar 20 '12 at 17:51