I think this is a pretty basic question, but it's a stumbling block for me, and I would really appreciate some advice.
Can anyone be more specific about what to change in the config files? Step 5 of index.htm â¦
[begin quote]
You also need to change the name of database server in the following files listed below:
* Web.config
* All the config files residing in the C:\wrox\ThePhile\Config\ folder.
[end quote]
As an example, my unmodified Accounts.Config in my c:\wrox\ThePhile\Config is [my database is already set to ThePhile?]
[begin quote]
<?xml version="1.0"?>
<ModuleSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ConnectionString>server=CHARUL\NetSDK;database=Th ePhile;uid=sa;pwd=;</ConnectionString>
</ModuleSettings>
[end quote]
When I build, reboot, and open
http://localhots/thephile I get the error "SQL server does not exist or access denied".
I am running Win XP Pro SP1 with SQL Server 2000 (the databse restored OK) and VS .Net Professional 2002.
Thanks.
-Ted