Hi All

I am creating a aspx application which needs to conenct to the database, mail server as an when required.

My Database server (currently using SQL Server 2005) and the Mail Server (currently using MS Exchange) use active directory for authentication.

I need to implement the SSO to the DB and the mail from my aspx appliction. I have implmented SSO for domains and sub domains but not for different services. I have gone through the internet and found amny articles which talk about having a SSO and how to manage using hte machine key to the domain and the sub domain validations.

I am not aware how to use it for logging to the database and the mail server.

Plz help.

Thnx in advance.