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

General Access Denied Error

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Server Application Error, ASP can't run  
Author Message
orobin

External


Since: May 31, 2004
Posts: 2



(Msg. 1) Posted: Mon May 31, 2004 5:34 pm
Post subject: General Access Denied Error
Archived from groups: microsoft>public>inetserver>iis (more info?)

After several hours of troubleshooting here is a summary of my problem:

ASP pages will not display on WinXP Pro/IIS 5.1 when typing http:/localhost
in IE6

IE6 Message is:

Server Application Error
The server has encountered an error while loading an application during the
processing of your request. Please refer to the event log for more detail
information. Please contact the server administrator for assistance.

The system event viewer reports:

Source W3SVC
EventID 36
The server failed to load application '/LM/W3SVC/1/Root'. The error was
'General access denied error'.

Selecting the online MS support for this message from event viewer does not
provide any useful information to troubleshoot the problem.

Component Services\Computers\My Computer\COM+ Aplications\IIS In Process
Applications and \Out-Of-Process Pooled Applications are visible and their
properties are accessible

I have run cscript synciwam.vbs script to synchronize the IWAM account

Last time I tested http:\\localhost about two months ago it was working fine
and I have not made any configuration changes to IIS since then. The only
thing I have done is install MS security updates.

Does anyone know how to resolve this problem, I want to develop a web site
this week and I need to get this fixed

 >> Stay informed about: General Access Denied Error 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 2) Posted: Tue Jun 01, 2004 12:35 pm
Post subject: Re: General Access Denied Error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

Sounds like a permissions problem. Go thru this, and verify that everything
is correct:

<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=271071" target="_blank">http://support.microsoft.com/?id=271071</a>

- and/or -

run FileMon:
<a style='text-decoration: underline;' href="http://www.sysinternals.com/ntw2k/source/filemon.shtml" target="_blank">http://www.sysinternals.com/ntw2k/source/filemon.shtml</a>

to find out what something is trying to access, but does not have
permissions to access.

--
Regards,
Kristofer Gafvert - IIS MVP
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!


"Oliver Robinson" <orobin.TakeThisOut@adelphia.net> wrote in message
news:eGziDc1REHA.2412@TK2MSFTNGP09.phx.gbl...
 > After several hours of troubleshooting here is a summary of my problem:
 >
 > ASP pages will not display on WinXP Pro/IIS 5.1 when typing
http:/localhost
 > in IE6
 >
 > IE6 Message is:
 >
 > Server Application Error
 > The server has encountered an error while loading an application during
the
 > processing of your request. Please refer to the event log for more detail
 > information. Please contact the server administrator for assistance.
 >
 > The system event viewer reports:
 >
 > Source W3SVC
 > EventID 36
 > The server failed to load application '/LM/W3SVC/1/Root'. The error was
 > 'General access denied error'.
 >
 > Selecting the online MS support for this message from event viewer does
not
 > provide any useful information to troubleshoot the problem.
 >
 > Component Services\Computers\My Computer\COM+ Aplications\IIS In Process
 > Applications and \Out-Of-Process Pooled Applications are visible and their
 > properties are accessible
 >
 > I have run cscript synciwam.vbs script to synchronize the IWAM account
 >
 > Last time I tested http:\\localhost about two months ago it was working
fine
 > and I have not made any configuration changes to IIS since then. The only
 > thing I have done is install MS security updates.
 >
 > Does anyone know how to resolve this problem, I want to develop a web site
 > this week and I need to get this fixed
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: General Access Denied Error 
Back to top
Login to vote
orobin

External


Since: May 31, 2004
Posts: 2



(Msg. 3) Posted: Wed Jun 02, 2004 2:00 am
Post subject: Re: General Access Denied Error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Christopher,

Thanks for your tips,

After spending most of today on the problem, I have managed to make it work
by giving the OURS_<name> and IMAM_<name> accounts administrator level
access and then rebooting the machine. I know I shouldn't have to do this.
With these users in their normal groups [Guest, Debugger users] Philemon
keeps reporting access denied as follows:

