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
Post a Comment