I am unable to publish my web application. It never completes and also never gives any errors. Rebuild solution works without any issues, it is just when I try to publish to a folder that it does not work.
Web site folder: "Inetpubwwwrootmysite"
I have few ASP.NET Web Service files.
Target framework: .net 4.8
Visual Studio version: Microsoft Visual Studio Community 2022 (64-bit) – Current
Version 17.1.0
Any recommendations on what to do?
2
Answers
After trying everything, I finally created a PowerShell script to do the publishing for me.
Had the same problem.
After a ‘Clean Solution’ and a rebuild the publish worked fine.