Aspnet Core Visualstudio Iis Webdeploy
在visual studio 2022中使用Web Deploy的方式部署到iis,可远程更新程序 部署过程中遇到的问题, 500.38 HTTP Error 500.38 - Failed to locate ASP.NET Core app Common solutions to this issue: The app couldn’t be found. Confirm the app’s main DLL is present. Single-file deployments are not supported in IIS. Troubleshooting steps: Check the system event log for error messages Enable logging the application process’ stdout messages Attach a debugger to the application process and inspect For more guidance on diagnosing and handling these errors, visit Troubleshoot ASP....