Ask a Question related to ASP.NET Security, Design and Development.
-
James Rasmussen #1
New'b and logon page
I started a new logon page using Web Matrix. How do I redirect to some other
page besides default.aspx? Where does it go in the code? I have tried
"Response.Redirect(\\servername\page.aspx)", but I get this "Compiler Error
Message: BC30201: Expression expected."
TIA for the help!!
Jim
James Rasmussen Guest
-
Forms Auth keeps going to logon page
Hi, I am using forms authentication for a web application I am writing. I query a SQL server database to find a matching username and password... -
Logon page
I would like to create a logon page but I am new to this stuff. Basically when a page is called a user needs to enter their name and password(the... -
Help to Build A Logon Page For My Web Page
Hey Everyone, I am building a website but i need it so you have to log on so that i can see everyone that has logged into the site. Does anyone no... -
"...not allow you to logon interactively..." preventing my Logon
Ok, I have tried rebooting in Safe Mode, and know that the Administrator account is still called "Administrator". However, even in safe mode, I... -
XP Logon screen: Logon to selection screen
Is there a way that I can disable the logon to selection screen when I logon? I know that users can type username@domain.com, but that's not what I... -
Chris Jackson #2
Re: New'b and logon page
The GetRedirectUrl always returns the URL from the querystring, and if none
is present it always returns default.aspx - I am not aware of any way to
modify the default return value of this function. A Response.Redirect is the
way to handle this and does work - your URL needs to be in quotes, however,
as it is expecing a String variable.
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
"James Rasmussen" <jmrasmus@yrmc.org> wrote in message
news:eXy3QOciDHA.620@TK2MSFTNGP11.phx.gbl...other> I started a new logon page using Web Matrix. How do I redirect to someError> page besides default.aspx? Where does it go in the code? I have tried
> "Response.Redirect(\\servername\page.aspx)", but I get this "Compiler> Message: BC30201: Expression expected."
> TIA for the help!!
>
> Jim
>
>
Chris Jackson Guest



Reply With Quote

