Re: How do I give ASP.NET process network credentials?
From: Paul W (pbwedz@hotmail.com)
Date: 10/30/02
- Next message: Paul W: "Re: How do I give ASP.NET process network credentials?"
- Previous message: Fritz Luescher: ""Unable to start debugging on the web server""
- In reply to: Joseph Geretz: "Re: How do I give ASP.NET process network credentials?"
- Next in thread: Paul W: "Re: How do I give ASP.NET process network credentials?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: pbwedz@hotmail.com (Paul W) Date: 30 Oct 2002 04:45:46 -0800
I've also tried (just for the heck of it)...
<processModel enable="true"
timeout="Infinite"
idleTimeout="Infinite"
shutdownTimeout="0:00:05"
requestLimit="Infinite"
requestQueueLimit="5000"
restartQueueLimit="10"
memoryLimit="60"
webGarden="false"
cpuMask="0xffffffff"
userName="PHL\reporter"
password="Pa$$word"
logLevel="Errors"
clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect"
comImpersonationLevel="Impersonate"
responseRestartDeadlockInterval="00:09:00"
responseDeadlockInterval="00:03:00"
maxWorkerThreads="25"
maxIoThreads="25"
/>
I changed the user name and password to someone on the network with
total network access. I figured he could create the token, but I got
the same message. I'm grasping at straws here. There must be some
switch that we are missing. All I want to do is login to grab a XML
file across the network. Someone must have done this and I can't see
creating a COM+ object for that.
Paul W
PS I've also tried the Impersonate flag TRUE and FALSE in the
web.config file with no luck.
- Next message: Paul W: "Re: How do I give ASP.NET process network credentials?"
- Previous message: Fritz Luescher: ""Unable to start debugging on the web server""
- In reply to: Joseph Geretz: "Re: How do I give ASP.NET process network credentials?"
- Next in thread: Paul W: "Re: How do I give ASP.NET process network credentials?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|