Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Server Error in '/' Application

When I am running my application,I am getting this error.(Server Error in '/' Application Object reference not set to an instance of an object).I don't know why I am getting this error. I searched on the net, people are saying to off customerror in webconfig. Does it right way to find out it?

like image 588
Komal Avatar asked Jun 25 '26 03:06

Komal


1 Answers

You are going to need more information than just this to resolve this error.

This article shows how to show the full error messages:

  • http://msdn.microsoft.com/en-us/library/y123fsf7(v=vs.85).aspx
  • http://msdn.microsoft.com/en-us/library/system.runtime.remoting.remotingconfiguration.customerrorsenabled(v=vs.85).aspx

This will then show you the full error you are getting.

<customErrors mode="Off" />
like image 106
Curtis Avatar answered Jun 29 '26 03:06

Curtis



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!