SQL Server 2005 Reporting Services - Pros and Cons

前端 未结 11 1058
广开言路
广开言路 2021-02-08 06:54

I am developing a web application using ASP .NET 2.0, VS 2008 and SQL Server 2005. I would like to Use SSRS 2005 for the various reports I need to build for this web application

11条回答
  •  庸人自扰
    2021-02-08 07:07

    Correct me if i'm wrong but SSRS does not use Forms Authentication. For viewing reports from a web app using the built-in components will use what ever authentication is used for the application. However for subscription and using the Report Builder application (click-once) which requires access to the Report Manager its windows authentication.

    [Edit] From Robert MacLean - MSSQL 2008 does support Forms Authentication, which is a good thing.

提交回复
热议问题