Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Configuring IIS 7 kernel mode for web applications

  Asked By: Curtis Graham         Date: Nov 19, 2009      Category: Sharepoint      Views: 225
 

Is it necessary to have (useAppPoolCredentials="true") in this section
of your applicationHost.config in %SYSTEMROOT%\system32\inetsrv\config\:

<windowsAuthentication enabled="true" useKernelMode="true"
useAppPoolCredentials="true">

Tagged:              

 

1 Answer Found

 
Answer #1       Answered By: Gerard Randall          Answered On: Nov 19, 2009       

The other part of that, is where should that line go? I've seen several
conflicting answers online.

 
Didn't find what you were looking for? Find more on Configuring IIS 7 kernel mode for web applications Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].