473,394 Members | 1,778 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Https Site Problem

I have a secure site that has aspx pages and the content is all generate for
the site using ascx controls that are loaded dynamically as needed. similar
to dotNetNuke.

When I am at the office everything works fine, but when I access the site
from my home computer I get prompted with the following message.

-- This page contains both secure and nonsecure items. Do you want to
display the nonsecure items.

Any help with this will be appreciated.
Nov 17 '05 #1
5 1809

Seems like some of the content (images) is coming from a non secured
location

Reddy

"Shawn Mehaffie" <PC************@hotmail.com> wrote in message
news:Ob**************@TK2MSFTNGP12.phx.gbl...
I have a secure site that has aspx pages and the content is all generate for the site using ascx controls that are loaded dynamically as needed. similar to dotNetNuke.

When I am at the office everything works fine, but when I access the site
from my home computer I get prompted with the following message.

-- This page contains both secure and nonsecure items. Do you want to
display the nonsecure items.

Any help with this will be appreciated.

Nov 17 '05 #2
Do you have SmartNavigation turned on or some flash movies?

Lenny

"Shawn Mehaffie" <PC************@hotmail.com> wrote in message
news:Ob**************@TK2MSFTNGP12.phx.gbl...
I have a secure site that has aspx pages and the content is all generate for the site using ascx controls that are loaded dynamically as needed. similar to dotNetNuke.

When I am at the office everything works fine, but when I access the site
from my home computer I get prompted with the following message.

-- This page contains both secure and nonsecure items. Do you want to
display the nonsecure items.

Any help with this will be appreciated.

Nov 17 '05 #3
Yes, SmartNavigation is set to True. I can remove this setting if this is
what is causing the problem. Since most of these pages are dynamic and are
not cached I'm not sure if having SmartNavigation set to true is giving me
any benefits.

If I delete the setting will that disable SmartNavigation or should I leave
the tag in and just change it to false.

Thanks,
Shawn Mehaffie
"L. L." <ll**@cyence.com> wrote in message
news:O4**************@TK2MSFTNGP09.phx.gbl...
Do you have SmartNavigation turned on or some flash movies?

Lenny

"Shawn Mehaffie" <PC************@hotmail.com> wrote in message
news:Ob**************@TK2MSFTNGP12.phx.gbl...
I have a secure site that has aspx pages and the content is all generate

for
the site using ascx controls that are loaded dynamically as needed.

similar
to dotNetNuke.

When I am at the office everything works fine, but when I access the site from my home computer I get prompted with the following message.

-- This page contains both secure and nonsecure items. Do you want to
display the nonsecure items.

Any help with this will be appreciated.


Nov 17 '05 #4
All the images are in a file directory off the root directory. I don't
think this is the problem, but I will double check this.

Thanks,
S. Shawn Mehaffie

"Reddy" <gk******@adsgroup.com> wrote in message
news:Oq**************@tk2msftngp13.phx.gbl...

Seems like some of the content (images) is coming from a non secured
location

Reddy

"Shawn Mehaffie" <PC************@hotmail.com> wrote in message
news:Ob**************@TK2MSFTNGP12.phx.gbl...
I have a secure site that has aspx pages and the content is all generate

for
the site using ascx controls that are loaded dynamically as needed.

similar
to dotNetNuke.

When I am at the office everything works fine, but when I access the site from my home computer I get prompted with the following message.

-- This page contains both secure and nonsecure items. Do you want to
display the nonsecure items.

Any help with this will be appreciated.


Nov 17 '05 #5
So it was SmartNavigation causing the issue. It is not working well for a
secured site.
If I delete the setting will that disable SmartNavigation or should I leave the tag in and just change it to false
Either way will work.

L.L.
"Shawn Mehaffie" <PC************@hotmail.com> wrote in message
news:uA**************@TK2MSFTNGP12.phx.gbl... Yes, SmartNavigation is set to True. I can remove this setting if this is
what is causing the problem. Since most of these pages are dynamic and are not cached I'm not sure if having SmartNavigation set to true is giving me
any benefits.

If I delete the setting will that disable SmartNavigation or should I leave the tag in and just change it to false.

Thanks,
Shawn Mehaffie
"L. L." <ll**@cyence.com> wrote in message
news:O4**************@TK2MSFTNGP09.phx.gbl...
Do you have SmartNavigation turned on or some flash movies?

Lenny

"Shawn Mehaffie" <PC************@hotmail.com> wrote in message
news:Ob**************@TK2MSFTNGP12.phx.gbl...
I have a secure site that has aspx pages and the content is all
generate
for
the site using ascx controls that are loaded dynamically as needed.

similar
to dotNetNuke.

When I am at the office everything works fine, but when I access the

site from my home computer I get prompted with the following message.

-- This page contains both secure and nonsecure items. Do you want to
display the nonsecure items.

Any help with this will be appreciated.



Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Paul Sweeney | last post by:
Does anyone know of a working (python) https proxy which allows viewing of unencrypted data being sent from my browser to an https site? I've worked my way through most on the list at...
22
by: Bloke | last post by:
Hi all. Some time ago (years) I had a script on Python 2.2 that would retieve a HTTPS web site. I used python22-win32-ssl.zip to handle the SSL aspect and it worked wonderfully. I am...
6
by: Astra | last post by:
Hi All I've noticed on quite a few ASP sites that when they have a 'MyAccount' section they transfer the site to https and then when you have logged into your account successfully and gone back...
14
by: Peter Chant | last post by:
I'm currently authenticating a site I have built using basic http authentication built into apache. This has zero overhead on php which is a bonus but it seems to not quite work how I'd like. ...
0
by: DotNetJunkies User | last post by:
Hello everyone: Ok here is a very weird problem I am having and I hope that some of you can share some thoughts with me on this. First of all, let me start by listing what I have: 1.-...
1
by: Dees | last post by:
Hi, I am facing a weird problem with HTTPS and Request.Url.AbsoluteUri in my ASP.NET application. Here is the scenario - 1. I have a menu page (Default.aspx), which has the following anchor -...
3
by: E | last post by:
I have a https login page with C# code FormsAuthentication. After logging in, my https pages recognize that I'm logged in. My http pages do not. It's as if it's considering these pages under a...
1
by: Astan Chee | last post by:
Hi again, According to https://demo.launchpad.net/products/python/+bug/56872 or more specifically, the example of its working code:...
1
by: cbright | last post by:
I have a very weird problem with our site at https://store.canoegame.com. For many users the site is working as it should however for a few it is not. One of the bigger problems is the fact that,...
0
by: kmdshuaib | last post by:
Hi, I have created a web application, and i need the total web site to be in https. So i have written the below code in the Page Init of the Master Page to automatically redirect the site from...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.