Relative Content

Tag Archive for asp.net-core.net-corevisual-studio-2022

Visual Studio 2022 Publish Fails – Unable to delete files

I am trying to Publish a sample DotNetCore project (from the basic VueJs/Core solution template) to an IIS server with the ‘Delete Existing Files’ option. If the app has been running, then the Publish throws errors because of files that it cannot delete. Fortunately, a second Publish succeeds as the first attempt shuts the app down and allows the files to be deleted.