On Jul 21, 9:25 am, Maria Paz <Maria...@discussions.microsoft.com>
wrote:
> Hello,
>
[quoted text clipped - 7 lines]
> If posibble to view the source of this problem, is my configuration for my
> application pool? How to enabled log for my application pool?
You need to get more details from the component's log because it needs
to show what user and action it did to cause "Access is denied". It if
shows that, then it is easier to fix.
Without that information, we have to search for the information. Can
you provide all non-default configuration of the Application Pool?
What are the health-monitoring metrics, application pool identity,
etc. Also, turn on FileMon/RegMon from sysinternals.com and see if
anything ends up with "Access is denied".
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Maria Paz - 30 Jul 2008 20:57 GMT
Thanks for you advices.
I found cause of problem. One of them is problem to permission of my
directorys in wwwroot, add asp.net, wpg user and IUSR.
Whit this resolved.
But I have two application, one of them run with .NET 1.1 and the other .NET
2.0.
Each one in differents application pool.
The application thet run .NET 1.1, the application pool recicle my process,
29 hours.
Whit this recicle, my application fails. Specifically in a DCOM, that after
recycling the application pools, it's fails and only reinstaled DCOM again it
work fine.
IS IT NECESSARY TO RECYCLE?
> On Jul 21, 9:25 am, Maria Paz <Maria...@discussions.microsoft.com>
> wrote:
[quoted text clipped - 24 lines]
> http://blogs.msdn.com/David.Wang
> //
David Wang - 31 Jul 2008 06:52 GMT
You don't have to recycle.
IIS does it by default to be defensive against bad user code.
You can always optimize for your specific situation, at which point
you take responsibility for the configuration.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Jul 30, 12:57 pm, Maria Paz <Maria...@discussions.microsoft.com>
wrote:
> Thanks for you advices.
>
[quoted text clipped - 42 lines]
>
> - Show quoted text -