Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
0 Points
3 Posts
Apr 29, 2012 11:52 PM|LINK
sorry, the web.config is :
<?xml version="1.0"?>
<configuration>
<connectionStrings>
<add name="lali16" connectionString="Data Source=lali16.db.8473301.hostedresource.com; Initial Catalog=lali16; User ID=lali16; Password=xxxxxxx;" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<customErrors mode="off"/>
<roleManager enabled="true"/>
<authentication mode="Forms">
<forms loginUrl="~/login.aspx" timeout="2880"/>
</authentication>
<compilation debug="true" targetFramework="4.0"/>
</system.web>
</configuration>
this is the web.config I am currently using, I am still think it is the source code, I am not sure of the syntax.
shung2788
0 Points
3 Posts
Re: cannot access sql after deploy it to godaddy
Apr 29, 2012 11:52 PM|LINK
sorry, the web.config is :
<?xml version="1.0"?>
<configuration>
<connectionStrings>
<add name="lali16" connectionString="Data Source=lali16.db.8473301.hostedresource.com; Initial Catalog=lali16; User ID=lali16; Password=xxxxxxx;" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<customErrors mode="off"/>
<roleManager enabled="true"/>
<authentication mode="Forms">
<forms loginUrl="~/login.aspx" timeout="2880"/>
</authentication>
<compilation debug="true" targetFramework="4.0"/>
</system.web>
</configuration>
this is the web.config I am currently using, I am still think it is the source code, I am not sure of the syntax.