Restart IIS
Go to command prompt in Admin mode. C:\WINDOWS\system32>iisreset
Go to command prompt in Admin mode. C:\WINDOWS\system32>iisreset
In Windows search, type in “Computer Name” and then click on “View your PC name”. An app should open with all the information about your PC.
Open up the “Internet Information Services (IIS) Manager” application. Server -> Sites -> Add Website Input “Site name”. Leave application pool to DefaultAppPool. Input “Physical path” to point to your web application root folder. Input “Port” number.
Scripts for installing and uninstalling service host on Windows machine. Need to reinstall every time the service is modified and recompiled. Make sure ServiceHost is setup atc:\AbcService\AbcServiceHost.exe InstallService.bat May need to modify the app.config to point the database connection to your database. UninstallService.bat Note: Once the service is installed, you don’t have to uninstall and... » read more