1

Anybody know where the VS 2010 One-Click Web Publishing settings are stored?

It would be awesome it a team could share the settings so a quick deployment to a test system is always a button click away.

sth
  • 222,467
  • 53
  • 283
  • 367
John Farrell
  • 24,673
  • 10
  • 77
  • 110

1 Answers1

7

It's stored in the same project directory as the project you've deployed, stored as an XML file. Look for a *.Publish.xml

Jeff
  • 161
  • 1
  • 3