

I have specific Site on IIS. Under that many application are deployed. Now I want to stop only one particular application under that specific Site. When I right click on that application folder it is not showing stop option. But wen I right click on that specific Site it is showing stop option. Now I dont want to stop all the application under that but only one. How I can do that?
Jaganathan BantheswaranPosted Apr 3, 2014, 8:29 AM
You can do that using Appcmd.exe.
To start or stop a site,
appcmd start | stop site /site.name:yoursitenamewithoutquot
Shweta LodhaPosted Apr 3, 2014, 8:27 AM
http://stackoverflow.com/questions/1153449/asp-net-2-0-how-to-use-app-offline-htm