asp.net url rewrite
I want to create a URL Rewriter with my own create module with use of
- web.config
- global.asax
and other files.
I don't want to rewrite URLs for only a few pages, I would like some general code for all page开发者_如何学Cs.
Here somes infos:
- URL Rewriting in ASP.NET
- IIS URL Rewriting and ASP.NET Routing
- Open Source URL Rewriter for .NET / IIS / ASP.NET
- And here an excellent tutorial for your own module!
And here is the best for me: URL rewrite with asp.net 4.0 and IIS7
精彩评论