Friday 13 September 2013

Remove Application From IIS ( also from application pool , otherwise reconfiguration cause errors)

You must remove application from two places :
One is from tree coming at right side of IIS main window , that's easy one , just right click and remove
Second one is to remove from application pool , for that purpose go to "C:\windows\system32\inetsrv\config" and edit "applicationHost.config" , find your application in it which must be in xml nodes format some thing like this :

<application ...> </application> 

Remove that node containing your application and refresh IIS.
And that's just all what you need:)

No comments:

Post a Comment