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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -