I am designing a website using PHP 5.2.9 and MS Sql Server 2005. I have an SSRS report and I want to set it up so that people over the internet can access it (after they put in a username and password, but i can figure that part out).
Our website is hosted locally on a web server and the database is on a seperate server. I haven’t set up the SSRS instance yet.
So any help on figuring out how to do this would be awesome (it’s a bit too late in the game to change over to asp.net(
Well I found some documentation from microsoft on the whole matter here. I’ve got it up and running now so I am happy. although in order for it to be perfect i still need another firewall between the web server and the rest of the network.