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.
Author |
Topic |
kingreen
Starting Member
12 Posts |
Posted - 2005-02-28 : 13:07:32
|
Hi, I am new to reporting sevices and i have some doubts before i start using it for my application.The application i need to develop requires an interface for login to authenticate user and then based on there login need to allow them to access only particular reports. The biggest problem i am facing is that i need to develop the application using ASP 3.0 The questions i have is as follows.IS IT POSSBILE TO INTEGRATE sql reporting service with ASP3.0 ???1. I know u need .net framework on the server where you need ur reporting services but right now the thing is i need to develop reports for our application which is developed in ASP3.0. So can i still integrate them or i need to migrate my application to .net.(i am assuming here that i need to migrate the reports to html format to publish them or there is some viewer for the reports)2.Can i enhance the functionality of the reports with asp3.0 or i have to use .net. ( this i am asking because i need to allow them to access reports based on there role and user name and password so how can i achieve that. The way i nkow is having form based authentication using asp.net but for asp3.0 how can i achieve that )3. If i have to do things in .net can i do it by providing a wrapper for the .net applciation from my asp3.0 application Thanks for your helpRegards,--King |
|
|
|
|