Publish ASP.Net Core 2.1preview2 website to local IIS MSB3030 *.PrecompiledViews.dll
问题 Update 1 With @Priyesh Kumar feedback I have used the following command from the websites root folder (the one with *.csproj for the website). This worked. I then copied the "win10-x64" content files into c:\www\sigex.com. dotnet publish -c Release -r win10-x64 --self-contained I am running into a few different issues now but will fix them and then post back the solution. Original Post Hi I am trying to publish my website locally into IIS (a site I have made in IIS manager). I am using the