asp.net - url rewriter does not work on host -


i following simple implementation: http://www.codeproject.com/kb/aspnet/urlrewriter.aspx

it works fine when test on localhost.

for example: http://localhost/city/newyork/1 => http://localhost/city/default.aspx?city=newyork&id=1

but after uploading host, when enter: http://domain.com/city/newyork/1 got:

not found  requested document not found on server.

could please give me hint this?

thanks in advance.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -