473,387 Members | 1,542 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,387 software developers and data experts.

Menu Control Odd Behavior

AG
I realize that the obvious suggestion would be malware, but my definitions
are up to date and I have already scanned for it.
I have also tried disabling all IE add-ons.

I just rebuilt and deployed my website (WAP) in ASP.NET 2.0. Everything is
working fine except from my development machine with IE6.
The master page contains a Menu control bound to a SiteMapDataSource. There
is also a row of links (plain links, no menu control) at the bottom of the
page that link to the same pages as the menu control.
After clicking on the various menu links a few times, my firewall blocks the
request due to detecting a ports scan.
This only happens with IE 6. Firefox has no problem. Other machines with IE
6 or 7 behind the same firewall have no problem.

If I use the plain links at the bottom of the page there is no problem.

I have also built and deployed another website (also WAP) with the same
development machine and using the same code for navigation and don't have
any problem.

There is also no problem with other public sites.

Does anyone have any idea what/where to look for a fix/explanation?

--

AG
Email: discussATadhdataDOTcom
Nov 28 '07 #1
5 1595
Hi AG,

As you mentioned that you have an ASP.NET 2.0 site and one of the aspx page
using Menu control works incorrectly under IE 6, correct?

For the Menu control, I haven't got any definite problem against the IE 6
browser, I think it maybe a environment specific issue. For general
troubleshooting, you can try check the client source to see whether the
rendered html for menu is different (on that problem box) from other
machines. Also, you can try capture the postback requests send by
client(when you click the certain menu link) to see whether the browser is
also sending some particular unexpected http requests.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>Reply-To: "AG" <NO**********@newsgroups.nospam>
From: "AG" <NO**********@newsgroups.nospam>
Subject: Menu Control Odd Behavior
Date: Wed, 28 Nov 2007 13:59:17 -0500
>I realize that the obvious suggestion would be malware, but my definitions
are up to date and I have already scanned for it.
I have also tried disabling all IE add-ons.

I just rebuilt and deployed my website (WAP) in ASP.NET 2.0. Everything is
working fine except from my development machine with IE6.
The master page contains a Menu control bound to a SiteMapDataSource.
There
>is also a row of links (plain links, no menu control) at the bottom of the
page that link to the same pages as the menu control.
After clicking on the various menu links a few times, my firewall blocks
the
>request due to detecting a ports scan.
This only happens with IE 6. Firefox has no problem. Other machines with
IE
>6 or 7 behind the same firewall have no problem.

If I use the plain links at the bottom of the page there is no problem.

I have also built and deployed another website (also WAP) with the same
development machine and using the same code for navigation and don't have
any problem.

There is also no problem with other public sites.

Does anyone have any idea what/where to look for a fix/explanation?

--

AG
Email: discussATadhdataDOTcom
Nov 29 '07 #2
AG
Thanks Steven.

I have looked at the client source and don't see anything different.
How can I capture the request on the client side, since the request never
leaves my LAN. I am sure there is some tool, but am not familiar with it.

--

AG
Email: discussATadhdataDOTcom
"Steven Cheng[MSFT]" <st*****@online.microsoft.comwrote in message
news:y8****************@TK2MSFTNGHUB02.phx.gbl...
Hi AG,

As you mentioned that you have an ASP.NET 2.0 site and one of the aspx
page
using Menu control works incorrectly under IE 6, correct?

For the Menu control, I haven't got any definite problem against the IE 6
browser, I think it maybe a environment specific issue. For general
troubleshooting, you can try check the client source to see whether the
rendered html for menu is different (on that problem box) from other
machines. Also, you can try capture the postback requests send by
client(when you click the certain menu link) to see whether the browser is
also sending some particular unexpected http requests.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.

--------------------
>>Reply-To: "AG" <NO**********@newsgroups.nospam>
From: "AG" <NO**********@newsgroups.nospam>
Subject: Menu Control Odd Behavior
Date: Wed, 28 Nov 2007 13:59:17 -0500
>>I realize that the obvious suggestion would be malware, but my definitions
are up to date and I have already scanned for it.
I have also tried disabling all IE add-ons.

