This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
| 
 | Hello, Is there any way to share workbench settings with others - so it's easier to setup the correct settings for the project on other computers? Or to commit the settings file to SVN? Best regards, Kristian Thrane - Denmark | 
|  | |
| 
 | If you are referring to the settings underneath the Mindscape menu then these are either stored in the .csproj/.vbproj file for your project (so you will already have this in source control) or for web site projects in a .mswwsettings file which is stored in the root of your website so you can add that to source control. If you are referring to the options underneath Tools/Options/Web Workbench then these are stored in the registry so its a little harder to share these around via source control. Let me know if this is what you are referring to and I can give you some more details about how to extract them - also be aware that these are global options and not per project settings. 
 | 
|  | |
| 
 | Hi Jeremy, I was referring to the settings underneath the Mindscape menu, so it's all good as the projectfile is allready in SVN. Thank you for the quick reply! Best regards, Kristian | 
|  | |
| 
 | Using the latest (as of today) version of Web Workbench, I am not seeing the settings in my projects csproj file nor am I seeing a .mswwsettings file in any of my projects. Has this settings file moved? | 
|  | |
| 
 | No there has been no change to how we manage the project level settings. Details for the settings are only saved once you move away from the defaults though. 
 | 
|  | |