jmhc
09-30-2008, 02:51 AM
Hello there:
I've just created a new database in ixwebhosting servers and uploaded the data, now I want to connect my page to that database, but I just simply can set the web,config file correctly, can somebody help me with this, here is my web.cofig file is configured:
<?xml version="1.0"?>
<configuration>
<appSettings/>
<connectionStrings>
Server=ixservername;
Database=mydatabase;
Trusted_Connection=Yes;
</connectionStrings>
</configuration>
I've just created a new database in ixwebhosting servers and uploaded the data, now I want to connect my page to that database, but I just simply can set the web,config file correctly, can somebody help me with this, here is my web.cofig file is configured:
<?xml version="1.0"?>
<configuration>
<appSettings/>
<connectionStrings>
Server=ixservername;
Database=mydatabase;
Trusted_Connection=Yes;
</connectionStrings>
</configuration>