I changed the compilation debug from true to false and now when I try to access the site, I get the error page isnt redirecting properly. The site is wrapped in SSL and it is deployed with debug = true and works fine but after doing some research I learned that it should be debug = false.
The error description is that the webpage redirects you in an endless loop. I am going to the home page and I dont know where the endless loop is coming from.
When you change any file in hosted web app, IIS drops application pool and with it all session states. So if you are storing something in the session oyour change may trigger some logic in your application when you are relying on session variables.