Ask a Question related to ASP.NET Security, Design and Development.
-
Helen #1
Persistent 'nonsecure content' message when loading a file into an IFRAME element
Guys and gals,
I am having a problem with an IFRAME that is embedded into an ASPX
page (ASP.NET application). The IFRAME is originally empty (src='').
When a user selects a date from the drop-down list box above the
IFRAME, the IFRAME loads the content of a file on the local machine
(c:\bds\blahblahblah.txt).
The application that contains this page is running on a secure socket
layer (SSL). When the IFRAME tries to load the file, a message pops up
stating that "The page you are about to view contains both secure and
nonsecure content. Would you like to view the nonsecure content?".
I desperately need to get rid of this message. I have tried every
trick in the book, and so far, no dice. Here's what I have tried:
1. Setting security setting for Intranet to Low.
2. Adding the machine itself to its own list of trusted sites. Setting
trusted site security to Low.
3. Enabling everything in the security contents.
4. Enabling 'Display Mixed Contents'. Then disabling it. Then setting
it to Prompt. None of this made any difference.
5. Setting the src attribute of the IFRAME to blank (''). Setting it
to blank.html. Setting it to javascript:parent.nullSrc();, where
nullSrc() function in the parent page returns ''.
6. Setting application trust to full trust.
7. Installing every patch available. We are running IE 6 with SP1.
8. Sharing the folder containing the files I am trying to load. Web
sharing the same folder.
I can't think of other stuff, but I am sure I tried more than that. I
really hope you can help me with this, I am kinda running our of
creative ideas on resolving this problem.
Many thanks for your attention,
Helen.
Helen Guest
-
iFrame Blank Content Error
I am creating the navigation for a website using flex, i have the menu (by itself) functioning. I am using an iFrame component, borrowed from this... -
Loading content into TextArea component from external file
I have external xml files that load into text area components via a link in the current xml file .. loads into the same space. In other places,... -
Changing Text/iframe content with Rollover
Hello, I'm using a simple JavaScript to change a display of images on rollover, like a script you'd use for navbar buttons, but 6 images at... -
question about xml element content
Hi, all Is there a function or quick way in php can do the following? translate aa'&zz>cc<dd"qq into aa'&zz>cc<dd"qq Thanks a... -
Loading external files into HTML or IFrame
I am trying to build a preloader / movie interface that will load movies according to user bandwidth upon release of a button. Lets say I push a... -
bruce barker #2
Re: Persistent 'nonsecure content' message when loading a file into an IFRAME element
in IE under
Internetnet Options->Advanced->Security
uncheck "Warn if changing between secure and unsecure mode"
"Helen" <emailhelen@comcast.net> wrote in message
news:516ce28b.0310151301.db4ff88@posting.google.co m...> Guys and gals,
>
> I am having a problem with an IFRAME that is embedded into an ASPX
> page (ASP.NET application). The IFRAME is originally empty (src='').
> When a user selects a date from the drop-down list box above the
> IFRAME, the IFRAME loads the content of a file on the local machine
> (c:\bds\blahblahblah.txt).
>
> The application that contains this page is running on a secure socket
> layer (SSL). When the IFRAME tries to load the file, a message pops up
> stating that "The page you are about to view contains both secure and
> nonsecure content. Would you like to view the nonsecure content?".
>
> I desperately need to get rid of this message. I have tried every
> trick in the book, and so far, no dice. Here's what I have tried:
>
> 1. Setting security setting for Intranet to Low.
> 2. Adding the machine itself to its own list of trusted sites. Setting
> trusted site security to Low.
> 3. Enabling everything in the security contents.
> 4. Enabling 'Display Mixed Contents'. Then disabling it. Then setting
> it to Prompt. None of this made any difference.
> 5. Setting the src attribute of the IFRAME to blank (''). Setting it
> to blank.html. Setting it to javascript:parent.nullSrc();, where
> nullSrc() function in the parent page returns ''.
> 6. Setting application trust to full trust.
> 7. Installing every patch available. We are running IE 6 with SP1.
> 8. Sharing the folder containing the files I am trying to load. Web
> sharing the same folder.
>
> I can't think of other stuff, but I am sure I tried more than that. I
> really hope you can help me with this, I am kinda running our of
> creative ideas on resolving this problem.
>
> Many thanks for your attention,
> Helen.
bruce barker Guest
-
Helen #3
Re: Persistent 'nonsecure content' message when loading a file into an IFRAME element
Bruce:
Thanks for your reply. I tried that, and it had no effect, before and
after I rebooted.
Helen.
Helen Guest



Reply With Quote

