Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 accessing Report using browser

Author  Topic 

fmardani
Constraint Violating Yak Guru

433 Posts

Posted - 2007-02-14 : 13:47:40
Hi,
I have created a sample report called Report1 in SSRS 2005. This currently is running locally on my workstation.
I can even browse to it using the http address i.e. http://localhost/Reports
The question is: How can someone else access this report on my machine. They can not browse to my machine by typing http://12.32.2.344/Reports

Do I need to do any configuration in my local IIS?
Thanks

jhermiz

3564 Posts

Posted - 2007-02-14 : 15:01:48
quote:
Originally posted by fmardani

Hi,
I have created a sample report called Report1 in SSRS 2005. This currently is running locally on my workstation.
I can even browse to it using the http address i.e. http://localhost/Reports
The question is: How can someone else access this report on my machine. They can not browse to my machine by typing http://12.32.2.344/Reports

Do I need to do any configuration in my local IIS?
Thanks



Poor practice, why are you hosting the reporting server? Don't you have a server specifically for reports? If you're going to be hosting the server then simply give them your pc name (internally) or the ip address (externally) and users can browse the report.




Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]

RS Blog -- [url]http://weblogs.sqlteam.com/jhermiz[/url]
Go to Top of Page

fmardani
Constraint Violating Yak Guru

433 Posts

Posted - 2007-02-14 : 16:45:01
Hi,
I think you mis-understood or may be I should explain further.
I am experimenting on my machine by creatinmg a simple report.
1) Users can not browse to my machine by typing the ip address.
2) Not sure how to place this report on the web server.
Any guidance please?
Thanks
Go to Top of Page
   

- Advertisement -