I Know this is a common error, and only thing is to provide access to temp files folder,
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
gave full access to Network Services, IIS_IUSRS / IIS_WPG and impersonated account. but still no luck.
this is Windows 2012 / IIS 8.5 first time setting up a impersonated web application. using framework 4 (4.5) . enabled 32 bit application on app pool and app pool is running on networkservice
web management service also running on network service, only a different with Windows 2008 R2 / IIS 7.5 is missing WMSVC access to temp files.
anyone know what i am missing here? thanks
PLUR