Hi,
I can run the WebApp in debug mode by Visual Web Developer Express 2013 (cassin).
However i deploy to local IIS7.5 with .NET4.0 App Pool, it returns
HTTP ERROR 403.14 – Forbidden
checked that i have deployed in WebConfig
<modules runAllManagedModulesForAllRequests="true">
</modules>
checked that it is using Form based Authentication, which is referring to ~/Account/Login.
I have enabled anonymous and form based auth. in the IIS Setting.
Would anyone help? Thanks
Andrew
if you put a html file, it is the same error?
there is an iis forum where you will receive immediate attention to your error. i would suggest looking at your application pool identity and start parsing iis forum.
Hi Andrew,
What’s the detail error message that you get?
Please check whether ASP.NET modules has been installed.
# Install IIS and ASP.NET Modules
http://technet.microsoft.com/en-in/library/hh831475.aspx
You may reinstall IIS and try again.
Best Regards
Starain