Skip to content

Codepolice

  • ⤫

Use your IIS logs with WCAT

Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
0

I just want to write this down so I do not forget it. I found this article that describes how to convert your IIS logs to a script that you can run with WCAT.

http://theether.net/kb/100128

I had to change the HOST header to the script that was generated. And as you can see you can add any header you like to the default section at the top of the script.

setheader
 {
 name    = "Host";
 value   = "my.domain.com";
 }

setheader
 {
 name="Accept-Language";
 value="sv-se,en-us;q=0.7,en;q=0.3";
 }
Categories: UncategorizedTagged: ajax call in asp net, asp .net programming services, asp net 4, asp net 5 tutorials, asp net based software development, asp net books pdf, asp net core course, asp net core security, asp net core ui, asp net core viewbag, asp net docker, asp net image upload, asp net modal popup, asp net mvc 3.0, asp net mvc interview questions and answers for experienced, asp net mvc partial view, asp net mvc tutorials, asp net project outsourcing companies, asp net to pdf, asp net website examples, bootstrap asp net, code behind in asp net, form view in asp net, free open source cms asp net, hire dedicated asp net developer, html control in asp net, http module in asp net, online shopping project in asp net using c# with source code, open source asp net ecommerce, session variable in asp net

Post navigation

Previous Previous post: SEO: How the Panda update affected AlternativeTo
Next Next post: Signing a request to set up a custom Amazon CloudFront Distribution with C#

Related Posts

  • Debug and fix the z-index bug in IE6 and IE7

    Internet Explorer 6 and 7 has a really really annoying bug that makes it really hard to use z-index. I won’t go into any specifics about exactly what is causing this and so on because others have already done that. I just want to tell you that I found this awesome jQuery script that injects z-index that

    Posted by Judy Alvarez Posted on February 28, 2022March 3, 2022
    0
  • Signing a request to set up a custom Amazon CloudFront Distribution with C#

    I love most of Amazon’s Web Services (AWS). CloudFront is their CDN service and they have an awesome feature that lets you host your files on your server and then Amazon automatically grabs the files from your server and puts them on their CDN. This makes it possible to easily modify your files without having

    Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
    0
  • SEO: How the Panda update affected AlternativeTo

    This Monday we noticed a sudden drop in traffic from Google.com on AlternativeTo.net. I and my colleague have tried to figure out why all week and finally we found the answer. In the Google Webmaster Blog, there is a post about how Google is deploying its new spam filter (named “Panda”) to all English-speaking markets. And that

    Posted by Judy Alvarez Posted on February 28, 2022February 28, 2022
    0
  • Issues when you upgrade WordPress plugins and core on ISS 7.5

    I have had lots of issues with upgrading WordPress plugins and the core WordPress engine on my IIS 7.5 server. The problem has been that you try to upgrade the plugin, you get a fail notice AND the plugin is simply disabled and you lose permission to the folder where the plugin was located. Then

    Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
    0
  • Using an external SMTP server to send mail via different addresses in Gmail

    There is an awesome feature in Gmail that makes it stand out from many other webmails and it’s that you can specify an external SMTP server so that you can send mail from other e-mails. I understand this is an advanced feature that not so many people use but it has a major flaw. If

    Posted by Judy Alvarez Posted on February 28, 2022March 3, 2022
    0
  • MS SQL: Saving changes is not permitted if the table needs to be re-created

    This is a classic. Microsoft SQL Server 2008 introduced a feature that prevents you from changing a table in the designer if it needs to be re-created. And whenever I get this I always forget where to turn this feature off. This time I recorded a 14-sec video that shows where this option is. Enjoy 

    Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
    0
Judy Alvarez

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Codepolice

  • Github
  • Atlassian
  • Flatlogic
  • Xero
  • Jetbrains
  • Figma
  • Debug and fix the z-index bug in IE6 and IE7
  • Signing a request to set up a custom Amazon CloudFront Distribution with C#
  • Use your IIS logs with WCAT
  • SEO: How the Panda update affected AlternativeTo
  • Issues when you upgrade WordPress plugins and core on ISS 7.5

COPYRIGHT © 2022 - Codepolice