You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
@JunTaoLuo @tracher @moozzyk
[Opened outside of the discussion on the announcement so that I can link/find it easier.]
Coming off of Publish for IIS changes to web.config location (Announcements/#173) and concern over accidental renaming or moving of
web.configthat would leak sensitive files, may I get a head-check for those wishing to putweb.configback intowwwroot?Use.UseContentRoot("../")onWebHostBuilder.UseContentRoot(Directory.GetParent(Directory.GetCurrentDirectory()).FullName)processPath="..\my_app.exe"(self-contained) orarguments="..\my_app.dll"(portable)stdoutLogFile="..\logs\stdout"(presuminglogsis in the content root)web.configtowwwrootwwwrootSeems ok in testing. Is that correct or would that break something?