Chad Schouggins
Chad Schouggins

Reputation: 3521

web.config transformations not showing up in VS2010

I just added three configurations to my web application. I then right clicked web.config and selected "Add Config Transforms". The three files were created, but there is no expander next to web.config in the solution explorer and the transforms are not applied when deployed (Build Deployment Package).

I've rebuilt the solution, dragged the files into the solution explorer, Add>Existing Item, and closed/reopened VS. Still not showing up.

Any ideas?

Upvotes: 7

Views: 1327

Answers (1)

Chad Schouggins
Chad Schouggins

Reputation: 3521

VB strikes again. VB applications don't show them unless "Show all files" is selected. Brilliant.

Upvotes: 16

Related Questions