Can Azure DevOps Pipelines build an ASP.NET Web Site?
I have an older codebase that uses an ASP.NET Web Site (not an ASP.NET Web App) and am trying to construct a Pipeline for it on Azure DevOps.
I have an older codebase that uses an ASP.NET Web Site (not an ASP.NET Web App) and am trying to construct a Pipeline for it on Azure DevOps.
How can I use the “Precompile during publishing” flag on a VS2013 x64 project? No matter what I do, it fails to publish because it insists on using the x86 ASPNETCOMPILER.
I am trying this. I have built asp.net website.
When I publish to IIS through VS2008 it works fine.
Lets say my site is at c:projectsWebsite1
I want to publish it to c:InetpubwwwrootWebsiteOne