forked from dotnet/aspnetcore
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
I'm trying to configure a UNC path for the Stdout log.
<httpPlatform
stdoutLogEnabled="true"
stdoutLogFile="\\SERVER\path\stdout.log"
startupTimeLimit="20"
processPath="C:\Program Files\nodejs\node.exe"
arguments=".\serv.cjs"
>No log appears, but a warning in the eventlog with a strange prefix before the path (see below at exceptions).
Expected Behavior
A file named (or starting with the name) "stdout.log" should be created in the specified directory when the server starts.
Steps To Reproduce
Put a UNC path as value of the stdoutLogFile attribute of the httpPlatform tag in the web.config file.
Exceptions (if any)
In the Eventlog I find a warning
Could not create stdoutLogFile \?\UNC\SERVER\path\stdout.log_20250122131757_2184.log, ErrorCode = '0x800700a1'.
HttpPlatformHandler Version
v2.0 RC3 (httpplatformhandlermodule_x64_en_v2_8.0.3.msi)
Anything else?
node-v20.18.0-x64