I am running a website using visual studio 2012 MVC .Net 4.5, IIS Express .
It was working fine on my local pc but suddenly a URL is not opening any more and gives me this error: HTTP Error 403.14 – Forbidden http://puu.sh/1YWWm
and when i opened IIS on this website it gave me this error http://puu.sh/1YWY8 , how i can solve this issue, should i re install something, please tell me with steps if possible
I found my bug, My website created a folder in the website root directory with the same name as my controller action path, seams that an error in my code did that.