How do I tell if a page is SSL’d in ‘classic’ ASP? I can’t use Javascript because what I’m outputting is the results of a <noscript> tag.
This can’t be changed or modified in IIS. It has to be in the script file itself.
- https://example.com/something.asp should say YES
- http://example.com/something.asp should say NO
You should be able to get this info via
See here for more info.