forked from icotting/Phocalstream
-
Notifications
You must be signed in to change notification settings - Fork 0
License
ashlyn/Phocalstream
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Distributed under the Apache License v. 2.0. See License.txt for details. Basic Setup: Connection strings and app settings files will need to be provided in App_Config. Sample connectionStrings.config <connectionStrings> <add name="DbConnection" providerName="System.Data.SqlClient" connectionString="Data Source=(LocalDB)\v11.0;AttachDbFileName=|DataDirectory|\Phocalstream.mdf;Integrated Security=True;MultipleActiveResultSets=True"/> <add name="DMConnection" connectionString="Data Source=(LocalDB)\v11.0;AttachDbFileName=|DataDirectory|\DroughtMonitorData.mdf;Integrated Security=True;MultipleActiveResultSets=True" providerName="System.Data.SqlClient" /> <add name="WaterDBConnection" connectionString="Data Source=(LocalDB)\v11.0;AttachDbFileName=|DataDirectory|\WaterData.mdf;Integrated Security=True;MultipleActiveResultSets=True" providerName="System.Data.SqlClient" /> </connectionStrings> Sample appSettings.config <appSettings> <add key="webpages:Version" value="2.0.0.0" /> <add key="webpages:Enabled" value="false" /> <add key="PreserveLoginUrl" value="true" /> <add key="ClientValidationEnabled" value="true" /> <add key="UnobtrusiveJavaScriptEnabled" value="true" /> <add key="photoPath" value="[PATH TO PHOCALSTREAM PHOTO SET]" /> <add key="rawPath" value="[PATH TO BASE PHOTO SET]" /> </appSettings> Phocalstream_PhotoProcessor is configured to use a Copyright (c) 2012, University of Nebraska-Lincoln. All rights reserved.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published