I tried to run default.aspx, get error message as below
Cannot open database requested in login 'ThePhile'. Login fails.
Login failed for user 'sa'.
I modified all @@@.config file which file are in the conifg folder.
one of what I did
<?xml version="1.0" ?>
<ModuleSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ConnectionString>server=.;database=ThePhile;uid=s a;pwd=;</ConnectionString>
<LockByIP>true</LockByIP>
<LockByCookie>true</LockByCookie>
<LockDuration>7</LockDuration>
</ModuleSettings>
I use
VB
[/hr]
Who can help me to fix this problem?
Thanks.
Taiyi