Ever wondered how to make web.config work in Volta first CTP release? Simply add a web.config file and add content to it? Unfortunately this is not the case in Volta at least in the first CTP. Five steps to get it done:
- Add a web.config file
- Add content to simply by copying from other web.config file
- Right click on web.config from the Solution Explorer and then Properties
- Choose Build Action to Embedded Resource
- In your Volta Page Designer CS file, add the following line of code:
[assembly: VoltaFile("web.config")]
No comments:
Post a Comment