Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The specified user does not have a valid profile. Unable to load XXX.dll

In a website, I get this error:

The specified user does not have a valid profile.  Unable to load XXX.dll

This happens when any page load is attempted.

like image 220
sennett Avatar asked Aug 30 '13 02:08

sennett


1 Answers

Set to Load User Profile true in the apppool advanced settings in IIS:

Screenshot of apppool advanced settings

More info is here: http://www.iis.net/learn/manage/configuring-security/application-pool-identities

like image 158
sennett Avatar answered Sep 19 '22 22:09

sennett