Ask a Question related to ASP.NET Security, Design and Development.
-
Rafi #1
FormsAuthentication.GetRedirectUrl returns non-existing page ??
hi,
i have copied to my PC an ASP.NET project that was developed on a
different PC.
I have managed to create a virtual directory and build the project
with no errors. when i use the browser to access the application it
works fine and i can login (Forms Authentication) and use the
application.
When I run the application via vs.net 2002 in debug, within the
btnLogon_Click of the Login page there is a call to
FormsAuthentication.GetRedirectUrl(UserNameText.Te xt, False).ToLower()
that returns a url to "/myApp/webform1.aspx"
I have no such source in my project named "webform1.aspx" and i have
scaned all files in my project, none of them even include the string
"webform1".
so where did it come from ? and how can i solve this ?
thanks
rafi
Rafi Guest
-
Unable to create new page from copy of existing page
I have issues when trying to create a new page from an existing web page on my site. I am only seeing the "blank document" option from the... -
Freezes when creating new page from existing page
I am using Contribute 3 on a Mac w/OS X. Whenever I try to create a new page as a copy of an existing page, the software freezes (spins endlessly).... -
FormsAuthentication - how to specify redirect page for disallowed
Dear Shaun, What you can do is, on the page_load event of the pages which have only 'admin' priveleges (or whatever high privelege you give only... -
FormsAuthentication.GetRedirectUrl() returns only first parameter
It appears that FormsAuthentication.GetRedirectUrl() only returns the first parameter for the original target URL. For example, if the original... -
FormsAuthentication Signout should redirect to frameless page!
Hi, I'm using FormsAuthentication in an web application that uses Frames. When the user clicks on "logout" button, I have the following code: ...



Reply With Quote

