"Steven Cheng[MSFT]" <stcheng@online.microsoft.com> wrote in message
news:NKpKRn4MGHA.2072@TK2MSFTNGXA01.phx.gbl...
> Hi Chris,
>
> Welcome to the MSDN newsgroup.
>
> As for FormsAuthentication and windows authenticaiton, they can not be
> used
> together for a single reporting service instance in mix mode. This is
> actually the same with ASP.NET web application since the report server
> application is ASP.NET based which can only be configured to use a single
> authentication mode at a time. Also, for deploying reporting service and
> configure authentication mode, there is no such simplified buildin
> deployment task in visual studio. Based on my understanding, the
> authentication mode for reporting service is mainly configured for the
> report server application, we need to do the following things basically:
>
> 1. configure the report server application to use custom
> authentication(form authentication) in IIS.
>
> 2. add the custom authenitication extension classed into report server
> application, need to modify the configure files.
>
> All these tasks can not be done by visual studio task. You can refer to
> the
> following msdn tech article on deploying forms authentication extension
> for
> SQL server Reporting service(the thoery also applies to 2005 though be
> written for 2000):
>
> #Using Forms Authentication in Reporting Services
>
http://msdn.microsoft.com/library/en-us/dnsql2k/html/ufairs.asp?frame=true >
> Hope this helps.
>
> Regards,
>
> Steven Cheng
> Microsoft Online Support
>
> Get Secure!
www.microsoft.com/security > (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
>
>
>
>
>
>
>
>
>
>
>