Calling ASP.NET pages between 2 different applications

G

Guest

Hello,
I have two ASP.NET applications running on the same IIS and secured with
FormsAuthentication. After users login to one of them I would like them to be
able to call pages from another without doing login again. What would be the
the best technique to accomplish that?

Thanks
 
M

Mr Newbie

Thanks Brock,

I'll take a read of this, on first glance, it says it applies to ASP.NET 2.0
, does this alsp apply to asp.net 1.x?
 
T

Tim Cartwright

Correct me if im wrong, but wont his auth cookie need to be the same name as
well?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top