I dont think a RSS news feed will help me here.
This is my current scenario.
I have a website called testweb which uses the DotNetNuke Framework. Whenever I want to view an internal page called showMember.aspx in the site, I type
http://localhost/testweb/member/tabid/310/showmember.aspx and if I am not already authenticated, the site redirects me to the the Login page.
What I need to be able to do is, when I have the above mentioned link as a Hyperlink in another ASP application (not ASP .NET) and when I click on the link (I am still unauthenticated), I should by-pass the DotNetNuke security and still show the page instead of being redirected to the Login page.
Thanks.