Click here to Skip to main content
15,906,574 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDeveloping on Vista (IIS7) and deploying on Server 2003 (IIS6) Pin
Todd Smith15-Sep-08 7:27
Todd Smith15-Sep-08 7:27 
AnswerRe: Developing on Vista (IIS7) and deploying on Server 2003 (IIS6) Pin
NeverHeardOfMe15-Sep-08 7:44
NeverHeardOfMe15-Sep-08 7:44 
QuestionPrinting in Asp.net 2.0 Pin
IamAmit15-Sep-08 6:01
IamAmit15-Sep-08 6:01 
QuestionGridview / datasource interaction Pin
DanB198315-Sep-08 5:59
DanB198315-Sep-08 5:59 
AnswerRe: Gridview / datasource interaction Pin
N a v a n e e t h15-Sep-08 16:31
N a v a n e e t h15-Sep-08 16:31 
GeneralRe: Gridview / datasource interaction Pin
DanB198315-Sep-08 22:48
DanB198315-Sep-08 22:48 
QuestionPublishing compiled website fails for some folders Pin
Colin Angus Mackay15-Sep-08 5:52
Colin Angus Mackay15-Sep-08 5:52 
QuestionForm Authentication problems Pin
omlac15-Sep-08 4:25
omlac15-Sep-08 4:25 
im trying to implement forms authentication on a website i have created.
My problem is whenever i want to go to another page(after loggin in) im redirected to the first page/the login page. does anyone know what wrong
Here is my code for the sessions,


void Login_Click(Object sender, EventArgs E)
{

if ((UserEmail.Text == "username@domain.com") &;
(UserPass.Text == "password"))
{
FormsAuthentication.RedirectFromLoginPage (tboUsername.Text,PersistCookie.Checked);
}
//else
//{
// lblResults.Text = "Invalid Credentials: Please try again";
//}
}

and my config fileha sthe following lines

<authentication mode="Forms">
<forms name=".COOKIEDEMO">
loginUrl="frmMain.aspx"
protection="All"
timeout="30"
path="/"/>;
;
<authorization>
<deny users="?">
;
Questioni have this big bug on asp.net guest book ,pls help me out Pin
busteronline15-Sep-08 4:04
busteronline15-Sep-08 4:04 
AnswerRe: i have this big bug on asp.net guest book ,pls help me out Pin
NeverHeardOfMe15-Sep-08 4:35
NeverHeardOfMe15-Sep-08 4:35 
QuestionUrgent help needed Pin
lili11215-Sep-08 3:45
lili11215-Sep-08 3:45 
AnswerRe: Urgent help needed Pin
NeverHeardOfMe15-Sep-08 4:00
NeverHeardOfMe15-Sep-08 4:00 
AnswerRe: Urgent help needed Pin
Ashfield15-Sep-08 4:22
Ashfield15-Sep-08 4:22 
QuestionRe: Urgent help needed Pin
lili11215-Sep-08 4:46
lili11215-Sep-08 4:46 
AnswerRe: Urgent help needed Pin
Ashfield15-Sep-08 8:47
Ashfield15-Sep-08 8:47 
GeneralRe: Urgent help needed Pin
lili11215-Sep-08 22:07
lili11215-Sep-08 22:07 
GeneralRe: Urgent help needed Pin
Ashfield16-Sep-08 8:51
Ashfield16-Sep-08 8:51 
AnswerCP Ignore Pin
leckey15-Sep-08 7:53
leckey15-Sep-08 7:53 
GeneralRe: CP Ignore Pin
Paul Conrad15-Sep-08 9:59
professionalPaul Conrad15-Sep-08 9:59 
AnswerRe: Urgent help needed Pin
Paul Conrad15-Sep-08 9:57
professionalPaul Conrad15-Sep-08 9:57 
Questiononrowclick of gridview Pin
eyeseetee15-Sep-08 3:34
eyeseetee15-Sep-08 3:34 
AnswerRe: onrowclick of gridview Pin
chandralekha15-Sep-08 20:47
chandralekha15-Sep-08 20:47 
QuestionHow can retrieve the selected menu item? Pin
JUNEYT15-Sep-08 2:17
JUNEYT15-Sep-08 2:17 
QuestionFile Upload Pin
sowmya k15-Sep-08 1:55
sowmya k15-Sep-08 1:55 
AnswerRe: File Upload Pin
surender93915-Sep-08 2:35
surender93915-Sep-08 2:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.