I've managed to successfully sync my PHPrunner apps with my Visual Studio-based website. Once a user logs into the website, they are then automatically logged into my apps. The only issue is that if a user logs in with all lower case letters as their username, then they don't have proper permissions. I checked Case Insensitive login and tried to create a new user group with lowercase letters, but that just over-wrote the username with uppercase letters.
Any suggestions?