Re: [NUnitAsp-devl] URL Referrer Issue
Brought to you by:
jlittle82
From: Levi K. <lkh...@ho...> - 2004-09-07 15:14:09
|
Sounds like a bug, I'll check it out and post a patch for it. Thanks, - Levi ----- Original Message ----- From: "Venkata Ramana Yekasi" <vr...@sa...> To: <nun...@li...> Sent: Tuesday, September 07, 2004 11:08 AM Subject: [NUnitAsp-devl] URL Referrer Issue Hi All, I am facing one major issue in using NUnitAsp for my project. Typically I wrote automation script for 1. Login in to the portal with username and password 2. User lands on Home page. 3. On my home page I am clicking on a link to go another page. When I click on the Anchor link on my home page instead of going to the respective page it is landing on Errorpage defined in my project. After so much of debugging I came to know the issue is with " Request.UrlReferrer" that is written in the code behind of the Page. NunitAsp is unable to keep track of UrlReferrer. This means that UrlReferrer is null and hence that page is unable to load. Did anyone encounter this issue and Is there any work around for this issue? Thanks in advance, Ramana |