OneMHz - 2009-03-17

I'm trying to add pseudo virtual paths to my application (so www.site.com/anything/form.aspx points to www.site.com/form.aspx).  But I'm stumbling when I don't have a specific form in the url (www.site.com/anything/).  It's not executing asp.net at all, so the rules don't run.  When I tried to set up IIS to process all requests through asp.net, I ended up seriously breaking my forms authentication.  Requests to javascript and css files were getting redirected to the login form.  Any ideas for my situation?