Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   ASP (http://siteownersforums.com/forumdisplay.php?f=11)
-   -   URL rewriting through global.aspx file (http://siteownersforums.com/showthread.php?t=151789)

Ruby707 02-03-2015 03:22 AM

URL rewriting through global.aspx file
 
protected void Application_BeginRequest(object sender, EventArgs e)

{

if (Request.Url.ToString().ToLower().Contains("aboutus.aspx"))

{

app.Context.RewritePath("/PrayerForPease/showStaticPages.aspx?pageId=" + pageId);

}

}


All times are GMT -7. The time now is 02:06 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.