0

I'm trying to install DNN 7 on my computer.

I'm actuallt at the point where I need to set permissions to my wwwroot folder.

I've already set permissions to IUSR ISS_IUSRS DefaultAppPool PCname\Administrateurs

But when I go to IIS manager, and test my parameters, I got

Impossible to verify access to folder D:\web\devel\wwwroot

And when I'm trying to access to localhost, I got a white page, blank, and console give me a 500 error.

I've searched a lot, but I didn't found any solution which help me for that problem.

Did you got any ideas ?

Bart Bartoman
  • 756
  • 4
  • 14

2 Answers2

0

You'll need to set permissions based on the ACCOUNT that the Application Pool is running in IIS. Check which user account is being used by the Pool and setup permissions for that user.

Chris Hammond
  • 8,873
  • 1
  • 26
  • 34
  • I'm not 100%sure, but I think I already did that when i added DefaultAppPool as user. And anonyme authentification are set to Application Pool identity. – Bart Bartoman Feb 05 '15 at 13:23
0

Chech the AppPool's identity and see who it is ... that is what you want to use.

Joe Craig
  • 1,244
  • 1
  • 7
  • 7