c# - ASP.NET - httpd.ini -


i want make url rewrite httpd.ini in asp.net 3.5.

i want rewrite www.mydomain.com/random_name www.mydomain.com/pagedetails.aspx?name=random_name

how in httpd.ini?

it sounds host using helicon isapi rewrite module iis6

if case, confirm them first, can use apache mod_rewrite style rules. example, think, rule work you:

rewriterule ^/([^/\.]+)/?$ pagedetails.aspx?name=$1 [l] 

it has been while since have done might not spot on. enough on right track.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -