I have a shared hosting environment which supports asp.net 4.0 with IIS 7.5. We had developed application in .net framework 4.5.2 with asp.net mvc 5.0.0.0. As i had deployed application through ftp and when i had navigated through site url then i was getting message like "Access to site was denied.You don't have authorisation to view this page.HTTP ERROR 403". I had tried many solutions from stack overflow as follows : 1. 2. had given full permission to root folder (network service) 3. Enable/disable directory browsing history None of them was working at my end. Once i may remove all content and put a simple html page then it will work. Is there anything that i forgot to add or miss?
I had followed "403 - Forbidden: Access is denied. ASP.Net MVC", "IIS 7.5 - 403 Forbidden"