I just rebuilt and deployed my website (WAP) in ASP.NET 2.0. Everything is
working fine except from my development machine with IE6.
The master page contains a Menu control bound to a SiteMapDataSource.
There
>>is also a row of links (plain links, no menu control) at the bottom of the
page that link to the same pages as the menu control.
After clicking on the various menu links a few times, my firewall blocks
the
>>request due to detecting a ports scan.
This only happens with IE 6. Firefox has no problem. Other machines with
IE
>>6 or 7 behind the same firewall have no problem.

If I use the plain links at the bottom of the page there is no problem.

I have also built and deployed another website (also WAP) with the same
development machine and using the same code for navigation and don't have
any problem.

There is also no problem with other public sites.

Does anyone have any idea what/where to look for a fix/explanation?

--

AG
Email: discussATadhdataDOTcom

Nov 29 '07 #3
Hi AG,

As for message tracing, there are some tools such as tcptrace which can
listen on a local port and redirect message to another remote server&port.
thus, you can changed the page url(type in your browser) from
"http://servername:80" to "http://localhost:listenport", thus, the trace
tool will help redirect the request and response and you can get the
intercepted message.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>References: <ew**************@TK2MSFTNGP05.phx.gbl>
<y8**************@TK2MSFTNGHUB02.phx.gbl>
>Subject: Re: Menu Control Odd Behavior
Date: Thu, 29 Nov 2007 08:16:12 -0500
>Thanks Steven.

I have looked at the client source and don't see anything different.
How can I capture the request on the client side, since the request never
leaves my LAN. I am sure there is some tool, but am not familiar with it.

--

AG
Email: discussATadhdataDOTcom
"Steven Cheng[MSFT]" <st*****@online.microsoft.comwrote in message
news:y8****************@TK2MSFTNGHUB02.phx.gbl. ..
>Hi AG,

As you mentioned that you have an ASP.NET 2.0 site and one of the aspx
page
using Menu control works incorrectly under IE 6, correct?

For the Menu control, I haven't got any definite problem against the IE 6
browser, I think it maybe a environment specific issue. For general
troubleshooting, you can try check the client source to see whether the
rendered html for menu is different (on that problem box) from other
machines. Also, you can try capture the postback requests send by
client(when you click the certain menu link) to see whether the browser
is
>also sending some particular unexpected http requests.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.

--------------------
>>>Reply-To: "AG" <NO**********@newsgroups.nospam>
From: "AG" <NO**********@newsgroups.nospam>
Subject: Menu Control Odd Behavior
Date: Wed, 28 Nov 2007 13:59:17 -0500
>>>I realize that the obvious suggestion would be malware, but my
definitions
>>>are up to date and I have already scanned for it.
I have also tried disabling all IE add-ons.

I just rebuilt and deployed my website (WAP) in ASP.NET 2.0. Everything
is
>>>working fine except from my development machine with IE6.
The master page contains a Menu control bound to a SiteMapDataSource.
There
>>>is also a row of links (plain links, no menu control) at the bottom of
the
>>>page that link to the same pages as the menu control.
After clicking on the various menu links a few times, my firewall blocks
the
>>>request due to detecting a ports scan.
This only happens with IE 6. Firefox has no problem. Other machines with
IE
>>>6 or 7 behind the same firewall have no problem.

If I use the plain links at the bottom of the page there is no problem.

I have also built and deployed another website (also WAP) with the same
development machine and using the same code for navigation and don't have
any problem.

There is also no problem with other public sites.

Does anyone have any idea what/where to look for a fix/explanation?

--

AG
Email: discussATadhdataDOTcom


Dec 4 '07 #4
AG
Thanks Steven, but tcptrace does not work for Win XP SP2
http://www.tcptrace.org/windows.html

Can the request be extracted from a network monitor like Ethereal?

--

AG
Email: discussATadhdataDOTcom
"Steven Cheng[MSFT]" <st*****@online.microsoft.comwrote in message
news:Jn**************@TK2MSFTNGHUB02.phx.gbl...
Hi AG,

