Click here to Skip to main content
15,915,336 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to implement FORUM in asp.net Pin
rahul.net1118-Sep-07 20:32
rahul.net1118-Sep-07 20:32 
GeneralRe: How to implement FORUM in asp.net Pin
Michael Sync18-Sep-07 20:40
Michael Sync18-Sep-07 20:40 
GeneralRe: How to implement FORUM in asp.net Pin
rahul.net1118-Sep-07 20:49
rahul.net1118-Sep-07 20:49 
GeneralRe: How to implement FORUM in asp.net Pin
Michael Sync18-Sep-07 21:33
Michael Sync18-Sep-07 21:33 
GeneralRe: How to implement FORUM in asp.net Pin
rahul.net1118-Sep-07 22:29
rahul.net1118-Sep-07 22:29 
GeneralRe: How to implement FORUM in asp.net Pin
Michael Sync18-Sep-07 23:29
Michael Sync18-Sep-07 23:29 
GeneralRe: How to implement FORUM in asp.net Pin
rahul.net1118-Sep-07 23:50
rahul.net1118-Sep-07 23:50 
QuestionForm Authentication Pin
bhattiprolu18-Sep-07 19:28
bhattiprolu18-Sep-07 19:28 
Hi,
i have given form authentication for my Member page, i kept my Member page in Secure folder.
now i added one more page in Secure folder and i want to assaign form authentication for that page too, but the thing is when i try to click the button instead of redirect to the corresponding page its redirecting to the login page,
Can any body help me how to solve this probs.

Her i am patig my web.config file tooo,
<system.web>
<authentication mode="Forms">
<forms name="frmLogin"
="" loginurl="Login.aspx" defaulturl=".\Secure\Member.aspx">

<authorization>
<allow users="?">



<location path="Secure">
<system.web>
<authorization>
<deny users="?">



Questioniis problems Pin
Sonia Gupta18-Sep-07 19:19
Sonia Gupta18-Sep-07 19:19 
AnswerRe: iis problems Pin
rahul.net1118-Sep-07 19:38
rahul.net1118-Sep-07 19:38 
GeneralRe: iis problems Pin
rahul.net1118-Sep-07 20:00
rahul.net1118-Sep-07 20:00 
GeneralRe: iis problems Pin
rahul.net1118-Sep-07 20:17
rahul.net1118-Sep-07 20:17 
GeneralRe: iis problems Pin
rahul.net1118-Sep-07 20:30
rahul.net1118-Sep-07 20:30 
AnswerRe: iis problems Pin
Imran Khan Pathan18-Sep-07 19:43
Imran Khan Pathan18-Sep-07 19:43 
GeneralRe: iis problems Pin
Imran Khan Pathan18-Sep-07 19:57
Imran Khan Pathan18-Sep-07 19:57 
GeneralRe: iis problems Pin
Imran Khan Pathan18-Sep-07 20:21
Imran Khan Pathan18-Sep-07 20:21 
AnswerRe: iis problems Pin
Parwej Ahamad18-Sep-07 20:14
professionalParwej Ahamad18-Sep-07 20:14 
AnswerRe: iis problems Pin
rahul.net1119-Sep-07 5:02
rahul.net1119-Sep-07 5:02 
Questionhow to access the TextBox control of User Control Pin
Elena200618-Sep-07 18:45
Elena200618-Sep-07 18:45 
AnswerRe: how to access the TextBox control of User Control Pin
Christian Graus18-Sep-07 19:26
protectorChristian Graus18-Sep-07 19:26 
AnswerRe: how to access the TextBox control of User Control Pin
chiragfriend20056218-Sep-07 19:48
chiragfriend20056218-Sep-07 19:48 
QuestionHow to access method declared in Master page Pin
Elena200618-Sep-07 18:42
Elena200618-Sep-07 18:42 
AnswerRe: How to access method declared in Master page Pin
Christian Graus18-Sep-07 19:25
protectorChristian Graus18-Sep-07 19:25 
Questionretrieve ?id, error on parameter on mysql connector Pin
Louie Miranda18-Sep-07 18:10
Louie Miranda18-Sep-07 18:10 
AnswerRe: retrieve ?id, error on parameter on mysql connector Pin
Christian Graus18-Sep-07 18:25
protectorChristian Graus18-Sep-07 18:25 

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.