I\'m having some problems with my app. I\'m using the \'org.mentalis.security\' assembly to create a certificate object from a \'pfx\' file, this is the line of code where t
In IIS 7 you can do this in IIS management console.
I solved this by going to c:\windows\system32\inetsrv or syswow64\inetsrv
and running the following command
appcmd set apppool "" -processModel.loadUserProfile:true
This solved it
Richard Allen
Sorry Corrected
Hi
I solved this by going to c:\windows\system32\inetsrv or syswow64\inetsrv
and running the following command
appcmd set apppool "[you app pool name]" -processModel.loadUserProfile:true
This solved it
Richard Allen