Add Config Transforms is not displaying, why?
Asked Answered
C

1

4

I don't know if this is an environmental issue or something; however, I have been in Configuration Manager and I have added a new "Test" and "Release", now those appear along with Debug. I went to my Web.config and right clicked and I am not seeing the "Add Config Transforms". My end goal is to change the based on what environment I am publishing to. What are my options to make this work?

Cns answered 21/5, 2014 at 18:0 Comment(0)
G
6

Is the project a Web Site? The web.config transforms seem to be only available for Web Application, but not for Web Site projects. Please reference http://msdn.microsoft.com/en-us/library/vstudio/dd547590(v=vs.100).aspx#deployment

Guttery answered 20/8, 2014 at 10:28 Comment(1)
this is resolved, I had to convert to a web applicationCns

© 2022 - 2024 — McMap. All rights reserved.