Can any one help my to fix following error i setup .Netframwork the IIS and register asp.net (aspnet_regiis.exe -i)
Asked
Active
Viewed 114 times
-1
-
Is there a more detailed error in the Event Log? – Mark Feb 04 '16 at 13:46
-
Add some exception detaling here. – Anil Feb 04 '16 at 13:46
-
where i can error from event log? – salah Feb 04 '16 at 13:47
-
Which Windows you are using, XP support has ended, no updates? – Anil Feb 04 '16 at 13:51
-
Windows Server 2008 R2 – salah Feb 04 '16 at 13:54
-
log: %SystemDrive%\inetpub\logs\LogFiles, refer http://stackoverflow.com/questions/6426375/where-can-i-find-the-iis-logs and http://serverfault.com/questions/91673/where-how-can-i-see-iis7-log-entries-for-a-specific-web-site – Anil Feb 04 '16 at 13:56
-
the all text document empty – salah Feb 04 '16 at 13:59
1 Answers
0
Sounds like you hit this issue and need to take some special steps,
Root Cause
Although the .NET 4.0 was installed on this computer, the version of %windir%\system32\mscoree.dll was still v2.0. It should be replaced with v4.0.
It loads .NET 2.0 runtime mscorwks.dll, not the .NET 4.0 runtime clr.dll. Therefore some unexpected behaviors occur during the CLR initialization that causes the worker process to be recycled.
Resolution
You can reinstall .NET 4.0 or re-apply Windows 2008 R2 SP1 to update mscoree.dll.

Lex Li
- 60,503
- 9
- 116
- 147