I have an ASP.NET Core 2 web application developed in VS 2017. I just tried to publish it in a local folder via VS 2017. Now, I have a local folder with my application stuff and some things need clarification:
- The files created inside the folder are
exactly the samewith those which should be created if we deploy in Azure? web.configfile has been created after deployment while there was not such a file in the development phase. Why?- How may I
runthis deployed project? There are a lot of .dll files.
I am new to .NET world and I want to understand some things.