forked from ilmatte/IISExpressGUI
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathHome.html
21 lines (21 loc) · 1.14 KB
/
Home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="wikidoc">
<p><strong>Project Description</strong></p>
<p>The GUI for IISExpress (version 7.5 and 8.0)<br>
<br>
<br>
<strong>Introduction</strong><br>
<br>
This project is a GUI for IISExpress, born to provide an easy way to start/stop web sites managed via IISExpress and to add new Web Sites to IISExpress configuration.</p>
<p>It can be useful if you don't want to open a command line or Visual Studio to run IISExpress or if you want to configure a web site to be run with IISExpress without opening Visual Studio.</p>
<p>It's a WPF application written in C# and it provides the following features:</p>
<p><br>
- Add new WebSite<br>
- Modify existing WebSite configuration<br>
- Start/Stop WebSite</p>
<p>The first release only supports:</p>
<p>- Http protocol<br>
- localhost </p>
<p>The following image shows the main page:</p>
<p><img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=iisexpressgui&DownloadId=695296" alt="Main Window" width="602" height="401" style="vertical-align:baseline"></p>
<p>In the documentation section you will find few more details of usage.</p>
</div><div class="ClearBoth"></div>