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

    Oct 10, 2020 · The location of log files for the site can be found within the Directory field EDIT: As pointed out by Andy in the comments below you need to ensure when installing IIS that you elected …

  2. Where is IIS log files folder location - Stack Overflow

    Jun 19, 2021 · I'm running an ASP.NET core application on IIS from Visual Studio 2019, and I can't find the log folder of IIS, could you please give me it's location? If the application was running on a …

  3. iis - IISExpress Log File Location - Stack Overflow

    Apr 27, 2011 · 129 IISExpress writes log and configuration data to pre-determined location out of the box. The directory is an "IISExpress" directory stored in a user's Documents directory. In the …

  4. 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?

  5. Get IIS log location via powershell? - Stack Overflow

    7 I'm writing a script that I'd like to be able to easily move between IIS servers to analyze logs, but these servers store the logs in different places. Some on C:/ some on D:/ some in W3SVC1, some in …

  6. Where does IIS 7.5 log errors? - Stack Overflow

    Sep 28, 2021 · I added the IUSR user to the file's security permissions (right-click the file, properties, security tab) with read write and modify permissions and was then able to see PHP errors in the log file.

  7. Powershell command to set IIS logging settings - Stack Overflow

    In IIS Manager, choosing Configuration Editor and making a change, allows the IIS Manager to generate and display the script for the change in C#, JavaScript, AppCmd.exe and PowerShell.

  8. 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 exist. Their …

  9. What is setting stdoutLogFile location during ASP.NET Core publish to ...

    Nov 17, 2021 · Any folders in the stdoutLogFile path are created by the module when the log file is created. The app pool must have write access to the location where the logs are written (use IIS …

  10. iis - Check Asp.Net log files - Stack Overflow

    Nov 11, 2010 · To find the location of the log file (in IIS 7) open IIS Manager and expand the tree view to see the node corresponding to your website. In the main panel, open the "Logging" item whcih …