Webservice problem with xmlhttp
Tech-Archive recommends: Speed Up your PC by fixing your registry
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.
.
Relevant Pages
- Re: Webservice problem with xmlhttp
... I have an ASP.Net Project in C# which was running perfect and deployed ... Last week i added added an .asmx file (webservice) ... The code works on fine on local deployments, ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: Web service reference reverts to old version
... I think we've tracked it down - there was a copy of an old asmx file in one ... Is the webservice serverside an ASP.NET WebService ... Try creating another new separate winform app and add the webservice's ... > webreference in that new app to see whether it can generate the correct new ... (microsoft.public.vsnet.general) - RE: asmx file visibility
... If one opens the asmx file with a text editor, ... Designer page with a couple of links and of course a WebService does not have ... In both cases we are using localhost and not ... (microsoft.public.dotnet.framework.webservices) - Re: Help on deploying webservice
... In IIS 6.0, you have application pools assigned your ... I've mapped the database to .NET class properties and methods to ... I install the webservice setup prog. ... I tried accessing the asmx file from the same ... (microsoft.public.dotnet.languages.csharp) - Re: Howto: WebService in not Bin folder?
... I'm trying to use webservice business logic only in binary file and ... >> But if i place my WebService dll not in bin folder ASP.NET cann't found ... > CODEBEHIND attribute in the .ASMX file. ... > temporary class by inheriting the codebehind class from the DLL. ... (microsoft.public.dotnet.framework.webservices) |
|