[NUnitAsp-devl] URL Referrer Issue
Brought to you by:
jlittle82
From: Venkata R. Y. <vr...@sa...> - 2004-09-07 15:09:11
|
Hi All, I am facing one major issue in using NUnitAsp for my project. Typically I wrote automation script for=20 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. =20 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.=20 This means that UrlReferrer is null and hence that page is unable to load. =20 Did anyone encounter this issue and Is there any work around for this issue?=20 =20 Thanks in advance, Ramana =20 |