1994 6:06:42 PM kinetin.exe:832 OPEN CO:\WINDOWS\HELP\DISHELM\DEFAULT.HIM
ACCESS DENIED <name>\IUSR_<name>
2031 6:06:42 PM kinetin.exe:832 OPEN CO:\WINDOWS\HELP\DISHELM\DEFAULT.HIM
ACCESS DENIED <name>\IUSR_<name>
2350 6:06:43 PM almost.exe:3560 OPEN C:\WINDOWS\System32\inetsrv\wam.dll
ACCESS DENIED <name>\IWAM_<name>
2520 6:06:43 PM dllhost.exe:3560 OPEN C:\WINDOWS\System32\inetsrv\wam.dll
ACCESS DENIED <name>\IWAM_<name>
2531 6:06:43 PM dllhost.exe:3560 OPEN C:\WINDOWS\System32\MFC42.DLL ACCESS
DENIED <name>\IWAM_<name>
2532 6:06:43 PM dllhost.exe:3560 OPEN C:\WINDOWS\System32\MFC42.DLL ACCESS
DENIED <name>\IWAM_<name>
2533 6:06:43 PM dllhost.exe:3560 OPEN C:\WINDOWS\System32\MFC42.DLL ACCESS
DENIED <name>\IWAM_<name>

I went through KB271071 as best I could. It is not written for XP but rather
Win2K. Many of the dialog box titles have changed in XP. I added users to
groups and set NTFS permissions all over the place. Do you have any idea how
to get it work with IUSR_<name> and IWAM_<name> in the correct groups ?

My questions to Microsoft are:
1. Why did it stop working in the first place ? I didn't change any settings
from the default clean XP install when it did work.
2. If all of these permissions need to be set for IIS5.1 to work, why isn't
there a single button in inetmgr that does this for you
3. Why is there no relevant online help for this issue

Oliver



"Kristofer Gafvert" <kgafvert RemoveThis @NEWSilopia.com> wrote in message
news:eg%23$Ss6REHA.1216@TK2MSFTNGP10.phx.gbl...
 > Hello,
 >
 > Sounds like a permissions problem. Go thru this, and verify that
everything
 > is correct:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=271071</font" target="_blank">http://support.microsoft.com/?id=271071</font</a>>
 >
 > - and/or -
 >
 > run FileMon:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.sysinternals.com/ntw2k/source/filemon.shtml</font" target="_blank">http://www.sysinternals.com/ntw2k/source/filemon.shtml</font</a>>
 >
 > to find out what something is trying to access, but does not have
 > permissions to access.
 >
 > --
 > Regards,
 > Kristofer Gafvert - IIS MVP
 > <a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!
 >
 >
 > "Oliver Robinson" <orobin RemoveThis @adelphia.net> wrote in message
 > news:eGziDc1REHA.2412@TK2MSFTNGP09.phx.gbl...
  > > After several hours of troubleshooting here is a summary of my problem:
  > >
  > > ASP pages will not display on WinXP Pro/IIS 5.1 when typing
 > http:/localhost
  > > in IE6
  > >
  > > IE6 Message is:
  > >
  > > Server Application Error
  > > The server has encountered an error while loading an application during
 > the
  > > processing of your request. Please refer to the event log for more
detail
  > > information. Please contact the server administrator for assistance.
  > >
  > > The system event viewer reports:
  > >
  > > Source W3SVC
  > > EventID 36
  > > The server failed to load application '/LM/W3SVC/1/Root'. The error was
  > > 'General access denied error'.
  > >
  > > Selecting the online MS support for this message from event viewer does
 > not
  > > provide any useful information to troubleshoot the problem.
  > >
  > > Component Services\Computers\My Computer\COM+ Aplications\IIS In Process
  > > Applications and \Out-Of-Process Pooled Applications are visible and
their
  > > properties are accessible
  > >
  > > I have run cscript synciwam.vbs script to synchronize the IWAM account
  > >
  > > Last time I tested http:\\localhost about two months ago it was working
 > fine
  > > and I have not made any configuration changes to IIS since then. The
only
  > > thing I have done is install MS security updates.
  > >
  > > Does anyone know how to resolve this problem, I want to develop a web
site
  > > this week and I need to get this fixed
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: General Access Denied Error 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
"General access denied error" on all sites - I am getting the "General access denied error" in the event log when trying to access any site on my localhost. The browser displays HTTP:500 error. I also get it with the IISAdmin & IISHelp sites. The server is running with no errors othe...

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..

access is denied / 401.2 error - internally and externally i can access this virtual directory, i have two clients that cannot access it they get access is denied. the authentication , user name and password will not come up to prompt him either. just the error will come up Help please

FTP 550 error : Access is denied ? - Hi, Got FTP service running on win2k server. When logging in as administrator I attempt the following: - type "send" - prompted for "local file" - type "c:\k.txt - prompted for "remote file" - type "k.txt" -...

Error: Access is Denied -- Customizable? - I have a website on a windows 2000 box running IIS5. I have all of the security set up appropriately and it is working well. My question is, can I customize the error message that reads "Error: Access is Denied". It appears in the top left c...
   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 ]