Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI ,

I am developing an app. I still work on a dev server.

I tried to update a root folder on the web server where the app resides, but it seems that something wrong happened as I do not have access to the app anymore when I launch it (403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.)

I just replaced wwwroot folder, deleted some cache files and run IISreset...

If you have any input on this, I will really appreciate it !

Thank you.
Posted
Comments
Afzaal Ahmad Zeeshan 24-Nov-14 16:17pm    
Are you allowing the read/write permissions in your Admin panel? Allow guest users to be able to view your website pages.
Sparfell 24-Nov-14 16:21pm    
Yes, I have admin rights. Looks like there is an issue with the path location... I replaced a folder (same name) and it doesn't like it apparently.

1 solution

Hi,
this happened to me before not sure if this actually the same case as yours

after few modifications on a website i uploaded it to the hosting Server using FTP and somehow the config file got replaced i started having this problems with post login pages like my account and my profile, the website was using ASP.NET integrated security and that what i had to reconfigure before it was running again.

let me know if this helped you.

regards.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900