locked
ASP.NET publish issue RRS feed

  • Question

  • User546194788 posted

    How to publish a ASP.NET project to a local folder so that I can copy contents to IIS of web server?

    I use VS2015 to develop web app.

    After completed, I chose 

    Build, Publish web app...

    How to complete "Advanced Precompile Settings" options?

    Monday, July 13, 2020 6:45 PM

All replies

  • User1535942433 posted

    Hi aspfun,

    How to complete "Advanced Precompile Settings" options?

    I suggest you could do this:

    1.In Visual Studio, open a web application project.

    2.Right click the project name in Solution Explorer, and then choose Publish.

    3.Select the Settings tab.

    4.Expand File Publish Options, and then select Precompile during publishing.

    5.Click Configure.

    More details,you could refer to below article:

    https://docs.microsoft.com/en-us/previous-versions/aspnet/hh475319(v%3Dvs.110)

    Best regards,

    Yijing Sun

    Tuesday, July 14, 2020 5:26 AM