According to MSDN "My.Settings" doesn't exist in Web Site projects but if you add a public shared function to one of your web pages and use My.Settings, it works perfectly fine. However if you try to use it under your App_Code it won't. I have no clue why the limitation exists in the first place anyway.