Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 2nd, 2007, 09:28 PM
SV SV is offline
Authorized User
 
Join Date: Oct 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default AnonymousIdentification_OnCreate

In which file, the AnonymousIdentification_OnCreate() goes. I am adding th following code to Global.asax file but this event is not raised. The <anonymousIdentification enabled="true"/> is ebabled in Web.config. Any clues? Thanks.

    public void AnonymousIdentification_Creating(object sender,
                              AnonymousIdentificationEventArgs e)
    {
        Response.Write(e.AnonymousID);
    }

 
Old November 3rd, 2007, 04:04 AM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 550
Thanks: 0
Thanked 1 Time in 1 Post
Default

hmmm, never worked on it, did you try googling!!! Just check the link below, may be you could get a bit help:

http://msdn2.microsoft.com/en-us/library/system.web.security.anonymousidentificationeventar gs(VS.80).aspx

Regards
Mike









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.