Error message 401.2.: Unauthorized: Logon failed due to server configuration. When application deployed

前端 未结 15 1793
南方客
南方客 2020-12-30 01:20

I have an asp.net 4.0 application that works fine running under cassini but when i deploy to IIS i get the above error. It is running under the Default App pool which a numb

15条回答
  •  既然无缘
    2020-12-30 01:45

    I had a similar issue and resolved it by setting optimizeCollections to false in web.config and immediately reverting the change after verifying that it worked.

      
        ..
        
        ..
      
    

    Perhaps the same thing could have been achieved by deleting asp.net temp folder..

提交回复
热议问题