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
-![Open the Application](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-15_13_52-Start-Page---Microsoft-Visual-Studio.png)
20
+![Create a new Website](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-15_13_52-Start-Page---Microsoft-Visual-Studio.png)
20 21
21
-![Open the Application](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-15_14_33-New-Web-Site.png)
22
+In the New Website pop-up choose ASP.NET Web Forms Site in Visual C#.
22 23
23
-![Open the Application](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-15_26_08-New-Web-Site.png)
24
+![Create a new Web Forms App](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-15_14_33-New-Web-Site.png)
25
+
26
+Make sure to set your new website's name and folder location.
27
+
28
+![Name Your Application](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-15_26_08-New-Web-Site.png)
24 29
25 30
26 31
###Step 2. Add Izenda.AdHoc.dll and log4net.dll to the project’s reference