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.3 error -- only on ASP files

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS & Local Host  
Author Message
bryan

External


Since: Oct 16, 2003
Posts: 2



(Msg. 1) Posted: Thu Oct 16, 2003 9:51 pm
Post subject: 401.3 error -- only on ASP files
Archived from groups: microsoft>public>inetserver>iis (more info?)

Windows 2000 Advanced Server SP4
IIS 5

I'm trying to set up a web site so that the user has to enter in a
userid and password before they can view it. I've gotten that to work if
they are trying to view .HTML files, but when ever they try to access an ASP
file, they jump back to the login box, and their userid/password is not
accepted.

Here's what I've done:

* Removed IUSER_ from the NTFS permissions on the web directory
* Added their userid to the NTFS permission for that directory --
everything but full control.
* Remove Anonymous Access for that web site in IIS.
* Enabled Basic and Integrated Windows authentication for that web site
in IIS.
* Added their userid to the NTFS permissions on C:\WINNT,
C:\WINNT\System32, C:\WINNT\Temp and C:\Program Files\Common Files
* Added their userid to the local policy for "Log on Locally" and
"Access this computer from the Network"


I just can't think of what else it could possibly be! Does it have to
do with the Windows Scripting Host (ie. the vb script in the ASP file?) I
need help!

Thanks in advance....

Bryan

 >> Stay informed about: 401.3 error -- only on ASP files 
Back to top
Login to vote
user653

External


Since: Aug 25, 2003
Posts: 54



