RE: error deploying web service
From: Dan Rogers (danro_at_microsoft.com)
Date: 12/03/04
- Next message: Dan Rogers: "RE: Can't read/write to Registry"
- Previous message: Dan Rogers: "RE: Configure IIS using C#"
- In reply to: Mark Finkel: "RE: error deploying web service"
- Next in thread: Mark Finkel: "RE: error deploying web service"
- Reply: Mark Finkel: "RE: error deploying web service"
- Messages sorted by: [ date ] [ thread ]
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
>> --------------------
>
>
- Next message: Dan Rogers: "RE: Can't read/write to Registry"
- Previous message: Dan Rogers: "RE: Configure IIS using C#"
- In reply to: Mark Finkel: "RE: error deploying web service"
- Next in thread: Mark Finkel: "RE: error deploying web service"
- Reply: Mark Finkel: "RE: error deploying web service"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|