I have newly created application pool to use it in our new website.
But i when i try to access the site its giving error
1. This page can't be displayed 2. Make sure the web address is right ..
Wen i look at the windows logs its showing below error. please help me.
Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7a5f8 Faulting module name: clr.dll, version: 4.0.30319.1022, time stamp: 0x52ccf666 Exception code: 0xc00000fd Fault offset: 0x003580b5 Faulting process id: 0x1f84 Faulting application start time: 0x01cf5df3f59dcae8 Faulting application path: C:\Windows\SysWOW64\inetsrv\w3wp.exe Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll Report Id: 3aa796c8-c9e7-11e3-99e0-001a646aa7d3
When i set process model identity to network service for the newly created application pool, its working fine.
But i set process model identity to ApplicationPoolIdentity for the newly created application pool, its not working.