Showing related tags and posts across the entire site.
-
In Release 1.1 the ConnectionString for the Functions project is hardcoded, but as a temporary measure, there exists a check on startup to ensure the ConnectionString in Application.config is the same as the one in IsDisallowed.cs.
-
In Release 1.1 the ConnectionString for the Functions project is hardcoded, but as a temporary measure, there exists a check on startup to ensure the ConnectionString in Application.config is the same as the one in IsDisallowed.cs.
-
Yeah, you're right. I think I have an answer on how to put the connectionString in Application.config... <later> I just checked in a fix for the ConnectionString woes. The settings designer file and the functions project now point to ApplicationSettings.ConnectionString. I'm actually surprised...