Re: Security Dialog box in Internet Explorer
- From: "pradeep_TP" <pradeepTP@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 10 Oct 2005 03:23:01 -0700
hi patrice,
You have given me an interesting clue. So you mean to say that, IIS creates
log for these security warnings. Can you please tell me how can i check IIS
log.
Thanks
pradeep_tp
"Patrice" wrote:
> And what if you check the IIS log server side for non HTTPS GETs ?
>
> --
> Patrice
>
> "pradeep_TP" <pradeepTP@xxxxxxxxxxxxxxxxxxxxxxxxx> a écrit dans le message
> de news:69746B7A-5368-49A2-AAE2-D60AB351592F@xxxxxxxxxxxxxxxx
> > Hi justin,
> >
> > I have checked the source tag of all the images but did not find any src
> > attribute pointing to any unsecured URL. "src" attribute is pointing to
> the
> > images folder on the same server with "https" protocol. for example all
> the
> > image src attribute has the following format.
> >
> > https://staging.myserver.com/mywebapp/images/home.gif
> >
> > It would be great if you could throw more light on it.
> >
> > cheers!!
> > pradeeptp
> >
> > "S. Justin Gengo" wrote:
> >
> > > Pradeep,
> > >
> > > The most common cause of this and what is meant by "mixed content" is
> images
> > > that are being linked to via a non-secure address but being displayed on
> a
> > > secure page (or any other display item being linked to for that matter).
> If
> > > you are connecting to any page of your web site via an https link then
> that
> > > page's images src tag should either use use relative links
> > > src="/images/myimage.jpg" so that the full link will be built out via
> https
> > > or it should contain the full link
> > > src="https://www.mywebsite.com/images/myimage.jpg".
> > >
> > > --
> > > Sincerely,
> > >
> > > S. Justin Gengo, MCP
> > > Web Developer / Programmer
> > >
> > > www.aboutfortunate.com
> > >
> > > "Out of chaos comes order."
> > > Nietzsche
> > > "pradeep_TP" <pradeepTP@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> > > news:616DA42B-332A-40F1-BDAE-32D0AEF6A8D9@xxxxxxxxxxxxxxxx
> > > >I am facing a strange problem with my web site. Afer reinstalling the
> web
> > > > application on the web server, I am getting a dialog box for each
> page.
> > > > The
> > > > dialog box has the following information.
> > > >
> > > > "This page contains both secure and nonsecure items. Do you want to
> > > > display
> > > > the nonsecure items."
> > > >
> > > > It was not happening before. I have searched in internet for removing
> the
> > > > dialog box. This is the solution that I got
> > > >
> > > > 1) Go to Internet options
> > > > 2) Click on security Tab
> > > > 3) Click Custom Level Button
> > > > 4) Scroll to Miscellaneous Section
> > > > 5) click on "Disable" radio button for the group Display mixed
> Content.
> > > >
> > > > AFter doing the above, the dialog box is no more displayed. But my web
> > > > application will be access by more than 1000 users and it is very
> weired
> > > > to
> > > > asked them to do the above settings. I am sure it was working
> perfectly
> > > > fine
> > > > before. I want to understand this problem very well and troubleshoot
> it.
> > > > My
> > > > page does not contain any harmful components. It is created in ASP.net
> and
> > > > C#. Even the most simple page is giving me this dialog box.
> > > >
> > > > I am using the internet explorer versino 6.0.2800.1106
> > > >
> > > > It would be great if the experts there could give me any idea why this
> is
> > > > happening. Again, I do not want the client to make modifications to
> the
> > > > options in their internet explorer to get rid of this dialog box.
> > > >
> > > > Thanks in advance
> > > >
> > > > Pradeep_tp
> > > >
> > > >
> > >
> > >
> > >
>
>
>
.
- References:
- Re: Security Dialog box in Internet Explorer
- From: pradeep_TP
- Re: Security Dialog box in Internet Explorer
- From: Patrice
- Re: Security Dialog box in Internet Explorer
- Prev by Date: Re: Security Dialog box in Internet Explorer
- Next by Date: RE: DetailsView Data Binding
- Previous by thread: Re: Security Dialog box in Internet Explorer
- Next by thread: RE: Language in Page directive in VS 2005
- Index(es):