I was trying to get SubSonic to run on a Free Hosting Environment (on GoDaddy) but unfortunately I kept getting a SecurityException when the code would attempt to save an entity. The code looked like this: faq.Save(); // Saves a faq item to the database. This code would save the new FAQ entity to the database.… Continue Reading