Hi
I'm having problems with the connection string in the web.config. I've read
http://wiki.yetanotherfo...ion%20Instructions.ashx but I'm not sure what section/key should I be putting in my string. I will be using sql2005 and I guess i use Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword; looking at
http://www.connectionstr...?carrier=sqlserver2005.
I tried the post which suggested using:
<connectionStrings>
<add name="yafnet"
connectionString="Server=.\EXPR2005;
UID=XXXX;PWD=xxxx;
database=yaf;
Trusted_Connection=no" />
</connectionStrings>
but that doesnt work either.
Can anyone point me in the right direction? Thanks
Joe