Hello: I currently have a client server app (created in visual studio 2005) that connects to an sql server (2008). The db is located on a web server.

Now, I'm trying to decide how to set up the reports. I was thinking it would be nice to have the reports on the web server so both the types of users...e.g. employees and customers can have access to the reports.

I therefore, was thinking of creating a web application inside the current client server's application's solution. Either that or i could just create a separate web application that doesn't reside inside the client app.

I wasn't sure which was the best way to go...so I wanted to run it by you guys to see if I could get some input in order to make a decision.

thanks,
Proctor