473,325 Members | 2,712 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,325 software developers and data experts.

There is a bug concerning SSL and ASP.Net 2.0 Menu Control

Hi all

It appears there is a bug - when using a 2 or more tier menu control in
asp.net in an SSL environment you get prompted with the:

"This page contains both secure and non-secure items blah blah"

a) has anyone else experienced?

b) if so do we know when to expect it to be fixed?

Thanks
Kev
Jan 10 '06 #1
11 1474
Mantorok wrote:
Hi all

It appears there is a bug - when using a 2 or more tier menu control in
asp.net in an SSL environment you get prompted with the:

"This page contains both secure and non-secure items blah blah"


Have you looked at the generated HTML to see if there is a mistake that
you made? I haven't used this control in an SSL environment yet so I'm
only speculating.
Good luck,

--
Sean
Jan 10 '06 #2

"Fao, Sean" <en**********@yahoo.comI-WANT-NO-SPAM> wrote in message
news:ub**************@TK2MSFTNGP09.phx.gbl...
Mantorok wrote:
Hi all

It appears there is a bug - when using a 2 or more tier menu control in
asp.net in an SSL environment you get prompted with the:

"This page contains both secure and non-secure items blah blah"


Have you looked at the generated HTML to see if there is a mistake that
you made? I haven't used this control in an SSL environment yet so I'm
only speculating.


Yep I've checked, I've used relative paths in my links.

Kev
Jan 10 '06 #3
"Mantorok" <ma******@mantorok.com> wrote in message
news:dq**********@newsfeed.th.ifl.net...
Yep I've checked, I've used relative paths in my links.


Do any of the links point to resources in non-SSL locations? If so, you will
get the message box by default when you access an SSL page which contains
links to non-SSL resources.
Jan 10 '06 #4

"Mark Rae" <ma**@markN-O-S-P-A-M.co.uk> wrote in message
news:Ou**************@TK2MSFTNGP09.phx.gbl...
"Mantorok" <ma******@mantorok.com> wrote in message
news:dq**********@newsfeed.th.ifl.net...
Yep I've checked, I've used relative paths in my links.


Do any of the links point to resources in non-SSL locations? If so, you
will get the message box by default when you access an SSL page which
contains links to non-SSL resources.


Yes there are links in the master page that link back to non-secure sites -
does that really make a difference? Sounds odd if it does.

Kev
Jan 10 '06 #5
"Mantorok" <ma******@mantorok.com> wrote in message
news:dq**********@newsfeed.th.ifl.net...
Yes there are links in the master page that link back to non-secure
sites -
There's your problem...
does that really make a difference?
Yes.
Sounds odd if it does.


Perfectly logical if you think about it...
Jan 10 '06 #6

"Mark Rae" <ma**@markN-O-S-P-A-M.co.uk> wrote in message
news:eG**************@TK2MSFTNGP09.phx.gbl...
"Mantorok" <ma******@mantorok.com> wrote in message
news:dq**********@newsfeed.th.ifl.net...
Yes there are links in the master page that link back to non-secure
sites -


There's your problem...
does that really make a difference?


Yes.
Sounds odd if it does.


Perfectly logical if you think about it...


Wait a minute - do you mean hyperlinks or just linking to non-secure stuff,
if you mean the latter then no, but the former - yes.

Kev
Jan 10 '06 #7
most likely you are referencing an image over http. the easiest way to find
the reference is to use firefox, and goto to the media tab on the pageinfo,
you will see the http reference.

-- bruce (sqlwork.com)

"Mantorok" <ma******@mantorok.com> wrote in message
news:dq**********@newsfeed.th.ifl.net...
Hi all

It appears there is a bug - when using a 2 or more tier menu control in
asp.net in an SSL environment you get prompted with the:

"This page contains both secure and non-secure items blah blah"

a) has anyone else experienced?

b) if so do we know when to expect it to be fixed?

Thanks
Kev

Jan 10 '06 #8
"Mantorok" <ma******@mantorok.com> wrote in message
news:dq**********@newsfeed.th.ifl.net...
Wait a minute - do you mean hyperlinks or just linking to non-secure
stuff, if you mean the latter then no, but the former - yes.


Either; both; whatever - that's the way it is...
Jan 11 '06 #9

"Mark Rae" <ma**@markN-O-S-P-A-M.co.uk> wrote in message
news:eQ**************@TK2MSFTNGP10.phx.gbl...
"Mantorok" <ma******@mantorok.com> wrote in message
news:dq**********@newsfeed.th.ifl.net...
Wait a minute - do you mean hyperlinks or just linking to non-secure
stuff, if you mean the latter then no, but the former - yes.


Either; both; whatever - that's the way it is...


I don't think so - a hyperlink on a SSL site pointing to HTTP is not classed
as containing a non-secure item.

Firefox doesn't seem to give me this message, only IE...

Kev
Jan 11 '06 #10

"Bruce Barker" <br******************@safeco.com> wrote in message
news:OR**************@TK2MSFTNGP11.phx.gbl...
most likely you are referencing an image over http. the easiest way to
find the reference is to use firefox, and goto to the media tab on the
pageinfo, you will see the http reference.


Nope - all HTTPS - also, Firefox doesn't give me this shit - only IE
does....

Kev
Jan 11 '06 #11
Hi

Any references to non-SSL pages - including the code which is generated by
the Menu can cause the warning. I've noticed when I create a menu (I'm having
many other issues right now which I'm working through) that the page
generates LOTS of code and references a files in the head from the root
called /WebResource.axd?d=6txiuwerieurieuriu etc.

Also, any sytle sheet references would need considering too.

does this help?
Feb 21 '06 #12

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

Similar topics

2
by: PC User | last post by:
I'm creating a shortcut menu to popup over my richtext box. Its a form with a listbox of menu items with associated richtext activex (rtf) editing commands. I found a way to transfer a value from...
5
by: Dean L. Howen | last post by:
Dear friends, Could we determine when context menu should appear?
2
by: frederik12 | last post by:
Hi all, Today I downloaded and installed VS 2005 C# Express Edition (.NET framework 2.0). I'm very pleased about this new product. In my current application I'm using the WebBrowser control in...
3
by: Mattdef | last post by:
Hello, I would like to use the menu at : http://www.aspnetmenu.com How can I integrate the menu in my existing pages without using frame? Is this possible to use a user control? i tried...
4
by: spx27 | last post by:
Does anyone know the best way to handle passing a dynamic menu generated from a login from one asp.net page to another. Would it be better to recreate the menu on each page? Save the menu as a...
4
by: Yoram Biberman | last post by:
I have a few questions concerning concurrency control. I shall thank whoever can help me. Question #1 ========= Assume the following (concurrent) schedule, in which both transactions run in a...
28
by: H J van Rooyen | last post by:
Hi, I want to write a small system that is transaction based. I want to split the GUI front end data entry away from the file handling and record keeping. Now it seems almost trivially easy...
5
by: bissatch | last post by:
Hi, I ocasionally use display: none; to hide divs that, on the click of a link they will reappear. For example, maybe I create a menu and when you click a link of menu options the submenu...
8
Stang02GT
by: Stang02GT | last post by:
I posted a question in the HTML/CSS Forum but i have not received an answer. I have a menu that I am using from http://www.javascriptkit.com . The exact url to the menu i am using is : ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

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.