Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

401 Access denied....

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Problems with 64-bit ISAPI Extensions  
Author Message
kprasad

External


Since: Sep 05, 2003
Posts: 2



(Msg. 1) Posted: Fri Sep 05, 2003 9:11 pm
Post subject: 401 Access denied....
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello,
I am working with IIS 5.0. I am trying to access a webpage with necessary
accessibility credentials. Through the IIS log I observed that there are
totally 3 HTTP transaction happening to server my request. During first 2
transactions the response from server is "401 Access denied". The response
for the third transaction was "200 OK".

My doubt is why these 2 extra transactions are happening? Is there a way to
avoid this..?
Because this is causing network overhead by transferring nearly 8.46kb of
data (error pages) from server to client. So I want to avoid this. Please
share ur ideas with me.
Regards,
Prasad.

 >> Stay informed about: 401 Access denied.... 
Back to top
Login to vote
lpreteonline

External


Since: Sep 05, 2003
Posts: 4



(Msg. 2) Posted: Fri Sep 05, 2003 9:11 pm
Post subject: RE: 401 Access denied.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Prasad,

What you are describing is expected behavior from IIS. Each initial
request from a web browser is made anonymously, if IIS requires
authentication it will reply with a 401 to the client, and specify the
authentication methods supported (Basic, Integrated, etc.). The Client
(IE) then sends the appropriate authentication.

Please review the following article for more information on how IIS handles
Authentication.

264921 INFO: How IIS Authenticates Browser Clients
http://support.microsoft.com/?id=264921


Lou Prete [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.

--------------------
|From: "K.G.V.S.Prasad" <kprasad RemoveThis @vanenburg.com>
|Subject: 401 Access denied....
|Date: Fri, 5 Sep 2003 18:11:01 +0530
|Lines: 17
|X-Priority: 3
|X-MSMail-Priority: Normal
|X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
|X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
|Message-ID: <O9rk4r6cDHA.3500 RemoveThis @TK2MSFTNGP11.phx.gbl>
|Newsgroups: microsoft.public.inetserver.iis
|NNTP-Posting-Host: 210-210-79-19.lan.sify.net 210.210.79.19
|Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
|Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:274076
|X-Tomcat-NG: microsoft.public.inetserver.iis
|
|Hello,
|I am working with IIS 5.0. I am trying to access a webpage with necessary
|accessibility credentials. Through the IIS log I observed that there are
|totally 3 HTTP transaction happening to server my request. During first 2
|transactions the response from server is "401 Access denied". The response
|for the third transaction was "200 OK".
|
|My doubt is why these 2 extra transactions are happening? Is there a way to
|avoid this..?
|Because this is causing network overhead by transferring nearly 8.46kb of
|data (error pages) from server to client. So I want to avoid this. Please
|share ur ideas with me.
|Regards,
|Prasad.
|
|
|
|

 >> Stay informed about: 401 Access denied.... 
Back to top
Login to vote
kprasad

External


Since: Sep 05, 2003
Posts: 2



(Msg. 3) Posted: Mon Sep 08, 2003 3:20 pm
Post subject: Re: 401 Access denied.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello Lou Prete,
So we can not avoid this overhead. Thanks for ur information.
Regards,
Prasad.

"Lou Prete [MSFT]" <lpreteonline.DeleteThis@microsoft.com> wrote in message
news:QulZSY7cDHA.460@cpmsftngxa06.phx.gbl...
 > Prasad,
 >
 > What you are describing is expected behavior from IIS. Each initial
 > request from a web browser is made anonymously, if IIS requires
 > authentication it will reply with a 401 to the client, and specify the
 > authentication methods supported (Basic, Integrated, etc.). The Client
 > (IE) then sends the appropriate authentication.
 >
 > Please review the following article for more information on how IIS
handles
 > Authentication.
 >
 > 264921 INFO: How IIS Authenticates Browser Clients
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=264921</font" target="_blank">http://support.microsoft.com/?id=264921</font</a>>
 >
 >
 > Lou Prete [MSFT]
 >
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > You assume all risk for your use. © 2001 Microsoft Corporation. All rights
 > reserved.
 >
 > --------------------
 > |From: "K.G.V.S.Prasad" <kprasad.DeleteThis@vanenburg.com>
 > |Subject: 401 Access denied....
 > |Date: Fri, 5 Sep 2003 18:11:01 +0530
 > |Lines: 17
 > |X-Priority: 3
 > |X-MSMail-Priority: Normal
 > |X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
 > |X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
 > |Message-ID: <O9rk4r6cDHA.3500.DeleteThis@TK2MSFTNGP11.phx.gbl>
 > |Newsgroups: microsoft.public.inetserver.iis
 > |NNTP-Posting-Host: 210-210-79-19.lan.sify.net 210.210.79.19
 > |Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
 > |Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:274076
 > |X-Tomcat-NG: microsoft.public.inetserver.iis
 > |
 > |Hello,
 > |I am working with IIS 5.0. I am trying to access a webpage with necessary
 > |accessibility credentials. Through the IIS log I observed that there are
 > |totally 3 HTTP transaction happening to server my request. During first 2
 > |transactions the response from server is "401 Access denied". The
response
 > |for the third transaction was "200 OK".
 > |
 > |My doubt is why these 2 extra transactions are happening? Is there a way
to
 > |avoid this..?
 > |Because this is causing network overhead by transferring nearly 8.46kb of
 > |data (error pages) from server to client. So I want to avoid this. Please
 > |share ur ideas with me.
 > |Regards,
 > |Prasad.
 > |
 > |
 > |
 > |
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 401 Access denied.... 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Unable to start debugging on the web server. Access is den.. - Sir/Madam, I have an ASP.NET application running in a remote server, and from my machine i was accessing it. I was able to debug the application in the remote server as well. Yesterday , our company received a CD containing [HotFix Q823980] ,....

Permission Denied using MS code - I used the following code from MSDN. Set objMail = CreateObject("CDONTS.Newmail") objMail.From = "rob@here.com" objMail.To = "jdr@there.com" objMail.Subject = "Bad News" objMail.Body = "I owe you 50" obj...

MSGBOX permission denied error - I'm trying to use the msbox() function in an .asp page using VbScript but keep getting the Permission Denied 'MSGBOX' error. I've ready KB article #182032, which didn't make any sense to me and I've made sure the web site is running in High Security...

VBscript CreateObject: Permission denied - Hi, I'm running Windows 2003 Enterprise Server. I want normal users (belonging to the users group) to be able to run asp-pages that create Excel objects (CreateObject (Excel.Application)). (basic authentication) Other components (VB6 comonents that..

iis asp and access - Running Windows XP Pro. Have IIS 5.1 running. I am able to run the ASP and it in turn is accessing a DLL which in turn accesses an Access database (or is supposed to). The DLL is running but get an error accessing the database. I've read much about..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]