Problem with Hyperlink.NavigateURL="../../" in WebControls

C

Christoph Schuster

Hi !
I use cookieless sessions and have a aspx, which
dynamically includes some ascx.
These ascx resist in several subfolders. When i create a
Hyperlink-Object in these ascx, and give these Hyperlink
a navigateURL with e.G. "../../index.aspx?...",
everythink workes fine, but when i change the
Applicationname in the Browser from Uppercase to
Lowercase, the Hyperlink renderes the wrong destinantion
URL.

correct Request:
localhost/BSH/{...}/index.aspx?CURI=cms_1
-> everything is fine

Changing the Applicationname in the Client-Browser:
localhost/bsh/{...}/index.aspx?CURI=cms_1
-> the Hyperlink renderes the TargetURL to:
/bsh/BSH/index.aspx

This all happened after switching to .Net 1.1

please help me :)

Christoph Schuster
Aperto AG
 
Y

Yan-Hong Huang[MSFT]

Hello Christoph,

I didn't heard of this kind of problem before. I searched throughout our internal database and didn't find a similar hit. Did you
mean that the problem happens after you upgrades to .NET 1.1? If so, I suggest you submit a service request for it. A support
engineer will work with you specially on this issue. If this is indeed a product issue, there the incident will be free for you.

Thanks very much.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!Content-Class: urn:content-classes:message
!From: "Christoph Schuster" <[email protected]>
!Sender: "Christoph Schuster" <[email protected]>
!Subject: Problem with Hyperlink.NavigateURL="../../" in WebControls
!Date: Mon, 21 Jul 2003 07:14:19 -0700
!Lines: 28
!Message-ID: <[email protected]>
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Newsreader: Microsoft CDO for Windows 2000
!Thread-Index: AcNPkmBk6KKwP//hQfOuUL/7CpQH9g==
!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontrols
!Path: cpmsftngxa06.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet.webcontrols:13291
!NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontrols
!
!Hi !
!I use cookieless sessions and have a aspx, which
!dynamically includes some ascx.
!These ascx resist in several subfolders. When i create a
!Hyperlink-Object in these ascx, and give these Hyperlink
!a navigateURL with e.G. "../../index.aspx?...",
!everythink workes fine, but when i change the
!Applicationname in the Browser from Uppercase to
!Lowercase, the Hyperlink renderes the wrong destinantion
!URL.
!
!correct Request:
! localhost/BSH/{...}/index.aspx?CURI=cms_1
! -> everything is fine
!
!Changing the Applicationname in the Client-Browser:
! localhost/bsh/{...}/index.aspx?CURI=cms_1
! -> the Hyperlink renderes the TargetURL to:
! /bsh/BSH/index.aspx
!
!This all happened after switching to .Net 1.1
!
!please help me :)
!
!Christoph Schuster
!Aperto AG
!
!
!
 
Y

Yan-Hong Huang[MSFT]

Hi Christoph,

By the way, I suggest you test it on another framework 1.1 machine to confirm that the problem is framework 1.1 related.
Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!Content-Class: urn:content-classes:message
!From: "Christoph Schuster" <[email protected]>
!Sender: "Christoph Schuster" <[email protected]>
!Subject: Problem with Hyperlink.NavigateURL="../../" in WebControls
!Date: Mon, 21 Jul 2003 07:14:19 -0700
!Lines: 28
!Message-ID: <[email protected]>
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Newsreader: Microsoft CDO for Windows 2000
!Thread-Index: AcNPkmBk6KKwP//hQfOuUL/7CpQH9g==
!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontrols
!Path: cpmsftngxa06.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet.webcontrols:13291
!NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontrols
!
!Hi !
!I use cookieless sessions and have a aspx, which
!dynamically includes some ascx.
!These ascx resist in several subfolders. When i create a
!Hyperlink-Object in these ascx, and give these Hyperlink
!a navigateURL with e.G. "../../index.aspx?...",
!everythink workes fine, but when i change the
!Applicationname in the Browser from Uppercase to
!Lowercase, the Hyperlink renderes the wrong destinantion
!URL.
!
!correct Request:
! localhost/BSH/{...}/index.aspx?CURI=cms_1
! -> everything is fine
!
!Changing the Applicationname in the Client-Browser:
! localhost/bsh/{...}/index.aspx?CURI=cms_1
! -> the Hyperlink renderes the TargetURL to:
! /bsh/BSH/index.aspx
!
!This all happened after switching to .Net 1.1
!
!please help me :)
!
!Christoph Schuster
!Aperto AG
!
!
!
 
C

Christoph Schuster

Hi !

