J
JDC
Hi all,
I have an ASP.NET application for which I'd like the "login" page to
be secure. The problem I have is that while my hosting company gives
me a "secure" option, secure pages appear under a different domain.
For example; my application is hosted here:
http://www.example.com/myapp/
But pages uploaded to the "secure" folder appear here:
https://somesecureserver.com/example/
I don't want to put the whole application in the secure folder, so is
it possible to have a login page at https://somesecureserver.com/
login.aspx that authenticates the user for my application at http://
www.example.com/myapp/ ...?
Thanks in advance,
JDC
I have an ASP.NET application for which I'd like the "login" page to
be secure. The problem I have is that while my hosting company gives
me a "secure" option, secure pages appear under a different domain.
For example; my application is hosted here:
http://www.example.com/myapp/
But pages uploaded to the "secure" folder appear here:
https://somesecureserver.com/example/
I don't want to put the whole application in the secure folder, so is
it possible to have a login page at https://somesecureserver.com/
login.aspx that authenticates the user for my application at http://
www.example.com/myapp/ ...?
Thanks in advance,
JDC