Publishing my web application can take long time to accomplish because of the .suo file

前端 未结 2 1493
面向向阳花
面向向阳花 2021-02-19 01:07

I have a web application project that I publish via Visual Studio 2010 to my server. My problem is that it can take very long time before it can actually publish it. May

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-19 01:35

    I am not sure if it's a suo file that is causing, but for me, this solved the problem.

    After compiling, the publish will call aspnet_compiler, which actually takes longer as it is generating custom dll for all code.

    But check with your VSPackages, is there any package written for some interpretation or so, that might be interrupting your publish.

提交回复
热议问题