简体   繁体   中英

Can I use different web.config file as per folder?

I want to use Multiple web.config file.
But I want to use all web.config file as per different folder.
How can I use web.config file as per folder.

Project:
Folder 1: Test
Inside Folder web.config for Test Folder
Folder 2: Hello
Inside Folder web.config for Hello Folder

As far as I know, IIS doesn't allow multiple web.config files to exist in web applications. In this case, try nested Web.config

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