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

Access Denied

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS 5.1 and 10 concurrent connections  
Author Message
ron1

External


Since: Jan 28, 2004
Posts: 1



(Msg. 1) Posted: Wed Jan 28, 2004 8:30 pm
Post subject: Access Denied
Archived from groups: microsoft>public>inetserver>iis (more info?)

Okay I'm stumped! I have two WS2003 systems - one has AD
and IIS 6 running on it and the other is a member server
with IIS 5. The one with AD and IIS 6 will not run any
asp.net applications (get this wonderful error message:
Access denied to 'H:\MHT-SCHOOL\'. Failed to start
monitoring file changes. -- ). The KB articles will
rapidly turn the server into a vegtable (and before any
cute remarks are made, I've been at this a long time and
turning servers into vegtables is not my trademark).
There is no ASPNET userid as all the KBs seem to inidicate!

Now here's the really interesting part - on the member
server (the same, just not running AD) it works with no
changes!
Ideas welcomed.
Ron Mitchell
ron.DeleteThis@bcdcon.com

 >> Stay informed about: Access Denied 
Back to top
Login to vote
user649

External


Since: Aug 25, 2003
Posts: 244



(Msg. 2) Posted: Thu Jan 29, 2004 12:26 pm
Post subject: RE: Access Denied [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Ron,

Thanks for posting in the community!

From my understanding to this issue, Asp.net web applications in your
windows 2003 DC box failed to run and you found the aspnet account
disappeared in the DC.

The Aspnet account in Windows 2003 is used to run Microsoft ASP.NET worker
process in IIS 5.0 isolation mode. In .net 1.0, the aspnet account will
also be used to run the asp.net web application. In Windows 2003, the .net
version is 1.1 and IIS6 will use the IIS6 worker process isolation mode by
default. At this time, the Network_service account will be used to run the
asp.net web application in the none-DC box. In windows 2003 DC box, Asp.net
web application will run under the IWAM_computername account.

Based on my experience, I'd suggest there are tow methods for you to run
the web application in Windows 2003 DC:
1) You can run the aspnet_regiis.exe which is located in:
%systemroot%\microsoft.net\Framework\v1.1.4322\
You can run this tool with the command:
aspnet_regiis.exe -i
This tool will install ASP.NET 1.1 once again and update scriptmaps at the
IIS metabase root and for all scriptmaps below the root. After that, if
this issue remains, please check the directory(ies) of your asp.net web
application will visit to see whether IWAM_computername account has been
granted the permission to access. You can run filemon to check whether you
have got "access denied" message to any folder for the w3wp.exe process.
The filemon is available from the link:
http://www.sysinternals.com/ntw2k/source/filemon.shtml

If not, please add the IWAM_computername account into the security property
of the folder(s). The kb article will introduce the default Permissions and
User Rights for IIS 6.0.
812614 INFO: Default Permissions and User Rights for IIS 6.0
http://support.microsoft.com/?id=812614

2) You can configure the application pool identity of asp.net web
application to one administrator account to troubleshoot this issue.
Identity Application Pool Settings
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconidentityapplicationpoolsettings.asp
If asp.net works and your scenario permits this high privilege account, you
can create one administrator account for asp.net web application.

Please feel free to let me know if you have any further questions. I am
standing by to be of assistance.

Does this answer your question? Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

 >> Stay informed about: Access Denied 
Back to top
Login to vote
felixwu

External


Since: Jan 29, 2004
Posts: 1



(Msg. 3) Posted: Thu Jan 29, 2004 1:09 pm
Post subject: RE: Access Denied [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Ron,

There is a process identity change for ASP.NET in IIS 6.0. Check your
ASP.NET process: w3wp.exe in the task manager. I am guessing that it is
running in "NETWORK SERVICE". It seems that this account has no access
permission to 'H:\MHT-SCHOOL\'. Try to grant it read permission to the
folder. Besides, take a look at the following article, it may help:

317955 FIX: "Failed to Start Monitoring Directory Changes" Error Message
When
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=317955" target="_blank">http://support.microsoft.com/?id=317955</a>

Regards,

Felix Wu
=============
This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
 >Content-Class: urn:content-classes:message
 >From: "Ron Mitchell" <ron.DeleteThis@bcdcon.com>
 >Sender: "Ron Mitchell" <ron.DeleteThis@bcdcon.com>
 >Subject: Access Denied
 >Date: Wed, 28 Jan 2004 17:30:37 -0800
 >Lines: 17
 >Message-ID: <66fd01c3e607$7f9a15f0$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: AcPmB3+aSwManVfTTluwCGswK9SgWg==
 >Newsgroups: microsoft.public.inetserver.iis
 >Path: cpmsftngxa07.phx.gbl
 >Xref: cpmsftngxa07.phx.gbl microsoft.public.inetserver.iis:292550
 >NNTP-Posting-Host: tk2msftngxa14.phx.gbl 10.40.1.166
 >X-Tomcat-NG: microsoft.public.inetserver.iis
 >
 >Okay I'm stumped! I have two WS2003 systems - one has AD
 >and IIS 6 running on it and the other is a member server
 >with IIS 5. The one with AD and IIS 6 will not run any
 >asp.net applications (get this wonderful error message:
 >Access denied to 'H:\MHT-SCHOOL\'. Failed to start
 >monitoring file changes. -- ). The KB articles will
 >rapidly turn the server into a vegtable (and before any
 >cute remarks are made, I've been at this a long time and
 >turning servers into vegtables is not my trademark).
 >There is no ASPNET userid as all the KBs seem to inidicate!
 >
 >Now here's the really interesting part - on the member
 >server (the same, just not running AD) it works with no
 >changes!
 >Ideas welcomed.
 >Ron Mitchell
 >ron@bcdcon.com
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Access Denied 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Access denied - Hello, I have IIS running on Win 2k. The IIS has mutiple virtual servers created, each of which uses the same IP but different host headers. Example: SportsNearYour.rusmex.net. In my DNS server I created several "virtual" computers under rusm...

[IIS 6] Access denied with CDO - I'm running an IIS 6 web server. There's an ASP page that needs to send e-mails using CDO. When doing this, it gets an "access denied" error (id 80070005). I'm running the website under an account different than the default IUSR_SERVERNAME, and...

401 Access denied.... - 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....

Access Denied Problem - Server 2003 Domain Controller, VS.Net Ver 2003, VB.NET, IIS Ver 6 Trying to do the Visual Studio .Net Walk through - Chapter 2 Distributed Applications Created a web service - appears to be OK Created a Win client - tried to add a web reference and....

Error: access denied - I turned off Anonymous Authentication on a particular folder, have Basic and Digest Authentication enabled. Also set the domain. Logging in using the domain password/login works fine.... if you get it correct. Question. If someone enters an incorrect..
   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 ]