As for message tracing, there are some tools such as tcptrace which can
listen on a local port and redirect message to another remote server&port.
thus, you can changed the page url(type in your browser) from
"http://servername:80" to "http://localhost:listenport", thus, the trace
tool will help redirect the request and response and you can get the
intercepted message.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>>References: <ew**************@TK2MSFTNGP05.phx.gbl>
<y8**************@TK2MSFTNGHUB02.phx.gbl>
>>Subject: Re: Menu Control Odd Behavior
Date: Thu, 29 Nov 2007 08:16:12 -0500
>>Thanks Steven.

I have looked at the client source and don't see anything different.
How can I capture the request on the client side, since the request never
leaves my LAN. I am sure there is some tool, but am not familiar with it.

--

AG
Email: discussATadhdataDOTcom
"Steven Cheng[MSFT]" <st*****@online.microsoft.comwrote in message
news:y8****************@TK2MSFTNGHUB02.phx.gbl.. .
>>Hi AG,

As you mentioned that you have an ASP.NET 2.0 site and one of the aspx
page
using Menu control works incorrectly under IE 6, correct?

For the Menu control, I haven't got any definite problem against the IE
6
browser, I think it maybe a environment specific issue. For general
troubleshooting, you can try check the client source to see whether the
rendered html for menu is different (on that problem box) from other
machines. Also, you can try capture the postback requests send by
client(when you click the certain menu link) to see whether the browser
is
>>also sending some particular unexpected http requests.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.

--------------------
Reply-To: "AG" <NO**********@newsgroups.nospam>
From: "AG" <NO**********@newsgroups.nospam>
Subject: Menu Control Odd Behavior
Date: Wed, 28 Nov 2007 13:59:17 -0500

I realize that the obvious suggestion would be malware, but my
definitions
>>>>are up to date and I have already scanned for it.
I have also tried disabling all IE add-ons.

I just rebuilt and deployed my website (WAP) in ASP.NET 2.0. Everything
is
>>>>working fine except from my development machine with IE6.
The master page contains a Menu control bound to a SiteMapDataSource.
There
is also a row of links (plain links, no menu control) at the bottom of
the
>>>>page that link to the same pages as the menu control.
After clicking on the various menu links a few times, my firewall blocks
the
request due to detecting a ports scan.
This only happens with IE 6. Firefox has no problem. Other machines with
IE
6 or 7 behind the same firewall have no problem.

If I use the plain links at the bottom of the page there is no problem.

I have also built and deployed another website (also WAP) with the same
development machine and using the same code for navigation and don't
have
any problem.

There is also no problem with other public sites.

Does anyone have any idea what/where to look for a fix/explanation?

--

AG
Email: discussATadhdataDOTcom




Dec 4 '07 #5
Hi AG,

Sure, netmon or ethereal should be capable of this. I didn't mention them
because they're somewhat too powerful and complex for this scenario. To
capture http message, some light weight utility is enough. Normally, I
often use a tool named "trace utility" which ever shipped with SOAP toolkit
3.0. The toolkit is obsolete, but that tool is quite useful. Or another
simple tool proxy trace may also help on this.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
@TK2MSFTNGP02.phx.gbl<Jn**************@TK2MSFTNGHU B02.phx.gbl>
>Subject: Re: Menu Control Odd Behavior
Date: Tue, 4 Dec 2007 09:10:00 -0500
>
Thanks Steven, but tcptrace does not work for Win XP SP2
http://www.tcptrace.org/windows.html

Can the request be extracted from a network monitor like Ethereal?

--

AG
Email: discussATadhdataDOTcom
"Steven Cheng[MSFT]" <st*****@online.microsoft.comwrote in message
news:Jn**************@TK2MSFTNGHUB02.phx.gbl...
>Hi AG,

As for message tracing, there are some tools such as tcptrace which can
listen on a local port and redirect message to another remote
server&port.
>thus, you can changed the page url(type in your browser) from
"http://servername:80" to "http://localhost:listenport", thus, the trace
tool will help redirect the request and response and you can get the
intercepted message.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>>>References: <ew**************@TK2MSFTNGP05.phx.gbl>
<y8**************@TK2MSFTNGHUB02.phx.gbl>
>>>Subject: Re: Menu Control Odd Behavior
Date: Thu, 29 Nov 2007 08:16:12 -0500
>>>Thanks Steven.

