beginner in asp.net trying to understand why console.writeline isnt logging to output->debug window

In an MVC application. also as a side issue, I am trying to better understanding cacheing but I cannot get my brower to change cache-control: max-age=0 to anything
2 Replies
Angius
Angius2mo ago
Just to make sure, ASP.NET or ASP.NET Core? Show the code where you're logging to console, and show where you expect the output to be
Ꜳåąɐȁặⱥᴀᴬ
if i understand this correctly output->debug is another thing you write in there with system.diagnostics.debug

Did you find this page helpful?