It sounds like (and maybe I'm hearing you wrong) that you want to be
able to use your own custom authentication process (I'm guessing that
SecureIIS requires some sort of userid and pwd). If not, then I don't
know, I haven't worked with SecureIIS. If so, if you are trying to use
your own custom authentication process, then be sure you look here and
read up. We implemented custom security here, and it is quite the
undertaking:
http://msdn2.microsoft.com/zh-cn/library/ms152899.aspx
John
George XU wrote:
> I created a web page with ASP.NET 2 and VB.BET 2. On the web page we
> put a ReportViewer to display a report of SQL Server 2005 Reporting
> Services. For the security reason, we use SecureIIS of eEye Digital Security
> to protect IIS. SecureIIS version is 2.1.1. If We arm the Site Security of
> SecureIIS, the report was not be displayed. As we disarm the Site Security
> of SecureIIS, the report was displayed well. Can anyone know how to solve
> this problem?
>
>
>
> Thanks
>
>
>
> - George