Hi,
I am wanting to use extensionless URLs (i.e. without .aspx). I have got this to work by using runAllManagedModulesForAllRequests="true" for modules in web.config and implementing IUrlRewriter and IUrlGenerator. I was just wanting to know if there are any potential issues with using runAllManagedModulesForAllRequests="true" in terms of the way that AbleCommerceHttpModule works? I've already noticed that browsing to http://sitename/admin no longer allows direct login to the admin pages - just wondered if there are any other areas that could be affected.
Thanks
Rob
Extensionless Url Rewriting
- Shopping Cart Admin
- AbleCommerce Admin
- Posts: 3055
- Joined: Mon Dec 01, 2003 8:41 pm
- Location: Vancouver, WA
- Contact:
Re: Extensionless Url Rewriting
Hello Rob,
This is likely due to the default document setup in IIS being setup with an extention. I'm not sure of all of the potential (if any) other issues, however if you don't see any issues in a few hours of testing it's a workable situation I'd imagine.I've already noticed that browsing to http://sitename/admin no longer allows direct login to the admin pages - just wondered if there are any other areas that could be affected.