You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ferventcoder edited this page Jun 16, 2011
·
7 revisions
Order of the roles is IMPORTANT
The most important thing to note is that when you have set your roles, the one that is first in the code gets executed first.
publicclassTwoRoleDeploy:Deployment<TwoRoleDeploy,SampleConfiguration>{//order is important, first one here gets executed firstpublicstaticRoleWeb{get;set;}publicstaticRoleDb{get;set;}}