| Has a handler been added to the web.config ? (2 replies, VIP) |
| ASPFriends.com 'aspnghttphandlers' list |
| Is there some way to programatically determine whether a handler has been added to the web.config file ? I have some code that needs a custom handler and I'd like to display a friendly and helpful error message if the handler hasn't been installed. Michael Lang MS.NET Developer www.michaellang.com.au |
|
| Running an ASPX page programmatically (7 replies) |
| ASPFriends.com 'aspnghttphandlers' list |
| Moved from [aspngarchitecture] to [aspnghttphandlers] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi, I'm having a problem that I'm hoping someone can help me with. Here is the scenario: I have build a web module that intercepts any call to an ASPX file. So if you call x.aspx the module gets the request and rewrites the path to go to y.aspx with a querystring that says y.aspx?url x.aspx Thi... |
|
| IsReusable behaviour (3 replies, VIP) |
| ASPFriends.com 'aspnghttphandlers' list |
| The documentation states the IsReusable method turns on object pooling. What does this mean, exactly? If I were to put a field into an HttpHandler that returns true for IsResuable, is that field guaranteed to be available for all subsequent requests to the handler until the server is restarted? Dan Green [ http://dotnetdan.com putting the dan in .net ] |
|