We habe this Problem on 4 different Machines:
- 1 x Windowx XP Pro, SP1 german
- 1 x Windows 2000 Pro SP3 german
- 2 x Windows 2000 Server SP4, german

so it seems to be a problem with the .Net Framework.

Can you give me any information how to submit a service request ?

Thank you
Christoph Schuster

Yan-Hong Huang said:
Hello Christoph,

I didn't heard of this kind of problem before. I searched throughout our
internal database and didn't find a similar hit. Did you
mean that the problem happens after you upgrades to .NET 1.1? If so, I
suggest you submit a service request for it. A support
engineer will work with you specially on this issue. If this is indeed a
product issue, there the incident will be free for you.
 
Y

Yan-Hong Huang[MSFT]

Hello Christoph,

If you have MSDN subscription, you could use two free incidents included in it.

For how to submit it, please go to http://msdn.microsoft.com/subscriptions/resources/support.asp.

If it is a bug, the incident should be free. Thanks very much.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: "Christoph Schuster" <[email protected]>
!References: <[email protected]> <[email protected]>
!Subject: Re: Problem with Hyperlink.NavigateURL="../../" in WebControls
!Date: Wed, 23 Jul 2003 10:33:07 +0200
!Lines: 90
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
!Message-ID: <#[email protected]>
!Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontrols
!NNTP-Posting-Host: 213.61.132.3
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet.webcontrols:13357
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontrols
!
!Hi !
!
!We habe this Problem on 4 different Machines:
!- 1 x Windowx XP Pro, SP1 german
!- 1 x Windows 2000 Pro SP3 german
!- 2 x Windows 2000 Server SP4, german
!
!so it seems to be a problem with the .Net Framework.
!
!Can you give me any information how to submit a service request ?
!
!Thank you
!Christoph Schuster
!
!!> Hello Christoph,
!>
!> I didn't heard of this kind of problem before. I searched throughout our
!internal database and didn't find a similar hit. Did you
!> mean that the problem happens after you upgrades to .NET 1.1? If so, I
!suggest you submit a service request for it. A support
!> engineer will work with you specially on this issue. If this is indeed a
!product issue, there the incident will be free for you.
!>
!> Thanks very much.
!>
!> Best regards,
!> Yanhong Huang
!> Microsoft Online Partner Support
!>
!> Get Secure! - www.microsoft.com/security
!> This posting is provided "AS IS" with no warranties, and confers no
!rights.
!>
!> --------------------
!> !Content-Class: urn:content-classes:message
!> !From: "Christoph Schuster" <[email protected]>
!> !Sender: "Christoph Schuster" <[email protected]>
!> !Subject: Problem with Hyperlink.NavigateURL="../../" in WebControls
!> !Date: Mon, 21 Jul 2003 07:14:19 -0700
!> !Lines: 28
!> !Message-ID: <[email protected]>
!> !MIME-Version: 1.0
!> !Content-Type: text/plain;
!> ! charset="iso-8859-1"
!> !Content-Transfer-Encoding: 7bit
!> !X-Newsreader: Microsoft CDO for Windows 2000
!> !Thread-Index: AcNPkmBk6KKwP//hQfOuUL/7CpQH9g==
!> !X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!> !Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontrols
!> !Path: cpmsftngxa06.phx.gbl
!> !Xref: cpmsftngxa06.phx.gbl
!microsoft.public.dotnet.framework.aspnet.webcontrols:13291
!> !NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
!> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontrols
!> !
!> !Hi !
!> !I use cookieless sessions and have a aspx, which
!> !dynamically includes some ascx.
!> !These ascx resist in several subfolders. When i create a
!> !Hyperlink-Object in these ascx, and give these Hyperlink
!> !a navigateURL with e.G. "../../index.aspx?...",
!> !everythink workes fine, but when i change the
!> !Applicationname in the Browser from Uppercase to
!> !Lowercase, the Hyperlink renderes the wrong destinantion
!> !URL.
!> !
!> !correct Request:
!> ! localhost/BSH/{...}/index.aspx?CURI=cms_1
!> ! -> everything is fine
!> !
!> !Changing the Applicationname in the Client-Browser:
!> ! localhost/bsh/{...}/index.aspx?CURI=cms_1
!> ! -> the Hyperlink renderes the TargetURL to:
!> ! /bsh/BSH/index.aspx
!> !
!> !This all happened after switching to .Net 1.1
!> !
!> !please help me :)
!> !
!> !Christoph Schuster
!> !Aperto AG
!> !
!> !
!> !
!>
!>
!
!
!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Asp.net Important Topics. 0

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top