Ignore files in Windows Azure virtual application

前端 未结 4 581
执念已碎
执念已碎 2021-01-03 07:48

I want to have a virtual application inside a site. I have modified my ServiceDefinition.csdef as


        

        
4条回答
  •  情话喂你
    2021-01-03 08:05

    I don't think you can tell visual studio to do it. It only does this for your role associated web site project. So what you can do is copy your output files to a special folder in post build event. and point your physical directory to that:)

提交回复
热议问题