WCF with Singleton and without .NET framework 4.6.1
- Compile
- Open "Developer Command Promt for VS"
- cd WCFwithSingleton\WCFwithSingleton.Service\bin\Debug\
- installutil WCFwithSingleton.Service.exe
- NET START WCFwithSingletonService
- Open browser
- Go to url - http://localhost/WCFwithSingletonWS
- Select single or particial wsdl
- Open "Developer Command Promt for VS"
- NET STOP WCFwithSingletonService
- WIN+R
- CMD
- SC STOP WCFwithSingletonService
- SC DELETE WCFwithSingletonService