RE: error deploying web service

From: Dan Rogers (danro_at_microsoft.com)
Date: 12/03/04


Date: Fri, 03 Dec 2004 22:03:59 GMT

Hi Mark,

Glad to help. I do expect you have run into a not-uncommon phenomena -
ISP's that will host an ASP based application but who just aren't prepared
to host ASP.NET applications.

Good luck

Dan

--------------------
>Thread-Topic: error deploying web service
>thread-index: AcTY8pIogm9AoiX4TDK8SzQrwuVUzQ==
>X-WBNR-Posting-Host: 68.46.68.180
>From: "=?Utf-8?B?TWFyayBGaW5rZWw=?=" <MarkFinkel@discussions.microsoft.com>
>References: <821C3688-5E8E-43E2-8D4E-09C851A37701@microsoft.com>
<0U3kG691EHA.3200@cpmsftngxa10.phx.gbl>
<5F3948B9-7D8A-4A41-8408-C796DCFBEFFC@microsoft.com>
<#fOx29K2EHA.4068@cpmsftngxa10.phx.gbl>
<90E88CD1-F8B3-407B-83AE-E30DCF62F129@microsoft.com>
<bgEOkhO2EHA.768@cpmsftngxa10.phx.gbl>
>Subject: RE: error deploying web service
>Date: Thu, 2 Dec 2004 20:43:01 -0800
>Lines: 52
>Message-ID: <877EEA88-678D-4EE8-96BA-688C594F8986@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.dotnet.framework.aspnet.webservices
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.aspnet.webservices:27017
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservices
>
>Dan,
>
>Thanks for your continued assistance.
>
>Which files to copy is no longer an issue. I managed to copy the
application
>from Visual Studio using Project...Copy Project. Sadly, it made no
difference.
>
>I also passed on your previous suggestions to the NT admins in the hosting
>company. I will keep you posted as to their reply. It looks like I may be
>playing middleman for a bit, a role I am happy to fill if it leads to a
>resolution.
>
>Thanks again,
>Mark
>
>"Dan Rogers" wrote:
>
>> Hi John,
>>
>> In my last post I suggested an effective way to discover the exact files
>> you need. Since there can be any number of files in any given
>> applications, I don't think I can effectively guess at all of the file
>> names. The easiest way is to publish your project to a server that you
can
>> publish to - even if it is just another vroot on your development box.
If
>> you start out with an empty vroot, and then publish to it, any files
that
>> then appear under that directory are the ones you need to copy.
>>
>> This will cover the isolated files. But it won't cover any machine
>> specific files.
>>
>> Have you tried copying a minimal hello world web service to your hosting
>> company? If you just create a new web service project, accept all of
the
>> defaults, and uncomment out the hello world, you only need to copy the
>> web.config, the service1.aspx, and all of the files in the debug/bin
>> directory (oh... forgot to ask if you are deploying the debug build or
the
>> optimized build - this makes a difference).
>>
>> If after doing that minimum project you can call the hello world service
>> from the host from a client that can call it from your dev machine (but
you
>> just change the URL programatically) then you know the hoster is able to
>> serve up web services. If this fails, then you have discovered that the
>> hoster doesn't support web services.
>>
>> Please try these steps, as I suspect this is a deeper issue than knowing
>> which files are involved.
>>
>> I hope this helps
>>
>> Dan Rogers
>> Microsoft Corporation
>> --------------------
>
>



Relevant Pages

  • Re: four basic "non techie" type questions regarding MS DNS and windows server IIS capabilities
    ... of domain aliases to the same host running web services I ... ASP has to report something known to it from the Web Service ... It will show the server name that the web server uses; ... Not for the SAME zone -- a zone is KNOWN in DNS to be either COMPLETE ...
    (microsoft.public.windows.server.dns)
  • Re: Hosting a .NET Web Service without IIS
    ... What is an asmx web service? ... it is possible to host ASMX without IIS. ... > people host ASP.NET runtime within WinForms apps, ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: BizTalk 2004 SOAP Adapter Tuning, ThreadPool
    ... > either the web service or the host, ... >>a result the connection is timing out. ... >>it executes the request in just a few seconds so you ...
    (microsoft.public.biztalk.general)
  • RE: BizTalk 2004 SOAP Adapter Tuning, ThreadPool
    ... either the web service or the host, ... BUT i dont believe it is the right way of doing it, ... >second, third, ..., request all executing the same web ...
    (microsoft.public.biztalk.general)
  • Re: VS2005 CF Emulator Web Service HTTP Listener
    ... It contains a piece of code that limits it to accepting HTTP connections only from local host. ... have an emulator app consume the web service. ... Tried changing the URL from localhost to the IP address of the dev machine ...
    (microsoft.public.dotnet.framework.compactframework)

Loading