Topic: Virtual Directory Setup
Share/Save/Bookmark
Basics
IIS (Internet Information Services)
1. You need a Virtual Directory to be able to run web pages/web services
     a. Go into IIS
     b. Right-click on the Default Web Site folder
     c. Select New > Virtual Directory
            i. Choose an alias (Name you want to call the Virtual Directory)
            ii. Next, navigate to the folder where your files are located
 
2. Folder that is referenced by the Virtual Directory
      a. You need to have at a minimum,
            i. The .asmx file
            ii. The Web.config file
      b. You also need a 'bin' folder, as well
      c. In the 'bin folder, put all .dll's that your project references