how can i make 2 of my aspx page ssl

M

Mathew George

Hello all,

How do i set my 2 pages ssl.
I call page2 from page1 by doing a server.transfer("page2")

As page2 is ssl i get error as the protocol has to be https.

Are there any method to do apart from
server.transfer(https://myapp/page2.aspx)

Help please

Regards,
Mathew
 
C

Carl Prothman [MVP]

Mathew George said:
How do i set my 2 pages ssl.
I call page2 from page1 by doing a server.transfer("page2")
As page2 is ssl i get error as the protocol has to be https.
Are there any method to do apart from
server.transfer(https://myapp/page2.aspx)

Mathew,
Have you tried using Response.Redirect method?
http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemWebHttpResponseClassRedirectTopic.asp

Also, check out the following MS KB article:
INFO: Help Secure Forms Authentication by Using Secure Sockets Layer (SSL)
http://support.microsoft.com/default.aspx?scid=kb;en-us;813829
Note at the bottom of that KB article is a list of other KB articles that talk about SSL.

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top