G
Guest
It know that we can use the following method
http://msdn2.microsoft.com/en-us/library/eb0zx8fc.aspx
to form authenticate across multiple applications.
I have created an asp.net application that supports form authentication. My
application is going to be called by another legacy application (HTML) which
does the initial authentication.Something like this:
<form name="form1" action="auth.asp" method="post" >
......
</form>
How can I implement "Forms Authentication Across Applications" in this
case? I assume sending authentication information via query string is my
only option, right?
Thanks a lot
Fariba
ASP.NET ISharp - Cairo
http://msdn2.microsoft.com/en-us/library/eb0zx8fc.aspx
to form authenticate across multiple applications.
I have created an asp.net application that supports form authentication. My
application is going to be called by another legacy application (HTML) which
does the initial authentication.Something like this:
<form name="form1" action="auth.asp" method="post" >
......
</form>
How can I implement "Forms Authentication Across Applications" in this
case? I assume sending authentication information via query string is my
only option, right?
Thanks a lot
Fariba
ASP.NET ISharp - Cairo