Renaming applications in IIS 7.0
I recently had to do this and I think you are better off using appcmd because ,as you said, we don’t know what other changes may occur behind the scenes Example, appcmd list app APP “Default Web Site/” (applicationPool:DefaultAppPool) APP “Default Web Site/develop” (applicationPool:mypool) APP “Default Web Site/develop/xyz” (applicationPool:mypool) In my case, I did have … Read more