accessing ssrs2008 reports remotely with my systems IP without IIS [modified]
-
hi.. everybody.. i'm using ssrs2008 without IIS ... i've created my reports and deployed in my system.. i.e http://localhost:8080/rpt which are working fine.. (" i.e in XP prof SP3") now i've developed an application in different system which windows server2008 in that i'm using reportviewer now.. what i want is when i run the project in windows server the reports display from my system.. i.e my url http://myip:8080/rpt error msg("enable to connect remotely") please help me... i've tried by giving my http://myip:8080/rpt in another system .. but it will ask username and password i've tried giving my system and password .. and also the system name and passward where i'm trying to execute.. the error is displayed ("An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.") wat to do...
modified on Saturday, December 4, 2010 8:25 AM
-
hi.. everybody.. i'm using ssrs2008 without IIS ... i've created my reports and deployed in my system.. i.e http://localhost:8080/rpt which are working fine.. (" i.e in XP prof SP3") now i've developed an application in different system which windows server2008 in that i'm using reportviewer now.. what i want is when i run the project in windows server the reports display from my system.. i.e my url http://myip:8080/rpt error msg("enable to connect remotely") please help me... i've tried by giving my http://myip:8080/rpt in another system .. but it will ask username and password i've tried giving my system and password .. and also the system name and passward where i'm trying to execute.. the error is displayed ("An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.") wat to do...
modified on Saturday, December 4, 2010 8:25 AM
You need to design your report as a LOCAL report rather than a published report. That means your app gets the data and delivers it to the report, the report has a RDLC extension and has no awareness of the data connection.
Never underestimate the power of human stupidity RAH
-
You need to design your report as a LOCAL report rather than a published report. That means your app gets the data and delivers it to the report, the report has a RDLC extension and has no awareness of the data connection.
Never underestimate the power of human stupidity RAH
hi.. everybody i got the solution here.. http://community.discountasp.net/showthread.php?t=4402 but now again i'm in a problem how to assign security role for different system in a network for a folder or it can be report.. i want to assign diferent permission for different users..