i want to use url rewriting by using iis setting.
-
I create web site. But url has many parameters for example http://test.aspx?pageNumber=123&headerId=123123. So when user click some button(it will go to http://test.aspx?pageNumber=123&headerId=123123.) I want user to only show http://test.aspx in the url bar. So, there is many url rewriting. But i want to simple way. We have windows2003 server. If you know site which explain simeple way. Let me know.
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
-
I create web site. But url has many parameters for example http://test.aspx?pageNumber=123&headerId=123123. So when user click some button(it will go to http://test.aspx?pageNumber=123&headerId=123123.) I want user to only show http://test.aspx in the url bar. So, there is many url rewriting. But i want to simple way. We have windows2003 server. If you know site which explain simeple way. Let me know.
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
buffering83 wrote:
If you know site which explain simeple way.
You can find lots on this URL Rewriting URL Rewriting in ASP.NET 2.0[^] IIS vs. ASP.NET URL Rewriting[^] And Many More....[^]
modified on Friday, August 5, 2011 8:09 AM
-
I create web site. But url has many parameters for example http://test.aspx?pageNumber=123&headerId=123123. So when user click some button(it will go to http://test.aspx?pageNumber=123&headerId=123123.) I want user to only show http://test.aspx in the url bar. So, there is many url rewriting. But i want to simple way. We have windows2003 server. If you know site which explain simeple way. Let me know.
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
Instead of GET, you could use POST as the form's method.