P
Philip Korolev
Hi All.
I am attempting to use SSL for the first time with ASP.NET I would like to be able to send my form details to another page using https:// connection. The page I am sending data to, uses Stored Procedures to add data to SQL Server. However attempting to use https:// in server.transfer (qualifying a full address) is returning an error. How can I use SSL with ASP.NET page transfers? If there is more than one technique, I would appreciate an example. I want o avaod using metod="get" for security reasons.
What I have tried so far:
1) In the Form tag I set action="https://mypage......." method="post"
2) Added a Server.Transfer("https://mypage.....") in the button event procedure
In advance, many thanks
Phil
I am attempting to use SSL for the first time with ASP.NET I would like to be able to send my form details to another page using https:// connection. The page I am sending data to, uses Stored Procedures to add data to SQL Server. However attempting to use https:// in server.transfer (qualifying a full address) is returning an error. How can I use SSL with ASP.NET page transfers? If there is more than one technique, I would appreciate an example. I want o avaod using metod="get" for security reasons.
What I have tried so far:
1) In the Form tag I set action="https://mypage......." method="post"
2) Added a Server.Transfer("https://mypage.....") in the button event procedure
In advance, many thanks
Phil