justjoe
justjoe

Reputation: 5564

How we create .htaccess for IIS ? Is it possible?

i don't know much about IIS, except it's a web server (just like apache) and mostly run for ASP. How we set library like moD_rewrtie and .htaccess in this kind of server?

Upvotes: 0

Views: 627

Answers (1)

Haim Evgi
Haim Evgi

Reputation: 125506

i know that in iis7 its possible to use a tool that make rules like mod rewrite

link : http://www.hanselman.com/blog/ASPNETMVCAndTheNewIIS7RewriteModule.aspx

Upvotes: 2

Related Questions