|
** Edit of bunch of code i posted ** Just a "gotcha" i ran across, i had:
httpHandlers> verb="*" path="~/content/*.aspx" type="MapURL" /> httpHandlers>
it didn't work until i changed it to httpHandlers> verb="*" path="~/content/*.aspx" type="MapURL,__Code" /> httpHandlers>
then it worked... now... i am just wanting to rewrite *.aspx requests in the root of the application, not of any aspx files one folder or deeper in the app, suggestions on doing this? *** Edited 7/11/2005 4:34:46 PM UTC by MorningZ***
|