(Msg. 2) Posted: Thu Oct 16, 2003 9:51 pm
Post subject: Re: 401.3 error -- only on ASP files [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hey ~

Did you forget a very important directory? Smile ...
%windir%\system32\inetsrv which is where asp.dll lives. Also, keep in mind
that IWAM_MachineName will need to have read access to asp.dll and
dependencies (vbscript.dll, jscript.dll, etc.) ... IWAM_MachineName will do
the dirty work of pushing the users token to the CreateFile call (how the
file is opened)....

You might also want to use Filemon to see what you can find for AccDenied.
This may help you..

HTH,

--
~Chris (MSFT)
IIS Supportability Lead

This posting is provided "AS IS" with no warranties, and confers no rights


"Bryan O'Malley" <bryan DeleteThis @N-O-S-P-A-M.chameleon-systems.com> wrote in message
news:XMBjb.26511$Sc7.12670@twister.nyroc.rr.com...
 > Windows 2000 Advanced Server SP4
 > IIS 5
 >
 > I'm trying to set up a web site so that the user has to enter in a
 > userid and password before they can view it. I've gotten that to work if
 > they are trying to view .HTML files, but when ever they try to access an
ASP
 > file, they jump back to the login box, and their userid/password is not
 > accepted.
 >
 > Here's what I've done:
 >
 > * Removed IUSER_ from the NTFS permissions on the web directory
 > * Added their userid to the NTFS permission for that directory --
 > everything but full control.
 > * Remove Anonymous Access for that web site in IIS.
 > * Enabled Basic and Integrated Windows authentication for that web
site
 > in IIS.
 > * Added their userid to the NTFS permissions on C:\WINNT,
 > C:\WINNT\System32, C:\WINNT\Temp and C:\Program Files\Common Files
 > * Added their userid to the local policy for "Log on Locally" and
 > "Access this computer from the Network"
 >
 >
 > I just can't think of what else it could possibly be! Does it have to
 > do with the Windows Scripting Host (ie. the vb script in the ASP file?) I
 > need help!
 >
 > Thanks in advance....
 >
 > Bryan
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: 401.3 error -- only on ASP files 
Back to top
Login to vote
bryan

External


Since: Oct 16, 2003
Posts: 2



(Msg. 3) Posted: Thu Oct 16, 2003 10:24 pm
Post subject: Re: 401.3 error -- only on ASP files [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Chris -- thanks for the help.

Yes, I did add the permissions to %windir%\system32\inetsrv, and the
IWAM_MachineName does have permissions to everything you mentioned.
Wouldn't it need to for *any* ASP scripts to run? The server runs ASP fine
under normal circumstances, it's just when I remove the anonymous access and
try to secure a site that I hit this problem.

I'm not familiar with filemon, but I'll give it a shot. Any other
ideas?

Thanks again...

Bryan

"Chris Adams (MSFT)" <chrisad RemoveThis @online.microsoft.com> wrote in message
news:%232lpFeBlDHA.1284@TK2MSFTNGP09.phx.gbl...
 > Hey ~
 >
 > Did you forget a very important directory? Smile ...
 > %windir%\system32\inetsrv which is where asp.dll lives. Also, keep in
mind
 > that IWAM_MachineName will need to have read access to asp.dll and
 > dependencies (vbscript.dll, jscript.dll, etc.) ... IWAM_MachineName will
do
 > the dirty work of pushing the users token to the CreateFile call (how the
 > file is opened)....
 >
 > You might also want to use Filemon to see what you can find for AccDenied.
 > This may help you..
 >
 > HTH,
 >
 > --
 > ~Chris (MSFT)
 > IIS Supportability Lead
 >
 > This posting is provided "AS IS" with no warranties, and confers no rights
 >
 >
 > "Bryan O'Malley" <bryan RemoveThis @N-O-S-P-A-M.chameleon-systems.com> wrote in
message
 > news:XMBjb.26511$Sc7.12670@twister.nyroc.rr.com...
  > > Windows 2000 Advanced Server SP4
  > > IIS 5
  > >
  > > I'm trying to set up a web site so that the user has to enter in a
  > > userid and password before they can view it. I've gotten that to work
if
  > > they are trying to view .HTML files, but when ever they try to access an
 > ASP
  > > file, they jump back to the login box, and their userid/password is not
  > > accepted.
  > >
  > > Here's what I've done:
  > >
  > > * Removed IUSER_ from the NTFS permissions on the web directory
  > > * Added their userid to the NTFS permission for that directory --
  > > everything but full control.
  > > * Remove Anonymous Access for that web site in IIS.
  > > * Enabled Basic and Integrated Windows authentication for that web
 > site
  > > in IIS.
  > > * Added their userid to the NTFS permissions on C:\WINNT,
  > > C:\WINNT\System32, C:\WINNT\Temp and C:\Program Files\Common Files
  > > * Added their userid to the local policy for "Log on Locally" and
  > > "Access this computer from the Network"
  > >
  > >
  > > I just can't think of what else it could possibly be! Does it have
to
  > > do with the Windows Scripting Host (ie. the vb script in the ASP file?)
I
  > > need help!
  > >
  > > Thanks in advance....
  > >
  > > Bryan
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 401.3 error -- only on ASP files 
Back to top
Login to vote
anonymous121

External


Since: Oct 17, 2003
Posts: 14



(Msg. 4) Posted: Fri Oct 17, 2003 4:43 am
Post subject: Re: 401.3 error -- only on ASP files [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Bryan and Chris,

Pleas help!!. I get this for ALL my ASP pages (error in
event log -Event Id: 36), including
<a style='text-decoration: underline;' href="http://localhost/IIShelp." target="_blank">http://localhost/IIShelp.</a> Only thing I did was install IIS
onto machine which has been running for a while and was
updated to SP4. This is the exact error message:

Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 36
Date: 17/10/2003
Time: 10:21:00
User: N/A
Computer: AN1488298
Description:
The server failed to load
application '/LM/W3SVC/1/ROOT/IISHELP'. The error was 'No
such interface supported
'.
For additional information specific to this message please
visit the Microsoft Online Support site located at:
<a style='text-decoration: underline;' href="http://www.microsoft.com/contentredirect.asp." target="_blank">http://www.microsoft.com/contentredirect.asp.</a>


Thanks,

Jim

 >-----Original Message-----
 >Chris -- thanks for the help.
 >
 > Yes, I did add the permissions to %windir%\system32
\inetsrv, and the
 >IWAM_MachineName does have permissions to everything you
mentioned.
 >Wouldn't it need to for *any* ASP scripts to run? The
server runs ASP fine
 >under normal circumstances, it's just when I remove the
anonymous access and
 >try to secure a site that I hit this problem.
 >
 > I'm not familiar with filemon, but I'll give it a
shot. Any other
 >ideas?
 >
 > Thanks again...
 >
 > Bryan
 >
 >"Chris Adams (MSFT)" <chrisad.DeleteThis@online.microsoft.com> wrote
in message
 >news:%232lpFeBlDHA.1284@TK2MSFTNGP09.phx.gbl...
  >> Hey ~
  >>
  >> Did you forget a very important directory? Smile ...
  >> %windir%\system32\inetsrv which is where asp.dll
lives. Also, keep in
 >mind
  >> that IWAM_MachineName will need to have read access to
asp.dll and
  >> dependencies (vbscript.dll, jscript.dll, etc.) ...
IWAM_MachineName will
 >do
  >> the dirty work of pushing the users token to the
CreateFile call (how the
  >> file is opened)....
  >>
  >> You might also want to use Filemon to see what you can
find for AccDenied.
  >> This may help you..
  >>
  >> HTH,
  >>
  >> --
  >> ~Chris (MSFT)
  >> IIS Supportability Lead
  >>
  >> This posting is provided "AS IS" with no warranties,
and confers no rights
  >>
  >>
  >> "Bryan O'Malley" <bryan.DeleteThis@N-O-S-P-A-M.chameleon-
systems.com> wrote in
 >message
  >> news:XMBjb.26511$Sc7.12670@twister.nyroc.rr.com...
   >> > Windows 2000 Advanced Server SP4
   >> > IIS 5
   >> >
   >> > I'm trying to set up a web site so that the user
has to enter in a
   >> > userid and password before they can view it. I've
gotten that to work
 >if
   >> > they are trying to view .HTML files, but when ever
they try to access an
  >> ASP
   >> > file, they jump back to the login box, and their
userid/password is not
   >> > accepted.
   >> >
   >> > Here's what I've done:
   >> >
   >> > * Removed IUSER_ from the NTFS permissions on the
web directory
   >> > * Added their userid to the NTFS permission for
that directory --
   >> > everything but full control.
   >> > * Remove Anonymous Access for that web site in
IIS.
   >> > * Enabled Basic and Integrated Windows
authentication for that web
  >> site
   >> > in IIS.
   >> > * Added their userid to the NTFS permissions on
C:\WINNT,
   >> > C:\WINNT\System32, C:\WINNT\Temp and C:\Program
Files\Common Files
   >> > * Added their userid to the local policy for "Log
on Locally" and
   >> > "Access this computer from the Network"
   >> >
   >> >
   >> > I just can't think of what else it could possibly
be! Does it have
 >to
   >> > do with the Windows Scripting Host (ie. the vb script
in the ASP file?)
 >I
   >> > need help!
   >> >
   >> > Thanks in advance....
   >> >
   >> > Bryan
   >> >
   >> >
  >>
  >>
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 401.3 error -- only on ASP files 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 5) Posted: Wed Nov 05, 2003 2:21 pm
Post subject: Re: 401.3 error -- only on ASP files [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Make sure you have tcp/ip, network adapter, file/printer sharing/ ms client.

Thank you. I hope this information is helpful.

Tim Coffey [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.
--------------------
| Content-Class: urn:content-classes:message
| From: "Jim" <anonymous RemoveThis @discussions.microsoft.com>
| Sender: "Jim" <anonymous RemoveThis @discussions.microsoft.com>
| References: <XMBjb.26511$Sc7.12670@twister.nyroc.rr.com> <#2lpFeBlDHA.1284@TK2MSFTNGP09.phx.gbl> <DfCjb.26571$Sc7.9380
@twister.nyroc.rr.com>
| Subject: Re: 401.3 error -- only on ASP files
| Date: Fri, 17 Oct 2003 01:43:04 -0700
| Lines: 143
| Message-ID: <2d4b901c3948a$ae6ca7e0$a601280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcOUiq5lBMfkAsFTR/2JNRluw0i/4A==
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:280027
| NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Hi Bryan and Chris,
|
| Pleas help!!. I get this for ALL my ASP pages (error in
| event log -Event Id: 36), including
| http://localhost/IIShelp. Only thing I did was install IIS
| onto machine which has been running for a while and was
| updated to SP4. This is the exact error message:
|
| Event Type: Warning
| Event Source: W3SVC
| Event Category: None
| Event ID: 36
| Date: 17/10/2003
| Time: 10:21:00
| User: N/A
| Computer: AN1488298
| Description:
| The server failed to load
| application '/LM/W3SVC/1/ROOT/IISHELP'. The error was 'No
| such interface supported
| '.
| For additional information specific to this message please
| visit the Microsoft Online Support site located at:
| http://www.microsoft.com/contentredirect.asp.
|
|
| Thanks,
|
| Jim
|
| >-----Original Message-----
| >Chris -- thanks for the help.
| >
| > Yes, I did add the permissions to %windir%\system32
| \inetsrv, and the
| >IWAM_MachineName does have permissions to everything you
| mentioned.
| >Wouldn't it need to for *any* ASP scripts to run? The
| server runs ASP fine
| >under normal circumstances, it's just when I remove the
| anonymous access and
| >try to secure a site that I hit this problem.
| >
| > I'm not familiar with filemon, but I'll give it a
| shot. Any other
| >ideas?
| >
| > Thanks again...
| >
| > Bryan
| >
| >"Chris Adams (MSFT)" <chrisad RemoveThis @online.microsoft.com> wrote
| in message
| >news:%232lpFeBlDHA.1284@TK2MSFTNGP09.phx.gbl...
| >> Hey ~
| >>
| >> Did you forget a very important directory? Smile ...
| >> %windir%\system32\inetsrv which is where asp.dll
| lives. Also, keep in
| >mind
| >> that IWAM_MachineName will need to have read access to
| asp.dll and
| >> dependencies (vbscript.dll, jscript.dll, etc.) ...
| IWAM_MachineName will
| >do
| >> the dirty work of pushing the users token to the
| CreateFile call (how the
| >> file is opened)....
| >>
| >> You might also want to use Filemon to see what you can
| find for AccDenied.
| >> This may help you..
| >>
| >> HTH,
| >>
| >> --
| >> ~Chris (MSFT)
| >> IIS Supportability Lead
| >>
| >> This posting is provided "AS IS" with no warranties,
| and confers no rights
| >>
| >>
| >> "Bryan O'Malley" <bryan RemoveThis @N-O-S-P-A-M.chameleon-
| systems.com> wrote in
| >message
| >> news:XMBjb.26511$Sc7.12670@twister.nyroc.rr.com...
| >> > Windows 2000 Advanced Server SP4
| >> > IIS 5
| >> >
| >> > I'm trying to set up a web site so that the user
| has to enter in a
| >> > userid and password before they can view it. I've
| gotten that to work
| >if
| >> > they are trying to view .HTML files, but when ever
| they try to access an
| >> ASP
| >> > file, they jump back to the login box, and their
| userid/password is not
| >> > accepted.
| >> >
| >> > Here's what I've done:
| >> >
| >> > * Removed IUSER_ from the NTFS permissions on the
| web directory
| >> > * Added their userid to the NTFS permission for
| that directory --
| >> > everything but full control.
| >> > * Remove Anonymous Access for that web site in
| IIS.
| >> > * Enabled Basic and Integrated Windows
| authentication for that web
| >> site
| >> > in IIS.
| >> > * Added their userid to the NTFS permissions on
| C:\WINNT,
| >> > C:\WINNT\System32, C:\WINNT\Temp and C:\Program
| Files\Common Files
| >> > * Added their userid to the local policy for "Log
| on Locally" and
| >> > "Access this computer from the Network"
| >> >
| >> >
| >> > I just can't think of what else it could possibly
| be! Does it have
| >to
| >> > do with the Windows Scripting Host (ie. the vb script
| in the ASP file?)
| >I
| >> > need help!
| >> >
| >> > Thanks in advance....
| >> >
| >> > Bryan
| >> >
| >> >
| >>
| >>
| >
| >
| >.
| >
|
 >> Stay informed about: 401.3 error -- only on ASP files 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS log files - Hi, All! Is exist some way to limit IIS day log for one week only, like SQL backups? Thanks for any help.

log files - Is there any way to automate the removal of old log file preferrably based on age or date? thanks, Ron

nls files - Hello, Win2k adv server, IIS5. In the winnt\system32 dir there are 111 files called c*_xxx.nls, they should be the locales. I saw with process explorer from sysinternals that all those files are kept open by inetinfo... would increare performance if I...

CGI files (EXE files) running under IIS 4.0 - How to run an EXE file as CGI applicatoin(compiled using Borland C++, using C:\>bcc -ml test.cpp command; the file is using complex numbers) under IIS 4.0 on Windows NT 4.0 Server. This is an intranet application. The following code was used to ru...

Executing .CMD Files... - I have IIS 5 and I want to make a simple page that lets me run two .CMD (batch files) that I've placed in a cgi-bin type directory. Under the virtual directory application settings, I select "Configuration", but what do I put in "Applicat...
   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 ]