M
MRW
Hello!
I've put together a project on my local server which is running
perfectly. When I uploaded the code to my server, while it continues
to work perfectly for my computer, on any other computer I get an
error:
--
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not
set to an instance of an object.
--
Which always points to a line of code that refers to a cookie which is
created when a person logs in.
It's strange since the login works perfectly. Only after, when the
cookie is referenced do I get this error, and it only happens on
computers other than my own.
Does anybody have any ideas?
Thanks for the help!
I've put together a project on my local server which is running
perfectly. When I uploaded the code to my server, while it continues
to work perfectly for my computer, on any other computer I get an
error:
--
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not
set to an instance of an object.
--
Which always points to a line of code that refers to a cookie which is
created when a person logs in.
It's strange since the login works perfectly. Only after, when the
cookie is referenced do I get this error, and it only happens on
computers other than my own.
Does anybody have any ideas?
Thanks for the help!