Help with setup !
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=25410
Printed Date: 03 April 2026 at 9:35pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Help with setup !
Posted By: motawa
Subject: Help with setup !
Date Posted: 08 March 2008 at 2:42pm
I have a problem with connecting the DB. below is what I did.
I edited the DB config file as follows:
nter the details of your Microsoft SQL Server or MySQL Server and database below
'*********************************************************************************
strSQLServerName = "localhost" 'Holds the name of
the SQL Server (This is the name/location or IP address of the SQL
Server)
strSQLDBUserName = "ala" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "5801" 'Holds the password (for SQL Server Authentication)
strSQLDBName = "forum"
--------
I placed the forum directory in c:\inetpub\wwwroot\forum
this is where im stuck at:

and this is how my SQL DB looks like.

any help appreciated.
|
Replies:
Posted By: Scotty32
Date Posted: 08 March 2008 at 5:36pm
im not sure but you might need to make the server "http://localhost/"
You could also try setting the server as your ip address such as 192.168.1.2, or use the Local one which is 127.0.0.1
------------- S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins
For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .
|
Posted By: motawa
Date Posted: 08 March 2008 at 7:53pm
It keeps giving the Access denied message.
I created a login account and granted it the access to create tables
and all that stuff for the DB "forum" and still didnt work :s
|
Posted By: motawa
Date Posted: 10 March 2008 at 1:14am
Posted By: WebWiz-Bruce
Date Posted: 10 March 2008 at 9:03am
Did you install SQL Server in mixed mode?
For ASP to be able to connect to an SQL Server database, SQL Server has to be instaleld in mixed mode with TCP/IP connections enabled.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
|