Report Server and IIS 7.0
- From: datawired <datawired@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 14 Aug 2008 16:01:02 -0700
I have two installations of SQL that have appered to go well. one was
installed by Data Protection Manager on IIS 7.0. I cannot connect to either
of the installs via I.E. I get the following error on the dpm server.
Server Error in Application "DEFAULT WEB SITE/REPORTSERVER$MS$DPM2007$"
Error 403.1
The "Scripts" or "Scripts and Executables" flag is not configured in Rights
and Permissions at the server, site, application, or page level.
The configuration/system.webServer/handlers@accessPolicy attribute does not
have Script or Execute configured.
Execute access is denied when you try to run a CGI file or other executable.
Script access is denied when you try to access an ASP, ASP.NET or other
dynamic scripting file.
The script mapping for the file you are trying to run is not configured to
recognize the HTTP verb you are using (such as GET or POST).
The HTTP verb for the script mapping is case sensitive, and use upper case.
The HTTP verb "POST" is correct, while "post" is incorrect and execution is
denied.
I have found this post and tried the suggested solution, but the option that
they tell me to set is not available. Do I need to modigy the web.config
file? If so, with what?
http://technet.microsoft.com/en-us/library/bb839480.aspx
Resolution
Edit permissions on the virtual directory to allow scripts to run:
In IIS Manager, open the Sites folder, and then open the folder of the Web
site that contains the report server virtual directory.
Select the report server virtual directory.
In the IIS area, double-click HTTP Handlers.
In the Actions pane, click Edit Handler Permissions.
Click Script.
Click OK.
Thanks in advance...
.
- Prev by Date: Re: Upgrade to SQL 2008
- Next by Date: Re: SQL2008 installation problem - Setup support rules
- Previous by thread: SQL2008 installation problem - Setup support rules
- Next by thread: Can't complete SQL 2005 Express SP 2 needed for security patch
- Index(es):
Relevant Pages
|