reportview page file not found
Hi all, I have developed some reports and they are working fine in my local machine Now i have deployed my application on one server that contains IIS 7 I am using the same database which i was using in my local environment But now when i try to view my reports i.e. on my reportviewer page i am getting 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable. now i am not getting how to get rid of this problem. Plz help !!!!
March 17th, 2011 8:42am

Hi ameyjoe, I have tried to deploy an application on a remote server, but I have not raised 404 errors on the server. My environment is that, local host: Win7 64-bit OS, Server: window server 2008 64-bit OS, and vs2008 have been installed on both of the server. I think the issue you have raised maybe caused by IIS configuring. With SQL Server 2008 and IIS7, Please try following steps to check if it works for you. 1. Double-click on Handler Mappings icon under IIS area. 2. Click on Add Managed Handler at the Action pane on your right, 3. Enter the following in the Add Managed Handler dialog: Request path: Reserved.ReportViewerWebControl.axd Type: Microsoft.Reporting.WebForms.HttpHandler Name: Reserved-ReportViewerWebControl-axd 4. Click OK to apply these settings, and then do IISRESET. You may also need to add the following to your web.config in the <handlers> section, although I think this is only for older versions of IIS: <add name="Reserved-ReportViewerWebControl-axd" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler" resourceType="Unspecified"/> For more details about how to troubleshoot IIS 7 errors, please see, Advanced Web server deployment and development with IIS 7.0 and ASP.NET: http://mvolo.com/blogs/serverside/archive/2007/07/26/Troubleshoot-IIS7-errors-like-a-pro.aspx If the issue still exists, please post the thread to IIS forum: http://forums.iis.net/1052.aspx, there are many professional engineers at this topic. Thanks, Eileen Zhao
Free Windows Admin Tool Kit Click here and download it now
March 24th, 2011 2:07am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics