Why the web.config isn't copied when I publish an ASP.NET Web Project with the “Only files needed to run this application” option?

前端 未结 3 2007
鱼传尺愫
鱼传尺愫 2021-02-20 11:18

How to correct it?

3条回答
  •  忘掉有多难
    2021-02-20 12:09

    When you say 'ASP.NET web project', do you mean 'ASP.NET web application project'?

    If so, the web.config should have a build action of Content by default. As Brandon mentioned, Content is then copied over to the publish destination.

    To verify, select the web.config file in your Solution Explorer then use the Properties Window. An example:

    example http://photos.tiredstudent.com/WebStorageHandler.ashx?tb=false&id=558

提交回复
热议问题