HTTPS

  • Thread starter Thread starter Aurelio
  • Start date Start date
A

Aurelio

I need some of of the pages of my web aplicattion work under the HTTPS
protocol. How can i do it?
 
Aurelio said:
I need some of of the pages of my web aplicattion work under the HTTPS
protocol. How can i do it?

You can't have just *some* of the pages under https within a single application
(or rather, within a single *session*): the browser sees the http: and https: urls
as different servers, so it will not send session-cookies from the one to the other.

To put a *directory* (it works on directory level, not file) under https, you need to
go to IIS. Properties of the directory within your site, tab "directory security",
under "Secure Communications". You will need "certificates" for this!

Hans Kesting
 

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

Back
Top