About 231,000 results
Open links in new tab
  1. logging - IIS: Where can I find the IIS logs? - Stack Overflow

    i.e. Open IIS Manager. Select the site or server in the Connections pane, Double-click Logging. The location of log files for the site can be found within the Directory field EDIT: As pointed out …

  2. iis - How to find corresponding log files folder for a web site ...

    Mar 15, 2012 · There are multiple web sites and multiple folders under inetpub\\logs\\LogFiles (W3SVC1, W3SVC2, etc). How can I find what folder is used by a given web site?

  3. Where do logs go when running ASP.NET Core on IIS 7.5?

    This implies that IIS will not create the folder if it doesn't exist. This issue was raised in the Asp Net Core Module's repo on GitHub: Issue #30 - Logs are not created if the log folder does not …

  4. logging - Understanding IIS 7 log files - Stack Overflow

    Oct 9, 2014 · Understanding IIS 7 log files Asked 13 years, 5 months ago Modified 11 years, 1 month ago Viewed 90k times

  5. ASP.NET/IIS7.5 Writing Log File Not Working (Permissions, UAC, …

    Well, after days of trying every IIS option, user and group accounts, file system permissions, Process Explorer, etc., I think we got it working: We reset all our IIS app pool and web site …

  6. asp.net - IIS 8 - 500 server error logs - Stack Overflow

    Do you have administrator rights on the server hosting the web page? If so, then the event viewer -> app log on the server is absolutely the place to go. Forget about the client app completely.

  7. Log Analyzer Tools for IIS Webserver Logs - Stack Overflow

    Feb 22, 2018 · I started to use GA now but I need to create a clean report from April 2017 until November 2017 based on the iis logs. I got all of the log files from IIS. But now I'm looking for …

  8. write to IIS log from an ASP.NET application - Stack Overflow

    Apr 13, 2012 · Try Response.AppendToLog (), this writes to the IIS log file. It's good because it doesn't require any additional software. The only downside is that your log file is likely to be …

  9. iis - How do I increase the maximum size for failed request logs ...

    Mar 27, 2020 · If failed request tracing logs exceed this value, IIS will truncate the logs at the maximum file size and specify LOG_FILE_MAX_SIZE_TRUNCATE for the trace event. The …

  10. Parse IIS log file - is there an alternative to LogParser

    Aug 26, 2014 · I need to parse an IIS log file. Is there any alternative to LogParser, a simple class to query a log file ? I only need to know how many request I receive between 2 dates. Here is …