How to enable 'Add Config Transforms' for old Visual Studio 2008 project?
Posted
by YeahStu
on Stack Overflow
See other posts from Stack Overflow
or by YeahStu
Published on 2010-04-16T17:57:44Z
Indexed on
2010/04/18
2:23 UTC
Read the original article
Hit count: 408
I am working in the new Visual Studio 2010 RTM and I would like to use web.config transforms.
My site is configured to use .NET 4.0 but it was formerly as Visual Studio 2008 web application project.
When I right-click on my web.config file I do not see the 'Add Config Transforms' option as I should. I also tried adding creating a new web.config but I still do not see the transform option.
Does anyone know how to enable web.config transforms for projects in Visual Studio 2010 that were originally created in Visual Studio 2008?
© Stack Overflow or respective owner