Re: SQL server acess from ASP.NET
From: Som (Somsubhra_ghosh@satyam.com)
Date: 09/13/02
- Next message: Larry Marshall: "Can't create Word Document"
- Previous message: vinay balasubramaniam: "Re: Impersonate and shared hosting"
- In reply to: Eugene N Agafonov: "Re: SQL server acess from ASP.NET"
- Next in thread: Eugene N Agafonov: "Re: SQL server acess from ASP.NET"
- Reply: Eugene N Agafonov: "Re: SQL server acess from ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Som" <Somsubhra_ghosh@satyam.com> Date: Fri, 13 Sep 2002 12:26:08 +0530
Greetings.
I understand you have completed the steps indicated by Mark.
1> Have you set the Impersonation = True in the Web.config
<authentication mode="Windows" />
<identity impersonate="true" />
and check if
2> in the machine.config the comImpersonationLevel is attribute is set to
"Impersonate"
<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"
/>
"Eugene N Agafonov" <gollum@zmail.ru> wrote in message
news:ednAWluWCHA.1976@tkmsftngp11...
> Greetings!
>
> Well situation has become more clear: when i put my application on same
> machine with SQL server, It works ok. So the problem appears, when SQL and
> asp.net application are on different machines. How to pass impersonation
to
> the remote computer? I would appreciate _any_ hints much.
>
> WBR,
> Eugene
>
>
- Next message: Larry Marshall: "Can't create Word Document"
- Previous message: vinay balasubramaniam: "Re: Impersonate and shared hosting"
- In reply to: Eugene N Agafonov: "Re: SQL server acess from ASP.NET"
- Next in thread: Eugene N Agafonov: "Re: SQL server acess from ASP.NET"
- Reply: Eugene N Agafonov: "Re: SQL server acess from ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|