Url Rewritting using .NET 3.5
-
Hi, I wan`t to use URL rewriting to map my requests to other page. for eg: http://mydomain.com/101120/54623/Invoice\_14235.zip to http://mydomain.com/Download.aspx?a=101120&b=54623&c=Invoice\_14235.zip Can anybody suggest how this can be done more efficiently and are there any microsoft tools (3rd party is not allowed in my project). Any suggestions wold be welcomed.
When you fail to plan, you are planning to fail.
-
Hi, I wan`t to use URL rewriting to map my requests to other page. for eg: http://mydomain.com/101120/54623/Invoice\_14235.zip to http://mydomain.com/Download.aspx?a=101120&b=54623&c=Invoice\_14235.zip Can anybody suggest how this can be done more efficiently and are there any microsoft tools (3rd party is not allowed in my project). Any suggestions wold be welcomed.
When you fail to plan, you are planning to fail.
please refer this link : - http://msdn.microsoft.com/en-us/library/ms972974.aspx[^]
Everything Is Possible!