Change url in asp.nethttp://forums.asp.net/t/1790221.aspx/1?Change+url+in+asp+netSat, 14 Apr 2012 10:44:21 -040017902214920717http://forums.asp.net/p/1790221/4920717.aspx/1?Change+url+in+asp+netChange url in asp.net <p>Hello,</p> <p>I want to chnage this url address: http://www.ninima.com/Weblog/myBlog.aspx?BlogName=TestBlog</p> <p>to http://www.ninima.com/TestBlog</p> <p>can you help me.</p> <p>Thank you.</p> <p></p> 2012-04-07T10:19:09-04:004920734http://forums.asp.net/p/1790221/4920734.aspx/1?Re+Change+url+in+asp+netRe: Change url in asp.net <p>u should implement url rewriting</p> <p><a href="http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx">http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx</a></p> <p><a href="http://www.simple-talk.com/dotnet/asp.net/a-complete-url-rewriting-solution-for-asp.net-2.0/">http://www.simple-talk.com/dotnet/asp.net/a-complete-url-rewriting-solution-for-asp.net-2.0/</a></p> <p><a href="http://www.codeproject.com/KB/ISAPI/URLRewriting.aspx">http://www.codeproject.com/KB/ISAPI/URLRewriting.aspx</a></p> <p>hope this helps...</p> 2012-04-07T10:36:03-04:004920736http://forums.asp.net/p/1790221/4920736.aspx/1?Re+Change+url+in+asp+netRe: Change url in asp.net <p><a href="http://forums.asp.net/p/1561602/3870906.aspx">http://forums.asp.net/p/1561602/3870906.aspx</a></p> 2012-04-07T10:40:44-04:004922098http://forums.asp.net/p/1790221/4922098.aspx/1?Re+Change+url+in+asp+netRe: Change url in asp.net <p>Hi Hassan,</p> <p>As other members have suggested, you can have a look at the URL Rewriting and Url Routing feature of ASP.NET.</p> <p>Also, with the new IIS 7 integrated pipeline model, URL Rewriting has been incorporated as a IIS 7 feature. Here are some further reference about IIS 7 Url Rewriting and its comparison with Url Routing</p> <p>#Using the URL Rewrite Module <br> <a href="http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/">http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/</a></p> <p>#IIS URL Rewriting and ASP.NET Routing <br> <a href="http://learn.iis.net/page.aspx/496/iis-url-rewriting-and-aspnet-routing/">http://learn.iis.net/page.aspx/496/iis-url-rewriting-and-aspnet-routing/</a></p> 2012-04-09T03:04:29-04:004932283http://forums.asp.net/p/1790221/4932283.aspx/1?Re+Change+url+in+asp+netRe: Change url in asp.net <p>Hi,</p> <p>I using IIS6 but i don't want to use IIS and want to change url in code behind and web.config file please send or introduce any code that help me. I need to it emergency.</p> <p>Thanks for helping.</p> <p></p> 2012-04-14T10:44:21-04:00