Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Config Domaine

1 réponse
Avatar
Pascal
Bonjour à tous
Je voudrais avoir mon appli sous un domaine pour acceder au reseau

j'ai bien essayer :
- Dans Web.config:
<identity impersonate="true" userName="domaine\name" password="pwd" />

Ou bien :

- Dans Web.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="domaine\name" password="pwd"
logLevel="Errors" clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect" comImpersonationLevel="Impersonate"
responseDeadlockInterval="00:03:00" maxWorkerThreads="20"
maxIoThreads="20"/>

Sans succès.

Que manque t-il ?

Merci de votre aide

Pascal

1 réponse

Avatar
Pascal
J'ajoute qu'en verifiant par la commande:
lblIdentity.Text System.Security.Principal.WindowsIdentity.GetCurrent().Name()

je lit bien domainename dans la fenetre IE6




"Pascal" a écrit dans le message de
news:41387ba0$0$22042$
Bonjour à tous
Je voudrais avoir mon appli sous un domaine pour acceder au reseau

j'ai bien essayer :
- Dans Web.config:
<identity impersonate="true" userName="domainename" password="pwd" />

Ou bien :

- Dans Web.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="domainename" password="pwd"
logLevel="Errors" clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect" comImpersonationLevel="Impersonate"
responseDeadlockInterval="00:03:00" maxWorkerThreads="20"
maxIoThreads="20"/>

Sans succès.

Que manque t-il ?

Merci de votre aide

Pascal