Get ready for BLACK FRIDAY shopping starting in

Forums

ASP

This topic is locked

Cannot understand this error message

Posted 17 Apr 2005 19:31:11
1
has voted
17 Apr 2005 19:31:11 Chriz L. posted:
I created a recordset at dreamweaver and when i'm trying to run the asp page i get this error message at the browser...

This is usually caused by a server-side script not sending the proper WWW-Authenticate header field. Using Active Server Pages scripting this is done by using the AddHeader method of the Response object to request that the client use a certain authentication method to access the resource.

Is it something wrong with IIS? <img src=../images/dmxzone/forum/icon_smile_shy.gif border=0 align=middle>

Replies

Replied 17 Apr 2005 22:22:47
17 Apr 2005 22:22:47 Simon Bloodworth replied:
What queries are you running on the page?
Replied 18 Apr 2005 14:29:57
18 Apr 2005 14:29:57 Dave Thomas replied:
error message number is always good to give us too,

sounds like a permission problem on your database to me.

regards

Dave Thomas
<b>DMX Zone Manager</b>
Replied 19 Apr 2005 18:39:39
19 Apr 2005 18:39:39 Chriz L. replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
What queries are you running on the page?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

a simple "SELECT * FROM table1 " and then i'm trying to get the table1.name on the page.

Edited by - dealwi8me on 19 Apr 2005 18:40:54
Replied 19 Apr 2005 18:40:20
19 Apr 2005 18:40:20 Chriz L. replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
error message number is always good to give us too,

sounds like a permission problem on your database to me.

regards

Dave Thomas
<b>DMX Zone Manager</b>

<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

that's the exact message....

HTTP 401.2 - Unauthorized: Logon failed due to server configuration
Internet Information Services

--------------------------------------------------------------------------------

Technical Information (for support personnel)

Background:
This is usually caused by a server-side script not sending the proper WWW-Authenticate header field. Using Active Server Pages scripting this is done by using the AddHeader method of the Response object to request that the client use a certain authentication method to access the resource.
Replied 19 Apr 2005 18:49:17
19 Apr 2005 18:49:17 Simon Bloodworth replied:
Hi Chris

What are the column headings of your database?

What are you actually to receive? The column name? Or the data in the column?

cheers

Simon

DWMX 2004 | ASP | VBScript
Replied 19 Apr 2005 18:52:53
19 Apr 2005 18:52:53 Simon Bloodworth replied:
Is the first recordset you have tried to view in a browser or have you had other asp pages that have worked ok?

Simon

DWMX 2004 | ASP | VBScript
Replied 20 Apr 2005 09:37:09
20 Apr 2005 09:37:09 Chriz L. replied:
I have worked with ASP before and i have no problem, but then i format my pc and now i get this.

That's why i'm asking you if it's problem on security of IIS or something like this...

I can't run any of my ASP Pages ...<img src=../images/dmxzone/forum/icon_smile_shy.gif border=0 align=middle>
Replied 20 Apr 2005 12:12:33
20 Apr 2005 12:12:33 Simon Bloodworth replied:
Sounds like a permissions problem - have a look here an see if it helps:

www.webwizguide.info/asp/faq/server_permissions.asp

Regards

Simon

DWMX 2004 | ASP | VBScript

Reply to this topic