This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Allow custom virtual directory for web applications #240
Open
Description
SD-1922, originally created on 5/28/2013 21:44:14 by Matt Ward
To reproduce:
- Create an MVC application.
- Open project options and select the Web tab.
- Select use Local IIS Web Server.
- Enter a custom Project url.
- Click Create virtual directory button.
- Run the application.
Expected result:
SharpDevelop launches the project using the Project Url specified and
the application web page is displayed.
Actual result:
Virtual directory is created using the project name.
Also look at supporting custom project url for IIS Express.