Author: hstake | Posted on: 9/14/2009 2:04:35 PM | Views : 946

I wrote an asp.net web app with a sql server express 2008 database for a non-profit organization.  I just got the go ahead from the CEO to set up a webhost account on webhost4life.com.  I have created some users with the asp.net membership services.
When I'm running the app on my pc, it works just fine.  When I run it off of webhost4life, I can log into my app just fine, but the menus are disabled.  The reason is because the roles of the user (via asp.net membership) is coming back as nothing.  I don't understand why.  I ftp'd the code and the database to the webhost.  
Someone suggested to me that when I set up my users on my pc, it was tied into a login that I used at the database level and that when I am running it on the webhost4life website, it can't find that user id that is associated with the membership users t ...

Go to the complete details ...