0346aa3531a7e1bef1ad301970e0cb66595f69d6
Guides/Webforms-Basic-Integration.md
| ... | ... | @@ -13,14 +13,19 @@ This guide will use Izenda Web Forms C# kit and a simple Web Forms application, |
| 13 | 13 | Web Forms C# download link](http://archives.izenda.us/ri/webforms/webforms-cs.zip) |
| 14 | 14 | ##Instructions |
| 15 | 15 | |
| 16 | -###Step 1. Create a new simple Web Forms application in Visual Studio |
|
| 16 | +###Step 1. Create a new Web Forms application in Visual Studio |
|
| 17 | 17 | |
| 18 | +In Visual Studio, select File -> New -> Website. |
|
| 18 | 19 | |
| 19 | - |
|
| 20 | + |
|
| 20 | 21 | |
| 21 | - |
|
| 22 | +In the New Website pop-up choose ASP.NET Web Forms Site in Visual C#. |
|
| 22 | 23 | |
| 23 | - |
|
| 24 | + |
|
| 25 | + |
|
| 26 | +Make sure to set your new website's name and folder location. |
|
| 27 | + |
|
| 28 | + |
|
| 24 | 29 | |
| 25 | 30 | |
| 26 | 31 | ###Step 2. Add Izenda.AdHoc.dll and log4net.dll to the project’s reference |