|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Page Error ASP/ASP.NETAfter 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. ------------ Note, this happens for .asp pages and .aspx pages. Could you help me? Thanks. It's telling you exactly what the problem is. Check the security access for
this directory and ensure the account has privilages to run. Show quoteHide quote "James" <anonym***@discussions.microsoft.com> wrote in message news:198c01c53146$b915e9e0$a601280a@phx.gbl... > 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. > > > ------------ > Note, this happens for .asp pages and .aspx pages. Could > you help me? Thanks. |
|||||||||||||||||||||||