Hi Teo,
Could I have mutiple report manager links with the same instance for SQL 2005 reporting services? For example, http://abc/reports and http://abc:8080/reports ?
Thanks
Don
You can if you use RS 2008. With previous releases, your question boils down to can I have an IIS web application that can have different URLs. I believe the answer is yes if you use host headers which have to be registered in DNS but there may be an easier way.
Thanks Teo, I got it working, basically I setup new web site with port number, the VD, then make changes rswebconfiguration file, everything works.
Thanks again.