> Can anyone tell me does the memoryLimit attribute in the machine.config
> also affect Windows Services. I know this does apply to ASP.NET
> applications, but I am unsure for Windows Services.
>
> Thank you
No, it only applies to ASP.NET, the parameter is used by the hosting process
to control the amount of memory that can be used by asp before the hosts
recycles the process. Note that the asp.net hosting process is not a windows
service.
Willy.