Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
CSS
dear all.,

I have created a Asp.net 4.0 web application in n tier architecture and published in local PC's IIS

there was no problem while creating and publishing the application.

but after publishing. 


 error popup  coming with following text 'Unhandled  microsoft.net framework exception  occurred  in w3wp.exe' while opening the link in browsers


and  i have found following error registered in event viewer:
----------------------------------------------------------------------------------
Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7a5f8

Faulting module name: clr.dll, version: 4.0.30319.18444, time stamp: 0x52717e84

Exception code: 0xc00000fd

Fault offset: 0x003793f2

Faulting process id: 0x1fd0

Faulting application start time: 0x01cfc28a1e7683cd

Faulting application path: c:\windows\system32\inetsrv\w3wp.exe

Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll

Report Id: 5c6cd29b-2e7d-11e4-a300-6c626dd17fa7
------------------------------------------------------------------------------------


please help me friends ,

thanks in advance
Posted
Updated 2-Sep-14 21:38pm
v2
Comments
AnvilRanger 3-Sep-14 10:56am    
You are going to need to provide much more detail. That error is only telling you the the worker process for IIS has crashed. You need to look for any logging or information from your app.

1 solution

I had a very similar problem. What helped for me was to set the "enable 32-bit applications" setting in the application pool in IIS to false.
 
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