It might sound a bit of a unorganized architecture but this is what I am doing
I am working on a machine that is situated in location A and I connect through VPN to a RDP at location B which has sql server 2008 R2 installed on it.
I work from machine A and develop the SSRS reports on the RDP at location B.
if I want to view the reports I just log into the RDP and enter the report server url which redirects me to the report.
Now the problem is that I want others to view the SSRS reports which are residing on RDP at location B. Is it possible that the users don't login to the rdp using vpn but view the reports just by entering the url for the report from any machine. Just like a website?
If not what is the best possible method that I can implement to make the reports public.
Thanks in advance.