Based on the error message, I can find the web site path is in the user’s folder.
As far as I know, by default the worker processes run as NETWORKSERVICE account. For that account, it don’t have the permission to access the file which path in the user’s folder.
One way is that, you could let the project in the different place, such as D:\\Project (Copy the project to the other place)
Another way is that, you could configure the Application Pool’s Identity use the specified account that has the enough permission to access the user’s folder.
Right click the Application pool that the website used.
Select Advanced Setting
Change the Identity (In the Process Model section)
Member
28 Points
177 Posts
HTTP Error 500.19 - Internal Server Error
Jan 16, 2014 02:40 AM|dragular|LINK
Hi all,
I found "HTTP Error 500.19 - Internal Server Error" in my localhost.
Actually this program is I using everyday this morning when I run program I found it.
pls adivce to me. Thanks advance
dragular
All-Star
23975 Points
4084 Posts
Re: HTTP Error 500.19 - Internal Server Error
Jan 17, 2014 12:36 AM|Starain chen - MSFT|LINK
Hi dragular,
Thanks for your post!
Based on the error message, I can find the web site path is in the user’s folder.
As far as I know, by default the worker processes run as NETWORKSERVICE account. For that account, it don’t have the permission to access the file which path in the user’s folder.
One way is that, you could let the project in the different place, such as D:\\Project (Copy the project to the other place)
Another way is that, you could configure the Application Pool’s Identity use the specified account that has the enough permission to access the user’s folder.
There is a link that may benefit you:
# Application Pool Identities
http://www.iis.net/learn/manage/configuring-security/application-pool-identities
Thanks
Best Regards
All-Star
52793 Points
9695 Posts
MVP
Re: HTTP Error 500.19 - Internal Server Error
Jan 19, 2014 03:46 AM|Ruchira|LINK
Right click on your web application folder and go to properties (From file explorer). Then select the security tab. Give read permission to IIS_IUSR.
Please 'Mark as Answer' if this post helps you
My Tech BlogMember
28 Points
177 Posts
Re: HTTP Error 500.19 - Internal Server Error
Jan 19, 2014 09:39 PM|dragular|LINK
Hi Dear all,
Thanks you for reply me. I can solve error but I don't understand yet.
Some is my fault when I clean my computer, I delete this path of some folder
"
C:\Users\Admin\Documents\My Web Sites\ ".
After that I suspect and create myself new fold. My appliction now working well.
dragular