Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
  Database
Automation
OS/Networking
Graphics
Links
Tools
» Regular Expr Tester
» Free Tools


After you install reporting services by default report server will be configured to use http://machinename/reportserver virtual server. This will be fine if you want to use Reporting Services with in your intranet but if you want to access it using IP or fully qulified domain name over internet then you have to make some changes to default configuration.

Deploying a Report Server for Internet Access

Settings in the rswebapplication.config file provide values that are used to direct requests from Report Manager to a report server. By default, the configuration file includes ReportServerUrl. Report Manager uses this value to find the report server that contains server state information and stored items. In an intranet deployment model, the Report Manager connects to a report server using a network name (for example, http://server01/reportserver).

To access a report server on the Internet, you must add a ReportServerExternalUrl configuration setting that specifies the fully qualified domain name of the report server. The external client uses this value to access a report server. In this scenario, the browser that is hosting Report Manager must send a fully qualified domain name when making requests on behalf of Report Manager to the report server.

The following example illustrates the syntax for ReportServerExternalUrl:

Note: If you have installed RS at default path then RSWebApplication.config can be found under C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportManager

<UI>
    <ReportServerUrl>http://server01/ReportServer</ReportServerUrl>
    <ReportServerExternalUrl>http://server01.mycompany.com/ReportServer</ReportServerExternalUrl>
</UI>


Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )


Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.