How to resolve Rewriteurl problem,works on localhost but it not working on my server
Are you looking for a way to resolve Rewriteurl problem ? then read this thread to know how to resolve it
rewrite url works on localhost but when uploading to server it gets the page not availabile error how to avoid this in asp .net 4.0,it is a working site in framework 3.5
my rewriter is
<rewrite url="~/(.+).html" to="~/Content.aspx?id=$1" processing="stop"/>