NicoVB Posted August 15, 2002 Posted August 15, 2002 I have a build a very simple web service to test this. With the webmethod Helloworld(the default). I upload my files to a web hosting company(dotnetplayground). But there it won't start. Every time I try to start or add it as a reference it by typing this URL : http://nico.www1.dotnetplayground.com/Webservice2/Service1.asmx I get an error!!! But why? Quote Visit http://www.nico.gotdns.com Now ONLINE!
*Gurus* Derek Stone Posted August 15, 2002 *Gurus* Posted August 15, 2002 Set your webservice's Debug property to True and turn customErrors off. This will allow you to view the error that is being raised. Quote Posting Guidelines
NicoVB Posted August 16, 2002 Author Posted August 16, 2002 I did what you said, but still if you click on the link then I don't see the error :( Quote Visit http://www.nico.gotdns.com Now ONLINE!
NicoVB Posted August 16, 2002 Author Posted August 16, 2002 I solved the problem!!! I had to register the aspnet_isapi.dll. Now everything works. Thanks Quote Visit http://www.nico.gotdns.com Now ONLINE!
NicoVB Posted August 16, 2002 Author Posted August 16, 2002 NOT YET!!!! I can run now my service on the localhost , but not on the hosting site http://nico.www1.dotnetplayground.com/Webservice1/Service1.asmx hmm, why is this? Quote Visit http://www.nico.gotdns.com Now ONLINE!
NicoVB Posted August 16, 2002 Author Posted August 16, 2002 And also I can't run a simple Webform. On my computer (localhost) I can run it without any problems but on the hosting computer I can't : http://nico.www1.dotnetplayground.com/WebApplication1/WebForm1.aspx If you know something.. please help me! Quote Visit http://www.nico.gotdns.com Now ONLINE!
*Gurus* Derek Stone Posted August 16, 2002 *Gurus* Posted August 16, 2002 You need to make sure that Debug is set to On and customErrors are set to Off. Otherwise we can't even begin to diagnose the problem. Quote Posting Guidelines
NicoVB Posted August 17, 2002 Author Posted August 17, 2002 I've set deug to true and customerrors to off. But still can't see the error In this message , there is an attachment with the file from the web service. But this error is only on the dotnetplayground server, not on my own computer. The web service works very well here, but cannot use them because of my dynamic IP :( Quote Visit http://www.nico.gotdns.com Now ONLINE!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.