How to access Content Folder of web application when using console app? Using
<code>Path.Combine(AppContext.BaseDirectory, $@"Contentfile.html")
</code>
<code>Path.Combine(AppContext.BaseDirectory, $@"Contentfile.html")
</code>
Path.Combine(AppContext.BaseDirectory, $@"Contentfile.html")
returns the bindebug folder of the console app not the Content folder of webapp