Search Results

1
vote
2answers
284 views

ASP.NET HTTP handlers and global variables

I have created HTTP handlers. How do I create global variables for these handlers like I can with ASP.net web pages in global.asax? …