Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Trouble accessing .NET 2.0 Membership stuff from HTTP Module
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 470076"] I am trying to create an HTTP module to run on ASP.NET 2.0. The module needs to check to see if the user is authenticated with the .net 2.0 membership stuff. I am trying this: If application.Context.User.Identity.IsAuthenticated Then app.Context.Response.Write("user authenticated") End If I get a "Object Reference not set to an instance of anobject." error on application.Context.User.Identity.IsAuthenticated. I am always getting an error. Does anyone have any suggestions? Do I need to configure anything special for the module? Thanks. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Trouble accessing .NET 2.0 Membership stuff from HTTP Module
Top