hello can you gays suggest me an approach for initial creating operations and permissions when the application starts for the first time?
some details: web application is based on s#arch 1.5 + nhibernate + castle windsor. the application has invariable set of roles and permissions so I decided to hardcode all this staff. (means no user/permission management module) nevertheless, I don't want to have it in sql scripts, more convenient for possible future changes is to have initialization as c# code my first thought is locate the initializer into HttpApplication.Init() but there I don't have NHibernateSession yet. so, what would you suggest? thanks -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
