Author |
Topic  |
simpoint
Starting Member
12 Posts |
Posted - 10 July 2001 : 04:11:27
|
hello there, I can successful get into setup.asp and finish the updating database. but, I couldn't get into default.asp!! and shows no any error messge..... what can I do for this??
|
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 10 July 2001 : 04:26:41
|
Can you post a link so we can see it? |
 |
|
simpoint
Starting Member
12 Posts |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 10 July 2001 : 04:47:06
|
This is the error I get when going to your default.asp page:
Provider error '80040e4d' Authentication failed. /forum2000/inc_top.asp, line 43 |
 |
|
simpoint
Starting Member
12 Posts |
Posted - 10 July 2001 : 04:57:12
|
quote:
This is the error I get when going to your default.asp page:
Provider error '80040e4d' Authentication failed. /forum2000/inc_top.asp, line 43
======================================= can you try again? because I never got that error message, and I didn't change any code in inc_top.asp
since I can get into setup.asp which should means I am correct with strConnString setting
I can't understand why default.asp will got trouble
thanks for your help!
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 10 July 2001 : 05:19:17
|
Just tried again. Same error. |
 |
|
hhappel
Starting Member
2 Posts |
Posted - 10 July 2001 : 06:20:53
|
Hi,
I get the same error... Using version 3.1 SR4.
Line 43 in default.asp would be:
strDBNTUserName = Request.Cookies (strUniqueID & "User")("Name"))
|
 |
|
hhappel
Starting Member
2 Posts |
Posted - 10 July 2001 : 06:41:44
|
Sorry... I was looking at line 43 in default.asp... [:-)]
But how come the error is in top_inc.asp? In my installation, I can also see the admin-pages, but not default.asp... Seems strange, since both admin and default use top_inc.asp? :-/
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 10 July 2001 : 09:46:06
|
simpoint, can we see the connection string that you used in your config.asp file?
- David |
 |
|
Memorom
Starting Member
24 Posts |
Posted - 10 July 2001 : 13:44:06
|
I am getting the exact same problem. I am hosting the db and files on Brinkster and my default.asp will not show up. I can get to all the other files.
My String...
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/memorom/db/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
I can also access my admin and everything...
http://www13.brinkster.com/memorom/default.asp
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 10 July 2001 : 17:52:11
|
One, I'm getting this error on your default.asp page:Active Server Pages error 'ASP 0126'
Include file not found
/memorom/default.asp, line 2
The include file 'Connections/BreastForm.asp' was not found. It seemed you modified the default.asp page. The error is saying that the file you included (BreastForm.asp)in the default.asp page cannot be found. Either change the link pointing to the 'BreastForm.asp' file or upload the missing file.
Two, some of the images from your forum are missing. It seems to me that you didn't upload all the forum files.
- David |
 |
|
simpoint
Starting Member
12 Posts |
Posted - 11 July 2001 : 00:07:10
|
it seems a serveral people got same problem as mine....
here is my connection string using in config.asp
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("../../db/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
what the error I have in default.asp is "HTTP 500 Internal server error"
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 11 July 2001 : 00:24:53
|
Go here http://forum.snitz.com/archive/default.asp?catid=11&cattitle=Forum+Setup+Tools and download the "Where Am I?" tool. Extract the file to your database folder and using your browser, go to the file. It will tell you the location of your database. You will use that location in your connection string.
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=PATH TO DATABASE;" '## MS Access 2000
Where the red letters are, is where you would put the path it gives you.
- David |
 |
|
simpoint
Starting Member
12 Posts |
Posted - 11 July 2001 : 00:31:16
|
quote:
Go here http://forum.snitz.com/archive/default.asp?catid=11&cattitle=Forum+Setup+Tools and download the "Where Am I?" tool. Extract the file to your database folder and using your browser, go to the file. It will tell you the location of your database. You will use that location in your connection string.
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=PATH TO DATABASE;" '## MS Access 2000
Where the red letters are, is where you would put the path it gives you.
- David
I had been try this, but comes with same error situation... now, I change the path to what you want me to do already default.asp still not shown~~~:-
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 11 July 2001 : 00:34:35
|
What same error situation? What did the script show you when you went to it from your browser?
- David |
 |
|
simpoint
Starting Member
12 Posts |
Posted - 11 July 2001 : 00:35:00
|
this is now my coonnection string in config.asp
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\export\web2\gamma\hi-end\db\snitz_forums_2000.mdb;" '## MS Access 2000
as the same, I can see setup.asp but not good in defaul.asp
|
 |
|
Topic  |
|