简体   繁体   中英

What is the use of web.config, web.config.debug, web.config.release?

任何人都可以详细说明asp.net web应用程序中的Web.config,web.config.debug,web.config.release文件的用途(何时使用)?

It's web.config transformation files that are used to change the web.config for debug and release builds. For example use a different database when debugging and running the release version.

See more information regarding this here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM