Submit Content

Sponsor



Results


ASP.NET: Error: HttpHandler Session Error: Session state can only be used when enableSessionState is set to true

This error occurs when trying to access the session object inside a HttpHandler.

0 Comments   Posted by LazyAssCoder on Jun 06, 2007   896 Views  


ASP.NET: How To: Register a httpHandler in a web project that does not compile to a single output assembly (ASP.NET 2.0)

When you compile in ASP.NET 2.0, the code is no longer compiled into one assembly. This could be a problem when trying to configure a httpHandler in the web.config. This article will show you how to register a httpHandler correctly in the web.config.

0 Comments   Posted by LazyAssCoder on May 23, 2007   55 Views