KyLim0211 Ответов: 1

Временные файлы ASP.NET


Server Error in '/' Application.
--------------------------------------------------------------------------------

Compilation Error 
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. 

Compiler Error Message: The compiler failed with error code 255.


Что я уже пробовал:

я уже пробовал удалить все файлы из временных ASP.NET файлы, но все еще не работают

1 Ответов

Рейтинг:
6

Vinod Jangle

Попробуйте выполнить следующий шаг, надеюсь, это решит проблему.

1. Stop IIS. Remove temporary asp.net files. Start IIS again.

2. If #1 doesn't resolve the issue, check the permissions on the Temporary asp.net files and give the appropriate permission as per the user under which your app pool is running.

3. Try changing the app pool identity from Local System to some specific user. Though the error code is different as per this thread: http://forums.iis.net/t/1159648.aspx?Compiler+Error+Message+The+compiler+failed+with+error+code+128+ 

4. If none of the above work, you may need to start checking logs in Process Monitor as per the above referenced thread.