Page Error ASP/ASP.NET

  • Thread starter Thread starter James
  • Start date Start date
J

James

After installing .net framework on our Intranet, when I
try to pull up a page to test the page, I get this message:

HTTP Error 403
403.1 Forbidden: Execute Access Forbidden

This error can be caused if you try to execute a CGI,
ISAPI, or other executable program from a directory that
does not allow programs to be executed.

Please contact the Web server's administrator if the
problem persists.
 
It's telling you exactly what the problem is. Check the security access for
this directory and ensure the account has privilages to run.
 
Back
Top