views:

55

answers:

1

I am currently working on an application that has different permissions/users for the local development environment and test. I want to be able to ignore the users and permissions when deploying to either environment. Under the .sqldeployment file, there seems to only be options for ignoring permissions (IgnorePermissions) and role membership (IgnoreRoleMembership) for a user, but not for ignoring the users themselves. Is this possible?

+3  A: 

Sorry, not currently possible in the 2008 version of Visual Studio.

The Matt
Also, does not seem to be possible in VS2010, since I have the same problem.
Rory MacLeod