Click here to Skip to main content
15,921,660 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to download file from server? Pin
_AK_18-Aug-06 1:48
_AK_18-Aug-06 1:48 
Questionreading excel spreadsheet and save to access database Pin
playout18-Aug-06 1:22
playout18-Aug-06 1:22 
QuestionHow to Disable "page cannot be refreshed without resending information..." warning. Pin
Sivaprasad C18-Aug-06 1:13
Sivaprasad C18-Aug-06 1:13 
AnswerRe: How to Disable "page cannot be refreshed without resending information..." warning. Pin
Guffa18-Aug-06 1:38
Guffa18-Aug-06 1:38 
Questionselected text Pin
nannapanenikamalnath18-Aug-06 1:13
nannapanenikamalnath18-Aug-06 1:13 
QuestionReturn Value from window.ShowModalDialog() [modified] Pin
Tom Lawrance18-Aug-06 1:00
professionalTom Lawrance18-Aug-06 1:00 
AnswerRe: Return Value from window.ShowModalDialog() Pin
Tom Lawrance18-Aug-06 1:53
professionalTom Lawrance18-Aug-06 1:53 
QuestionForms Authentication Question Pin
matthias s.18-Aug-06 0:41
matthias s.18-Aug-06 0:41 
Hi there,

I'm using .net 1.1 and I have the following settings in my web.config:

<authentication mode="Forms">
<forms name="TRVAUTH" loginUrl="/logon.aspx" protection="All" timeout="20" slidingExpiration="true" path="/"></forms>
</authentication>
<authorization>
<allow users="?" />
</authorization>

And then, later on...

<location path="profile.aspx">
<system.web>
<authorization><deny users="?" /></authorization>
</system.web>
</location>

This config worked fine. Whenever an unauthorized user requested the profile.aspx, he was redirected to the logon.aspx, authorized and sent back to the profile.aspx (if authorization was successful). That was yesterday. I've done some bugfixing last night and it was a long night. Today I startup my web-project and do what I did a million times for the last 10 days: I request (unauthorized) the profile.aspx. But WTF, my browser shows me a login dialog instead of showing me the logon.aspx like he did yesterday!!!

What could I have possibly messed up?

Thanks in advance!

/matthias

I love deadlines. I like the whooshing sound they make as they fly by. [Douglas Adams]
AnswerRe: Forms Authentication Question Pin
minhpc_bk18-Aug-06 12:21
minhpc_bk18-Aug-06 12:21 
GeneralRe: Forms Authentication Question Pin
matthias s.22-Aug-06 21:17
matthias s.22-Aug-06 21:17 
QuestionASP.NET caching in NLB scenario Pin
K.P.Kannan18-Aug-06 0:39
K.P.Kannan18-Aug-06 0:39 
AnswerRe: ASP.NET caching in NLB scenario Pin
minhpc_bk18-Aug-06 12:23
minhpc_bk18-Aug-06 12:23 
QuestionError Occurs while Paging in Datagrid!....... Pin
Prabs frm PGP18-Aug-06 0:05
Prabs frm PGP18-Aug-06 0:05 
AnswerRe: Error Occurs while Paging in Datagrid!....... Pin
Vipin Venugopal18-Aug-06 0:46
Vipin Venugopal18-Aug-06 0:46 
QuestionTree view Pin
BharadwajN17-Aug-06 23:51
BharadwajN17-Aug-06 23:51 
AnswerRe: Tree view Pin
coolestCoder18-Aug-06 0:33
coolestCoder18-Aug-06 0:33 
QuestionHow to get the radio button list's selected value at client side? Pin
SIJUTHOMASP17-Aug-06 23:26
professionalSIJUTHOMASP17-Aug-06 23:26 
AnswerRe: How to get the radio button list's selected value at client side? Pin
_AK_18-Aug-06 0:23
_AK_18-Aug-06 0:23 
GeneralRe: How to get the radio button list's selected value at client side? Pin
SIJUTHOMASP18-Aug-06 2:17
professionalSIJUTHOMASP18-Aug-06 2:17 
QuestionEventHandler firing without an event being called.. Pin
Sivaprasad C17-Aug-06 23:22
Sivaprasad C17-Aug-06 23:22 
GeneralRe: EventHandler firing without an event being called. Pin
_AK_18-Aug-06 0:15
_AK_18-Aug-06 0:15 
GeneralRe: EventHandler firing without an event being called. Pin
Sivaprasad C18-Aug-06 0:41
Sivaprasad C18-Aug-06 0:41 
AnswerRe: EventHandler firing without an event being called.. Pin
K.P.Kannan18-Aug-06 0:46
K.P.Kannan18-Aug-06 0:46 
GeneralRe: EventHandler firing without an event being called.. Pin
Sivaprasad C18-Aug-06 0:57
Sivaprasad C18-Aug-06 0:57 
AnswerRe: EventHandler firing without an event being called.. Pin
eggsovereasy18-Aug-06 3:37
eggsovereasy18-Aug-06 3:37 

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.