Re: Enabling Forms Authentication Stops Button Click Events
From: Waqas Pitafi (WaqasPitafi_at_discussions.microsoft.com)
Date: 08/22/05
- Previous message: Dominick Baier [DevelopMentor]: "Re: How can roles be determined for a resource?"
- In reply to: jfer: "Re: Enabling Forms Authentication Stops Button Click Events"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 22 Aug 2005 11:20:11 -0700
Thanks jfer for taking out time and replying. Ultimately I discovered it to
be a problem with an erroneous line of code in global.asx file. Sometime
after discovering the bug you end up feeling stupid which is I am feeling
right now.
For anybody else's interest the details of the bug go like this.
I have enabled automatic error catching through a single page Error.aspx in
Application_Error method of global.asx file. And an error in
Application_Authenticate method was not allowing any subsequent code to be
executed.
I don't know if I am able to explain it properly but fixing the bug in
Application_Authenticate method solved it for me.
Thanks for your patience.
"jfer" wrote:
> I actually jumped to conclusion here. I just set an application I am
> working on with FormsAuthentication to no anonymous access with
> integrated windows authenticatoin checked in IIS and it did indeed
> work.
>
> Not exactly sure what your problem might be now.
>
>
- Previous message: Dominick Baier [DevelopMentor]: "Re: How can roles be determined for a resource?"
- In reply to: jfer: "Re: Enabling Forms Authentication Stops Button Click Events"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]