Where can I find the published files from my ASP.NET MVC app?
Completed
I have an MVC app that I originally created in VS. When I publish the selected project from Rider, I see a message (quite quickly) that it worked, but I can't find any updated files anywhere.
I don't get presented with a dialog.
Would it use the publication settings I had in VS? If so, it's not writing to that folder.
Please sign in to leave a comment.
I think by default it is located in {project root}/bin/release/PublishOutput?
OK. Thanks. Then it appears not to work on my project.