All TagsFREB (RSS)
  • FastCGI with PHP, FailedRequest Tracing and field $_SERVER['HTTP_REFERER']

    Hello! I debug my web-application and analyze the FailedRequest Tracing files - fr_xxxxxxx.xml if my app send error code 500 and crash. But I can't find field HTTP_REFERER in FailedRequest Trace file. How to configure FREB to save field HTTP_REFERER in dump file? Or I must see this field in big access...
    Posted to Forum by Maxim Mesilov on 08-19-2009, 9:01 AM
  • Re: User Friendly Url not work

    Hi, Visual Studio 2008 doesn't use IIS7 to run the web application that you are developing, it uses a custom made web server that doesn't have all IIS7 power (future VS versions may use IIS7). URL Rewrite Module needs the real IIS7 web server. What you need to do is to deploy your Web Application...
    Posted to Forum by DanielVL on 05-16-2009, 12:53 PM
  • Re: URL Rewrite not working - Displays 404

    Hello, To be honest with you, if you enabled all the trace areas and you don't get any log at all, you may have missed some step for setting up Failed Request Tracing. Please send me your applicationHost.config file and the web.config file for your application as private message. I can take a deeper...
    Posted to Forum by DanielVL on 03-22-2009, 6:18 PM
  • Re: ASP.NET detected invalid characters in the URL

    I think your rule will rewrite from http://microsoft.com/somePage.aspx to http://microsoft.com:80/somePage.aspx {R:0} will be expanded "/somePage.aspx" Please use FRT to see how the rewriting is executed: http://learn.iis.net/page.aspx/467/using-failed-request-tracing-to-trace-rewrite-rules...
    Posted to Forum by DanielVL on 11-20-2008, 3:08 PM
  • Re: It used to work...

    Hi Crispin, You shouldn't need to disable the internal rewrite cache in the latest release, perhaps you installed the latest version and you had a worker process (w3wp.exe) still running with the previous version. The best way you can figure out what is going on is by enabling FRT (FREB), please...
    Posted to Forum by DanielVL on 11-17-2008, 1:44 PM
  • Failed RequestTracing not working

    I created a rule to catch all 500 errors.. but I am getting no freb XML files logged even when there is a 500 error displayed in the browser. Is there some type of buffer? But I don't think so as I've stopped and started the website with logs appearing. Following this advice: http://weblogs.asp...
    Posted to Forum by jkingry on 07-24-2008, 11:03 AM
  • Re: Rewrite rule to skip processing css/jpg/etc?

    Hi Bob, Thanks for trying it out. Could you please share me your rules?, they should be defined in your web.confg file. You can also enable the tracing feature, here is how: http://learn.iis.net/page.aspx/467/using-failed-request-tracing-to-trace-rewrite-rules/ ; so you can troubleshoot the workflow...
    Posted to Forum by DanielVL on 06-06-2008, 6:15 PM
  • Re: HttpRedirect CHILD_ONLY problems

    Try to enable FREB "to figure out what exactly is happening with your requests" http://learn.iis.net/page.aspx/266/troubleshooting-failed-requests-using-tracing-in-iis7/
    Posted to Forum by DanielVL on 05-30-2008, 6:57 PM
Page 1 of 1 (8 items)
Microsoft Communities