Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Sep 22, 2012 09:09 AM by BhushanShah
Member
144 Points
35 Posts
Sep 22, 2012 06:50 AM|LINK
Hello,
I create one website which call ssrs report.
when i am trying to run that website from visual studio,it will generate proper report.
But when i am configuring that website in iis and after that when i am going to access it with iis,it would not generate report.
Some java script error occurs like 'this.Controller' is null or not an object are coming.
Please somebody help me.
Regards,
Bhushan Shah
SSRS report
All-Star
15922 Points
2982 Posts
Sep 22, 2012 07:01 AM|LINK
It seems as some permission issue. You run the site as admin in VS, so you should check and give the proper security rights on the applicaion pool user.
Regards
Sep 22, 2012 09:09 AM|LINK
I found a solution.
For that you have to Add Managed Handler in Handler Mappings section of IIS.
Details are as below :
Request path: Reserved.ReportViewerWebControl.axd Type: Microsoft.Reporting.WebForms.HttpHandler Name: Reserved-ReportViewerWebControl-axd
Regards, Bhushan Shah
BhushanShah
Member
144 Points
35 Posts
Cannot access website from iis which call ssrs report.
Sep 22, 2012 06:50 AM|LINK
Hello,
I create one website which call ssrs report.
when i am trying to run that website from visual studio,it will generate proper report.
But when i am configuring that website in iis and after that when i am going to access it with iis,it would not generate report.
Some java script error occurs like 'this.Controller' is null or not an object are coming.
Please somebody help me.
Regards,
Bhushan Shah
SSRS report
Bhushan Shah
HostingASPNe...
All-Star
15922 Points
2982 Posts
Re: Cannot access website from iis which call ssrs report.
Sep 22, 2012 07:01 AM|LINK
Hello,
It seems as some permission issue. You run the site as admin in VS, so you should check and give the proper security rights on the applicaion pool user.
Regards
Free ASP.NET Examples and source code.
BhushanShah
Member
144 Points
35 Posts
Re: Cannot access website from iis which call ssrs report.
Sep 22, 2012 09:09 AM|LINK
I found a solution.
For that you have to Add Managed Handler in Handler Mappings section of IIS.
Details are as below :
Request path: Reserved.ReportViewerWebControl.axd
Type: Microsoft.Reporting.WebForms.HttpHandler
Name: Reserved-ReportViewerWebControl-axd
Regards,
Bhushan Shah
Bhushan Shah