B
Blue Man
is that possible to use dynamic paths in web.config for httphandler like
this?
<httpHandlers>
<add verb="*" path="archive/\d{4}/\d{2}/\d{2}/\d+\.aspx"
type="myclass,assembly" />
</httpHandlers>
Then i can grab it with MyClass which is a defined httphandler and redirect
it to appropriate page. and if not what do you suggest me to do for these
dynamic paths?
this?
<httpHandlers>
<add verb="*" path="archive/\d{4}/\d{2}/\d{2}/\d+\.aspx"
type="myclass,assembly" />
</httpHandlers>
Then i can grab it with MyClass which is a defined httphandler and redirect
it to appropriate page. and if not what do you suggest me to do for these
dynamic paths?