posted on Thursday, August 25, 2005 6:53 PM
by
richardSlade
No event handlers when linking from another virtual directory : solution
Strange. The problem is now fixed. To recap, I was basically getting loss of event handlers on an ASP.NET page when I was accessing the page via a link on another page in a seperate virtual directory. Link to the problem is:
http://www.dotnetjunkies.com/WebLog/richardslade/archive/2005/08/24/132134.aspx. As this was our development server, I was able to look at the IIS Configuration. On the properties of the Project 2 virtual directory, this was using anonymous access.
Integrated Windows Authentication was off. Checking this option made all the event handlers work. Turning it off again seemed to disable any button events. This could be consistantly replicated.