Browse by Tags

Developer Network

Forums, blogs, and downloads for SaaSGrid developers.
Related Posts
  • Forum Post: SQLmembership provider in Petshop

    Hi, In Petshop 4.0, It is using SQL Membership provider for authenticating end users who comes to the site for buying pets. Any anonymous user can view the pets catalog in various categories, but application asks for the user credentials only when they are about to do checkout. Once authenticated (against...
  • Forum Post: Stored Procedure vs Users and Roles

    Hi, how do we handle users and Roles in Stored procedure? either we have to handle or SaaSGrid itself takes care? Regards, Rockin
  • Forum Post: Re: Changing current user at runtime

    Hello, I assume you are developing your application locally. You are correct in that changing the execution context is one way to "change" which user is currently logged in. You could also use the SaaSGrid Mocker utility , included with the SDK to change this as well, which would eliminate the need to...
  • Forum Post: Changing current user at runtime

    Hi, Is there any sample that demonstrates autheticating the user at run time, ie, login/logout...in most of the samples I have seen so far, to change users you have to change the executionContext's userId attribute in SaaSGrid.cfg.xml, then rebuild...is there anything I am missing here?