Ask a Question related to ASP.NET Security, Design and Development.
-
Jenicek@poh.cz #1
SSL comunications
hello,
I would like to run my ASP.NET application in SSL mode. I load htm page
with three frames and the IE shows this Security Information "This page
contains both secure
and nonsecure items. Do you want to display the nonsecure items ?" when I
click Yes Button the page is not load in SSL.
Can you help me?
thank you
Peter
Jenicek@poh.cz Guest
-
Svein Terje Gaup #2
Re: SSL comunications
Your problem can be due to the fact that you are referencing links or images using a url that starts with "http:". Try referencing everything in your page using either relative, ie."images/picture.gif", or absolute, ie. "/images/picture.gif", url's without the protocol.
Sincerely
Svein Terje Gaup
<Jenicek@poh.cz> wrote in message news:elQKkM9REHA.2000@TK2MSFTNGP11.phx.gbl...
hello,
I would like to run my ASP.NET application in SSL mode. I load htm page with three frames and the IE shows this Security Information "This page contains both secure
and nonsecure items. Do you want to display the nonsecure items ?" when I click Yes Button the page is not load in SSL.
Can you help me?
thank you
Peter
Svein Terje Gaup Guest
-
Re: SSL comunications
Also check the page's cache settings for other SSL issues:
see:
[url]http://support.microsoft.com/?id=316431[/url]
"Svein Terje Gaup" <stgaup@broadpark.no.spam> wrote in message news:%230L9ZyASEHA.2936@TK2MSFTNGP12.phx.gbl...
Your problem can be due to the fact that you are referencing links or images using a url that starts with "http:". Try referencing everything in your page using either relative, ie."images/picture.gif", or absolute, ie. "/images/picture.gif", url's without the protocol.
Sincerely
Svein Terje Gaup
<Jenicek@poh.cz> wrote in message news:elQKkM9REHA.2000@TK2MSFTNGP11.phx.gbl...
hello,
I would like to run my ASP.NET application in SSL mode. I load htm page with three frames and the IE shows this Security Information "This page contains both secure
and nonsecure items. Do you want to display the nonsecure items ?" when I click Yes Button the page is not load in SSL.
Can you help me?
thank you
Peter
Guest
-
Jenicek@poh.cz #4
Re: SSL comunications
hello
I made a frame page with simple htm pages and result is same. Can I use
page with frames in SSL mode ?
thank you
Peter
Jenicek@poh.cz Guest



Reply With Quote

