Re: SOLVED: How do I give ASP.NET process network credentials?
From: Ed leNoir (edleno@safeco.com)
Date: 10/31/02
- Next message: Ed leNoir: "Re: How to get UserName / NetBios machine name using FORMS authentication"
- Previous message: Christopher Dedels: "Must login when accessing SSL page"
- In reply to: Joseph Geretz: "SOLVED: How do I give ASP.NET process network credentials?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Ed leNoir" <edleno@safeco.com> Date: Thu, 31 Oct 2002 13:08:43 -0800
There are so many security settings between IIS and aspnet that it seems
like magic once you get it to work. Also, you have to know whether to
restart iis or the asp worker process for a change to be effective. The
worker process recycling does pretty good in detecting configuration
changes, but IIS isn't always so great. If you do serviced components you
have to know when to stop and stop them too!
- Ed
"Joseph Geretz" <jgeretz@nospam.com> wrote in message
news:O426AhKgCHA.1432@tkmsftngp10...
> Hi Ed,
>
> You're right! It works. I thought I had tried this before but perhaps not.
> In any case, It's working now as advertised. Beautiful! I've included my
> config settings below.
>
> - Joe Geretz -
>
> Machine.config:
> ---------------
> <processModel enable="true"
> timeout="Infinite"
> idleTimeout="Infinite"
> shutdownTimeout="0:00:05"
> requestLimit="Infinite"
> requestQueueLimit="5000"
> restartQueueLimit="10"
> memoryLimit="60"
> webGarden="false"
> cpuMask="0xffffffff"
> userName="SYSTEM"
> password="AutoGenerate"
> logLevel="Errors"
> clientConnectedCheck="0:00:05"
> comAuthenticationLevel="Connect"
> comImpersonationLevel="Impersonate"
> responseRestartDeadlockInterval="00:09:00"
> responseDeadlockInterval="00:03:00"
> maxWorkerThreads="25"
> maxIoThreads="25"
> />
>
>
> Web.config:
> -----------
> <identity impersonate="true" userName="DOMAIN\User" password="foobar"/>
>
>
- Next message: Ed leNoir: "Re: How to get UserName / NetBios machine name using FORMS authentication"
- Previous message: Christopher Dedels: "Must login when accessing SSL page"
- In reply to: Joseph Geretz: "SOLVED: How do I give ASP.NET process network credentials?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|