Home > Getting Started > Web.config > Configuration/connectionStrings
Configuration/connectionStrings
<connectionStrings>
This section contains the database connection information required for AuctionWorx to run.
Usage
This section will need to be modified to contain the correct database connection information for your specific environment.
Example
To change your database connection information, you would change the highlighted value below
<connectionStrings>
<add name="db_connection" connectionString="Data Source=...;" providerName="" />
</connectionStrings>
See also
|