Browse by Tags

Related Posts

  • URI Redirection

    I am working on a social networking project which allows users to create "URLs" to get directly to their profile pages (just like myspace does). I am writing the redirection code in the global.asax file in the application_beginrequest code block. I started off with some basic code to get the...
    Posted to Web Forms (Forum) by bill.schriver on 06-21-2008, 12:00 AM
    Filed under: URI Redirect, url rewrite root, global.asax, Application_BeginRequest
  • Re: Images are not displayed when using 'HttpContext.Current.RewritePath()'

    Thanks for your response. I solved the problem of images by using Url Type as "Root Relative" instead of "Document Relative" I have one more doubts We rewrite the url in Application_BeginRequest() Suppose we want to rewrite the url "questions.aspx?tid=1" as "MathsQestions.aspx" We do this by calling...
    Posted to HttpHandlers and HttpModules (Forum) by meharooftp on 01-24-2007, 12:00 AM
    Filed under: Session, URL Rewriting, BeginRequest, Global.asax, Application_BeginRequest
  • Images are not displayed when using 'HttpContext.Current.RewritePath()'

    In my work i rewrite a url by using HttpContext.Current.RewritePath() method. I am using dotnet 2003 my original url is: http://localhost/CMA/questions.aspx?tid=1 i rewrite it to :http://localhost/CMA/BusinessEconomics/questions.aspx I done it as follows: in the firist page( http://localhost/CMA/Forum...
    Posted to HttpHandlers and HttpModules (Forum) by meharooftp on 01-20-2007, 12:00 AM
    Filed under: URL Rewriting, BeginRequest, Global.asax, Application_BeginRequest
  • Application_BeginRequest and /WebResource.axd in URL Rewrite

    Hi all, I'm doing a url mapping (rewrite) on my website using the event Application_BeginRequest on Global.asax. I test the function in a simple website and working PERFECT but in my website is not working, here is the code: 1 protected void Application_BeginRequest( object sender, EventArgs e) 2 { 3...
    Posted to HttpHandlers and HttpModules (Forum) by Professor X on 12-18-2006, 12:00 AM
    Filed under: URL Rewriting, BeginRequest, Global.asax, WebResource.axd, Application_BeginRequest
  • Http to Https in Application_BeginRequest and SEO

    Hello, I have been reading that there are potential issues with SEO when you redirect http request to https request. But I haven't been able to determine if the way I'm doing is problematic. The default document for my site is home.aspx. In Global.asax, I have the following... protected void...
    Posted to Web Forms (Forum) by rickstep on 10-11-2009, 12:00 AM
    Filed under: seo, global.asax, Application_BeginRequest
  • Error with Server.Transfer() in Application_BeginRequest/Application_Error() in global.asax

    Hey guys, Recently i was woking on URLRewrition on my website. i did a lot of googling to get concept of url in asp.net which suite my application. I found one but i m faing a problem in please help! The 1st Page of my web page opens normally. in that page there are lots of link which are UrL rerewriten...
    Posted to Web Forms (Forum) by suyash123 on 11-11-2009, 12:00 AM
    Filed under: global.asax, Application_BeginRequest, Application_Error, server .transfer, Error executing child request
  • Re: Images are not displayed when using 'HttpContext.Current.RewritePath()'

    Hi dkode I am rewrited the code by adding your modifications, but still the image didnt work? please helpme
    Posted to HttpHandlers and HttpModules (Forum) by meharooftp on 01-22-2007, 12:00 AM
    Filed under: URL Rewriting, BeginRequest, Global.asax, Image, Application_BeginRequest
Page 1 of 1 (7 items)