Home
TeamSite
WorkSite Login
das
Hi,
Installed the WorkSite on my machine, I am new to this product: After installation I tried to login to the WorkSite but have been getting errors.
Under WorkSite Manager, I setup the WorkSite (and a db that I created in SQL Server). I am able to start the service.
After this I tried to login to the default.aspx page but I am getting the below error. (I did not check the 'Trusted Connection') so I am logging in using a local admin account.
"Invalid Host or TCP/IP address"
any ideas why?
Find more posts tagged with
Comments
jny
Did you already add the SQL dbs to the ODBC connection as well as to the WorkSite Service Manager?
das
yes, created a ODBC to the database and added it through the "WorkSite Database Management" and to the server in the "WorkSite Service Manager"
jny
What does the web.config file have for the server value?
das
below are the values from the config file. I gace "\ocean" as the server name.
<settings>
<add key="SmtpServer" value="localhost"/>
<add key="server" value="\ocean"/>
<add key="OptionsPath" value="data\options.xml"/>
</settings>
jny
This line does not look correct:
<add key="server" value="\ocean"/>
why does it have an additional "\" in the server value? It should be something like this:
<add key="server" value="<Server_Name>"/>
das
yes, that worked. Thanks a lot!
das
Forgive my ignorance, here's an other problem I am facing:
After looging into WorkSite Server (and after adding the required users/groups) I am now trying to use the WorkSite web parts in a .NET page.
I am using the demo for the WorkSite ASP.Net control and when I try to access this page:
http://localhost/WorksiteAspNetDemo/webcontrol.aspx
I am prompted for a username/password. What is this usr/pswd?
If I login to the WorkSite Server and on the same browesr (wihout logging off) if I try to open the demo url it does not prompt me for usr/pswd.
However on a seperate session, I tried the usr/pswd I used to login to the WorkSite Server but it doesn't work.
any ideas?
thanks
das
Never mind, I added auser to DBAdmin and it fixed the problem.
thanks