A
AlphaCoder
Hi,
I have an ASP.Net Project in C# which was running perfect and deployed
for past 3 months. Last week i added added an .asmx file (webservice)
in the ASP.Net project and accessed the webserive with xmlhttp object.
The code is supposed to run streaming ticker on the webpage and polls
for data from webservice at regular intervals.
The code works on fine on local deployments, however status code 500
is returned when hosted.
I have also changed the namespace from http://tempuri.org to
http://www.alphacoder.com and still no effect.
I am deploying the website by "publishing" the code and copying all
the files at hosting server.
Can anyone help ... please. What am i doing wrong over here ????
thanks. in advance.
Alphacoder.
I have an ASP.Net Project in C# which was running perfect and deployed
for past 3 months. Last week i added added an .asmx file (webservice)
in the ASP.Net project and accessed the webserive with xmlhttp object.
The code is supposed to run streaming ticker on the webpage and polls
for data from webservice at regular intervals.
The code works on fine on local deployments, however status code 500
is returned when hosted.
I have also changed the namespace from http://tempuri.org to
http://www.alphacoder.com and still no effect.
I am deploying the website by "publishing" the code and copying all
the files at hosting server.
Can anyone help ... please. What am i doing wrong over here ????
thanks. in advance.
Alphacoder.