Hi all,

I am trying to create a single-sign-on between a classic asp webpage to an asp.net page.
Following is the HTML form on the classic asp page:

<form name="fmForm" action="https://secure.abc/Login.aspx?" method="post" enctype="multip art/form-data">
<input type="hidden" name="user" value="<% = username %>">...