You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments. They generate extra noise for issue followers and do not help prioritize the request.
Tell us about your request
What do you want us to build?
→ Allow use of configBuilders in Web.config file for .NET deployments on Windows
Is this request specific to an Elastic Beanstalk platform?
If so, which one(s)?
→ Yes, Windows platforms
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.
→ .NET deployments fail when using configBuilder in app settings in Web.config files.
Please create a .ebextensions at root location in your source application bundle.
Additional context
Anything else we should know?
→ This issue has been created for external tracking purpose.
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered:
Community Note
Tell us about your request
What do you want us to build?
→ Allow use of configBuilders in Web.config file for .NET deployments on Windows
Is this request specific to an Elastic Beanstalk platform?
If so, which one(s)?
→ Yes, Windows platforms
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.
→ .NET deployments fail when using configBuilder in app settings in Web.config files.
System.Runtime.InteropServices.COMException (0x8007000D): Filename: \\?\C:\inetpub\wwwroot\web.config Line number: 18 Error: Unrecognized attribute 'configBuilders'
Are you currently working around this issue?
How are you currently solving this problem?
→ Please follow the below steps:
appsettings.config:
Web.confg:
.ebextensions/configure_appsettings.config:
Please create a .ebextensions at root location in your source application bundle.
Additional context
Anything else we should know?
→ This issue has been created for external tracking purpose.
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered: