.htaccess rewriting-url in aspx site?
Is it possible to use .htacces开发者_开发知识库s url-rewriting rules in an ASPX website?
Thank you in advance.
Install and use the URL rewriting module for IIS:
http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/
Yes, you can do that in ASP.NET with IIS on Windows 7 or Windows XP:
In Windows 7:
- Download "URL Rewrite Module" for IIS. (It’s free and available on IIS.net)
- Now we have "URL Rewrite" option in IIS-7
- Then click on "Import Rules" option
In XP:
- Install "IsAPI_RewriteManager"
- Then click on "Default Web Site"in the left panel
- Then configure the website in which .htaccess file exists. (The file contents automatically will be shown in right panel.)
- Then click on edit and close
- Then click the "Apply" button
精彩评论