Ask a Question related to ASP.NET Security, Design and Development.
-
Raghuvansh #1
Object Reference Not Set..
I developed and deployed an ASP.net website. One of my clients, trying
to access the website are getting and "Object Reference Not Set to an
Instance" error. They are behind a firewall.
The website opens fine in all other machines.
I looked up on the internet and saw a couple of message posts
mentioning commands like URLReferrer can make the firewall blow the
page by not executing those commands.
But in my case, I dont have that command being used anywhere in my
project and I dont know what type of commands cause the firewall to
act the way it does. Is there a certain pattern or how does it
work...any information helps!!
I cant debug either since it blows up on only those client machines
and works fine on the development machines.
Raghuvansh Guest
-
Dynamically loading user control into Placeholder gives Object reference not set to an instance of an object
I've created user controls that contain listboxes that are dynamically populated from the database. In the html view of the user control... -
Custom Control Problem :: Object reference not set to an instance of an object
Hi All! I have the following Custom Control file... '########### WebUserControl1.ascx ############# <%@ Control Language="vb"... -
[WebMethod] System.NullReferenceException: Object reference not set to an instance of an object.
Um, this isn't going to work, generally. Web services, as any web app (especially on Windows server 2003) are heavily sandboxed. The method you... -
Returning a reference to an existing C++ object as a reference
Hi All, Given: package x; sub new { return bless {}, $_; } #-- callback() is call by the C++ class (reader_as_cpp_object) #-- whenever... -
HELP! Error Loading ASPX : Object Reference not set to an instance object
Hello, When i run my aspx i get this weird error: System.NullReferenceException: Object reference not set to an instance of an object. at... -
Noah Ganter #2
Re: Object Reference Not Set..
welcome to object oriented programming.
"Raghuvansh" <raghuvansh@yahoo.com> wrote in message
news:39597f86.0402121621.14c510f1@posting.google.c om...> I developed and deployed an ASP.net website. One of my clients, trying
> to access the website are getting and "Object Reference Not Set to an
> Instance" error. They are behind a firewall.
>
> The website opens fine in all other machines.
>
> I looked up on the internet and saw a couple of message posts
> mentioning commands like URLReferrer can make the firewall blow the
> page by not executing those commands.
>
> But in my case, I dont have that command being used anywhere in my
> project and I dont know what type of commands cause the firewall to
> act the way it does. Is there a certain pattern or how does it
> work...any information helps!!
>
> I cant debug either since it blows up on only those client machines
> and works fine on the development machines.
Noah Ganter Guest



Reply With Quote

