Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert an application from an IIS7.0 website back to a virtual directory

Tags:

iis

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

like image 382
krystan honour Avatar asked Mar 20 '12 17:03

krystan honour


People also ask

How do I convert an app to a folder?

Right click on application folder and select remove. The application will be converted as regular folder.

How do you create a virtual directory on an existing Web site to a folder that resides on a remote computer?

Right-click the Web site that you want (for example, Default Web Site), point to New, and then click Virtual Directory. On the Welcome to the Virtual Directory Creation Wizard page, click Next. On the Virtual Directory Alias page, type the alias that you want (for example, Sales), and then click Next.

How do I create a virtual directory for ASP.NET application in IIS?

To create a virtual directory with IIS Manager for an ASP.NET application. In IIS Manager, expand the local computer and the Sites folder. Right-click the site or folder where you want to create the virtual directory and then click Add Virtual Directory.

How do I access the virtual directory in my browser?

In the Connections pane, expand the server name, expand Sites, expand the Web site to which you want to add the virtual directory, and then click the application to which you want to add the virtual directory. In the Actions pane, click View Virtual Directories, and then click Add Virtual Directory...


2 Answers

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

like image 103
Matt Kenny Avatar answered Oct 28 '22 04:10

Matt Kenny


Right click the application and select "Remove".

like image 30
Fls'Zen Avatar answered Oct 28 '22 03:10

Fls'Zen