form redirection
Posted
by user295454
on Stack Overflow
See other posts from Stack Overflow
or by user295454
Published on 2010-06-07T00:46:19Z
Indexed on
2010/06/07
0:52 UTC
Read the original article
Hit count: 292
I'm building a test web application ASP.NET VB from a tutorial see it at http://www.latinosnetwork.net/aspnetsystem/Login.aspx after successful log-in using user name jose and password abad the formsauthentication.redirectfromloginpage method redirect the application to a default.aspx at the root directory where it do not exist also the application is not at the root directory.
Any help on that.
© Stack Overflow or respective owner