[Solved] MVCApplication Parser Error

I have this problem because I have to develop with VS running as administrator in order to use Local IIS hosting. When files are added (or generated by compiling) I think VS was setting the owner as Administrator, which IIS then cannot read. Start a command prompt as Administrator and type in the following
icacls c:devpathyourwebsite /grant everyone:(OI)(CI)F /T

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *