G
Gigino
I'm developing an asp.net application and i need to execute an aspx
page using Secure Socket Layer; the problem is:
i call the page web form http://server/page1.aspx; when i submit this
form, i wanted to use the server.transfer to go to
httpS://server/page2.aspx with ssl, but the Transfer method doesn't
allow absolute path. Is there a way to do something like that or need
i to call with https all my pages?
thank you for any help
Pietro
page using Secure Socket Layer; the problem is:
i call the page web form http://server/page1.aspx; when i submit this
form, i wanted to use the server.transfer to go to
httpS://server/page2.aspx with ssl, but the Transfer method doesn't
allow absolute path. Is there a way to do something like that or need
i to call with https all my pages?
thank you for any help
Pietro