在asp.net 4,0中转换查询字符串

在asp.net 4,0中转换查询字符串,asp.net,query-string,Asp.net,Query String,我想将querystring转换为: product.aspx?productID=12345至12345.aspx 有没有办法做这样的转换。。。如果你能帮助我,我会很高兴。。。 thx…您必须关注URL重写 您可能需要尝试IIS URL重写扩展名:它被称为UrlRewriting。谷歌或搜索这里的Stackoverflow。

我想将querystring转换为:

product.aspx?productID=12345
12345.aspx

有没有办法做这样的转换。。。如果你能帮助我,我会很高兴。。。
thx…

您必须关注URL重写

您可能需要尝试IIS URL重写扩展名:

它被称为
UrlRewriting
。谷歌或搜索这里的Stackoverflow。