Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert application to regular folder in IIS7

Tags:

iis

iis-7

In IIS7, If I want to create an application, I just right-click on a folder to do it:
enter image description here

If later on I want to convert it back to a regular folder (not an application), how can I do it?

like image 505
user990635 Avatar asked Dec 06 '11 02:12

user990635


People also ask

What is convert to application in IIS?

Description. The ConvertTo-WebApplication cmdlet converts an Internet Information Services (IIS) virtual directory to an IIS web application.

Is difference between virtual directory and application?

A virtual directory is just a pointer to a different location on disk. It points to a fixed path on disk that is different that its parent folder. An application is a boundary between different folders. ASP.NET uses it to create a new AppDomain root (or application root).

What is a virtual path in IIS?

A virtual directory is a directory name (also referred to as path) that you specify in IIS and map to a physical directory on a local or remote server.

Can I delete IIS folder?

Tap and hold the folder you'd like to delete. Tap Remove Folder. Tap Remove from Home Screen. The apps that were in the folder will be moved to your App Library.


1 Answers

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

like image 100
SP007 Avatar answered Oct 26 '22 19:10

SP007