Skip to main content
deleted 1 characters in body
Source Link
gideon
  • 19.5k
  • 11
  • 74
  • 114

Agree with @Andrew, knowing the exception would really help.

Just to make sure, you've tried settingssetting the customErrors element in your web.config to Off right? This way the exception details will show everywhere instead of a HTTP 500.

Try changing the AppPool that your site uses is set to .NET 4 Integrated

You could also try running aspnet_regiis.exe to re-register .NET with IIS.

Agree with @Andrew, knowing the exception would really help.

Just to make sure, you've tried settings the customErrors element in your web.config to Off right? This way the exception details will show everywhere instead of a HTTP 500.

Try changing the AppPool that your site uses is set to .NET 4 Integrated

You could also try running aspnet_regiis.exe to re-register .NET with IIS.

Agree with @Andrew, knowing the exception would really help.

Just to make sure, you've tried setting the customErrors element in your web.config to Off right? This way the exception details will show everywhere instead of a HTTP 500.

Try changing the AppPool that your site uses is set to .NET 4 Integrated

You could also try running aspnet_regiis.exe to re-register .NET with IIS.

Source Link
gideon
  • 19.5k
  • 11
  • 74
  • 114

Agree with @Andrew, knowing the exception would really help.

Just to make sure, you've tried settings the customErrors element in your web.config to Off right? This way the exception details will show everywhere instead of a HTTP 500.

Try changing the AppPool that your site uses is set to .NET 4 Integrated

You could also try running aspnet_regiis.exe to re-register .NET with IIS.