Note that there are some explanatory texts on larger screens.

plurals
  1. POURL rewriting in asp.net 3.5 withiout IIS
    primarykey
    data
    text
    <p>I am working in as asp.net application which is in asp.net 3.5 version. I have a requirement to implement URL rewriting. I have defined 4 pages like</p> <pre><code>www.abc.com/page1.aspx www.abc.com/page2.aspx www.abc.com/page3.aspx www.abc.com/page4.aspx </code></pre> <p>I want that when user types www.abc.com/language1 then www.abc.com/page1.aspx open. If user types www.abc.com/language2, then www.abc.com/page2.aspx should open.</p> <p>Please suggest a solution to it.</p> <p>Also, as this site is complete and have links sent through email to users ( and some of the links have querystrings) what is best way to redirect users to new urls without querystrings and generate new links using new pattern ?</p> <p>I have gone through followig techniques:</p> <p><a href="http://www.iis.net/downloads/microsoft/url-rewrite" rel="nofollow noreferrer">http://www.iis.net/downloads/microsoft/url-rewrite</a> ( this is with IIS, can i use it with asp.net 3.5 and without IIS ? )</p> <p><a href="https://stackoverflow.com/questions/14876329/asp-net-url-rewriting-in-very-easy-way">ASP.NET URL Rewriting in very easy way</a> ( it is not tested for security issues)</p> <p><a href="http://www.hanselman.com/blog/IntroducingASPNETFriendlyUrlsCleanerURLsEasierRoutingAndMobileViewsForASPNETWebForms.aspx" rel="nofollow noreferrer">http://www.hanselman.com/blog/IntroducingASPNETFriendlyUrlsCleanerURLsEasierRoutingAndMobileViewsForASPNETWebForms.aspx</a> ( This require existing links to change ? )</p> <p>Please suggest</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload