You guys are geniuses I know I'm a smartbut. for anyone who wants to know how it is done just go to configuration manager and then select your web app and say new configuration then after you copy from debug or release right click on your web config file
in solution explorer and select add web config transform and you new configuration will be added to in with the Web.Debug.config and release file.
Member
15 Points
71 Posts
create a web.config.staging
Aug 30, 2013 01:40 PM|viperassasin|LINK
Does anyone know of way to build in web.config.staging just like web.config.release and debug?
Member
15 Points
71 Posts
Re: create a web.config.staging
Aug 30, 2013 01:44 PM|viperassasin|LINK
You guys are geniuses I know I'm a smartbut. for anyone who wants to know how it is done just go to configuration manager and then select your web app and say new configuration then after you copy from debug or release right click on your web config file in solution explorer and select add web config transform and you new configuration will be added to in with the Web.Debug.config and release file.
Member
680 Points
279 Posts
Re: create a web.config.staging
Sep 02, 2013 01:33 AM|Tear09|LINK
Hi,
What's version of your VS? I am using VS2012 and I find the Web.Debug.config file in solution explorer when I create a new project.
Thanks