Click here to Skip to main content
15,922,894 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing my project in visual studio 2008. When I run the project it arises the following error.
Error 1721 Error reading Win32 resource file 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\bg.web\86ac30c4\aebdf09b\iuaeodt9.res' -- 'The system cannot find the file specified. '
Please help me.
Posted

1 solution

You'll need to grant IIS_IUSRS read and modify access over the temp folder of the user the app pool is running as. check below answer for more information
http://stackoverflow.com/questions/5300389/cs0016-could-not-write-to-output-file-error-when-starting-an-app-in-iis-7/5390823#5390823[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900