ANAT2403
asked on
error in AJAX
have a website in ASP.NET 2.0 with C#.
I have an error log file in my site and I get the following error and I don't know from where it comes from and what is the reoson?
In my site there is no subdirectory ajax.
thankyou
Anat
05/06/2008 5:12:56 PM Object reference not set to an instance of an object.
Request = http://www.deal-eh.ca/ajax/common.ashx
Stack = at Ajax.AjaxProcessor.RenderC ommonScrip t()
at Ajax.AjaxRequestProcessor. Run()
at System.Web.HttpApplication .CallHandl erExecutio nStep.Syst em.Web.Htt pApplicati on.IExecut ionStep.Ex ecute()
at System.Web.HttpApplication .ExecuteSt ep(IExecut ionStep step, Boolean& completedSynchronously)
I have an error log file in my site and I get the following error and I don't know from where it comes from and what is the reoson?
In my site there is no subdirectory ajax.
thankyou
Anat
05/06/2008 5:12:56 PM Object reference not set to an instance of an object.
Request = http://www.deal-eh.ca/ajax/common.ashx
Stack = at Ajax.AjaxProcessor.RenderC
at Ajax.AjaxRequestProcessor.
at System.Web.HttpApplication
at System.Web.HttpApplication
ASKER
Hi,
Still I don't understand what it is and from where it comes from and do I have to do to prevent it.
thankyou
anat
Still I don't understand what it is and from where it comes from and do I have to do to prevent it.
thankyou
anat
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Hi
I still don't find in my IIs the virtual directory Ajax.
Is there a way it is part of the Ajax installation that is created automatically?
Thankyou
Anat
I still don't find in my IIs the virtual directory Ajax.
Is there a way it is part of the Ajax installation that is created automatically?
Thankyou
Anat
ASKER
Hi,
I think I understand what is going:
first I don't have any subdirectory of AJAX
The link you showed me is an error page that I have when the page is not found but becuase
of an error the css was not displayed. And I think that the reason I got links to this address is from
hackers. But I might be wrong and this is why I am checking it.
Thankyou
anat
I think I understand what is going:
first I don't have any subdirectory of AJAX
The link you showed me is an error page that I have when the page is not found but becuase
of an error the css was not displayed. And I think that the reason I got links to this address is from
hackers. But I might be wrong and this is why I am checking it.
Thankyou
anat
It might be a virtual directory pointing to a physical directory. If you enter http://www.deal-eh.ca/ajax/, you will see your site, but no stylesheet is loaded, also no AJAX features, which makes me think that /ajax is pointing back to your site.