I have looked at the client source and don't see anything different.
How can I capture the request on the client side, since the request never
leaves my LAN. I am sure there is some tool, but am not familiar with it.

--

AG
Email: discussATadhdataDOTcom
"Steven Cheng[MSFT]" <st*****@online.microsoft.comwrote in message
news:y8****************@TK2MSFTNGHUB02.phx.gbl. ..
Hi AG,

As you mentioned that you have an ASP.NET 2.0 site and one of the aspx
page
using Menu control works incorrectly under IE 6, correct?

For the Menu control, I haven't got any definite problem against the
IE
>>>6
browser, I think it maybe a environment specific issue. For general
troubleshooting, you can try check the client source to see whether the
rendered html for menu is different (on that problem box) from other
machines. Also, you can try capture the postback requests send by
client(when you click the certain menu link) to see whether the browser
is
>>>also sending some particular unexpected http requests.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.

--------------------
>Reply-To: "AG" <NO**********@newsgroups.nospam>
>From: "AG" <NO**********@newsgroups.nospam>
>Subject: Menu Control Odd Behavior
>Date: Wed, 28 Nov 2007 13:59:17 -0500

>I realize that the obvious suggestion would be malware, but my
definitions
>>>>>are up to date and I have already scanned for it.
>I have also tried disabling all IE add-ons.
>
>I just rebuilt and deployed my website (WAP) in ASP.NET 2.0. Everything
is
>>>>>working fine except from my development machine with IE6.
>The master page contains a Menu control bound to a SiteMapDataSource.
There
>is also a row of links (plain links, no menu control) at the bottom of
the
>>>>>page that link to the same pages as the menu control.
>After clicking on the various menu links a few times, my firewall
blocks
>>>the
>request due to detecting a ports scan.
>This only happens with IE 6. Firefox has no problem. Other machines
with
>>>IE
>6 or 7 behind the same firewall have no problem.
>
>If I use the plain links at the bottom of the page there is no problem.
>
>I have also built and deployed another website (also WAP) with the same
>development machine and using the same code for navigation and don't
>have
>any problem.
>
>There is also no problem with other public sites.
>
>Does anyone have any idea what/where to look for a fix/explanation?
>
>--
>
>AG
>Email: discussATadhdataDOTcom
>
>
>



Dec 5 '07 #6

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

Similar topics

3
by: ThunderMusic | last post by:
Hi, I'm trying to have a MSN Messenger like form/app closing behavior. When I click on the X button, I only want the form to disappear and when I double-click on the notify icon or right-click...
7
by: Chuck Hartman | last post by:
I have a Windows service that requests web pages from a site using an HttpWebRequest object. When I try to request a page from an ASP.NET 2 site, I get a WebException with message "The remote...
10
by: Grumpy Aero Guy | last post by:
I teach VB.Net at a local community college. Upon adding a menu control to a form, the menu will not appear on the form upon compiling/running. I am unable to reproduce the behavior on my home...
4
by: Bart | last post by:
Hi, I have a menu on my master page. When I click on a menu item the state is reset after the page is redirected to the NavigateURL. How can fix this? Thanks Bart
4
by: dpomt | last post by:
Hello, I am using the ASP.NET menu control and I have two issues when the page containing the menu is displayed in Safari on Mac OS X: 1) The menu is not dynamic. Why (it seems that Safari is...
7
by: tfsmag | last post by:
Has anyone had a problem with putting a menu control into a master page in .net 2.0? I have a problem where if i just drop a menu control on a regular page the menu works fine, the submenus work...
9
by: =?Utf-8?B?ZHBvbXQ=?= | last post by:
Hello, I have a problem with the ASP.NET menu when rendered in IE7: If the menu is inside a div with style="position:fixed;top:3em;", all the submenus also have the top:3em. Is this an IE7...
4
by: iiman | last post by:
I have converted 1.1 application to 2.0 application. Now I am using master page with the menu controls provided by 2.0 framework. Problem is that when I hover over the menu, dynamic menu appears...
5
by: Joey | last post by:
VS2008 C# Hey guys, something crazy is going on when I try to view my website with either Google Chrome or Apple Safari. For some reason the web server is sending extra markup to the site's...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...

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.