Parker Software Ltd Homepage
Forum Home Forum Home > WhosOn Visitor Tracking & Live Chat > FAQ's
  New Posts New Posts RSS Feed: Using SQL Server On Another PC
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Using SQL Server On Another PC - Event Date: 13 May 2006 - 13 May 2006

 Post Reply Post Reply
Author
Message
Stephen View Drop Down
Admin Group
Admin Group
Avatar

Joined: 21 Oct 2005
Location: Stoke on Trent
Posts: 1392
Post Options Post Options   Quote Stephen Quote  Post ReplyReply Direct Link To This Post Calendar Event: Using SQL Server On Another PC
    Posted: 13 May 2006 at 2:08pm
This topic gives some pointers on using a SQL Server on a separate PC to store WhosOn data.

We recommend that you use a SQL Server instance (or SQL Server 2005 Express) on the SAME pc as WhosOn. This will give the best performance and avoids all the headaches concerning networking and security.

We do however note that some uses want to use a SQL Server on a separate PC. If you want to do this here are some pointers:

- When creating the WhosOn DB select the PC name of the PC running the SQL Server instance. Enter the 'sa' user name and password.
- Don't use NT Authentication unless the two PC's are part of a Windows Domain and both PC's are members of the domain with full rights to each other.
- Ensure the SQL Server allows remote connections.
- Configure the WhosOn Server service to run under a Windows user that has access to the network.
- Configure the Web Charts to use 'Impersonatation'. This is done by editing the web.config file in the C:\Program Files\WhosOnV4\WebCharts\ folder.

Add:
<identity impersonate="true"
userName="domain\user"
password="password" />


To the system.web section.

This enables the web charts to run under the context of a named Windows user instead of the ASPNET user (which wont have access to the network).

See: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html/vxconimpersonation.asp

There are other factors which may still stop you using a SQL Server instance on another PC, such as firewalls, domain level security, SQL Server setup etc. Whilst we dont 'force' users to use a local SQL Server - we also cannot garentee that you can use a remote instance with WhosOn.

Thanks
Steve
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.109 seconds.
These are the forums for Parker Software, developers of Live Chat Software: WhosOn and Email Automation Software: Email2DB.