Taskvision Server in different location!

What are the things i need to modify if i want to install my taskvision server to a different computer, and the database in a different computer?

im having difficulty customizing it. ive already done modifying the connectionstring in web.config, but still doesn't work!

please help me! thnx a lot!

[302 byte] By [codefund.com] at [2008-2-7]
# 1
what else have you done? did you run the sql scripts in the setup directory on your sql server?

are you getting an error message?

codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Sample Applications...
# 2
A few fundamental requirements beyond web.config:

Set AuthWS and DataWS references in TaskVision to point to those web services.

Update keys in TaskVision app.config:
<add key="TaskVision.AuthWS.AuthService" value="http://yourserverurl/ yourfoldername/authservice.asmx"/>
<add key="TaskVision.DataWS.DataService" value="http:// yourserverurl/yourfoldername/dataservice.asmx"/>

Sorry, it's not a complete task list, but I hope it helps.

codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Sample Applications...
# 3
what i mean is, i want to deploy the web service in a different computer and the sql is also on a different computer!

what are the things that i should do? thnx for the help!

codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Sample Applications...
# 4
eureka! i resolved it!

it seems like it needs of recoding the web service!!!!
the connectionstring seems not saving the password when the db is closed (is this a bug of .net?)

what i did is create a connection string in getuserinfo! and dat will do the task!

tnx for the help eniwei!!!

codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Sample Applications...
# 5
I went through that headache too. I was clueless about that too. Definitely not a bug!

<a href=" http://www.windowsforms.net/Forums/ShowPost.aspx?tabIndex=1&tabId=41&PostID=817">PROBLEM: Microsoft.ApplicationBlocks.Data</a>

codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Sample Applications...