ASP.NET and HTTPS

  • Thread starter Thread starter John Peter
  • Start date Start date
I'd say: yes.
ASP.NET is not (really) aware of the transport protocol used to send the page.

HTH,
Axel Dahmen
 
All that is needed for an HTTPS request is to request a resource using
"https://" instead of "http://".

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Big things are made up of
lots of Little things.
 
Back
Top