What triggers DataSettingsHelper.DatabaseIsInstalled?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
This is a follow up to my previous question here.

I have managed to bypass the install page and create a small helper method that installs the database correctly on Application_BeginRequest.  However, the method attempts to run more than once (why is BeginRequest being called twice?) which throws an exception.  

What I can't for the life of me figure out, is DataSettingsHelper.DatabaseIsInstalled

1. The correct trigger I am looking for to redirect once the db is installed?
2. Deleting the db entirely from Sql Server has no effect on this setting.  It still shows as true.

Any insight into how this all works would be very helpful.  Thanks.
12 years ago
Never mind.  I accidentally hard wired the setting in EngineContext.Current.  Duhh
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.