Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
XML
i got error when i run my url to change url rewriting using asp.net c#


HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

my webconfig


 <urlrewritingnet rewriteOnlyVirtualUrls="true" contextItemsPrefix="QueryString" defaultPage="" defaultProvider="RegEx" xmlns="http://www.urlrewriting.net/schemas/config/2006/07">

      <rewrites>
        <add name="product" virtualUrl="^~/(.*)_(.*).html" destinationUrl="~/product.aspx?id=$1&amp;e=$2" ignoreCase="true"/>
      </rewrites>
    </urlrewritingnet>


asp.code
Posted
Updated 15-Mar-15 18:36pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900