|
Home > Archive > BizTalk Server General > October 2004 > Deploy web services without VS.NET
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Deploy web services without VS.NET
|
|
| Andy Rose 2004-10-21, 5:51 pm |
| Hi,
I have created a project containing multiple orchestrations that are all
exposed as web services.
I am now attempting to deploy this to another machine and call them
remotely. I have deployed the projects .dll and created a .msi installer for
the web services. I have then deployed this with it' s binding file, ensure
that access and security setting are correct and that all necessary .dlls are
imported into the gac.
As far as I can tell everything is set up correctly and I can access the
..asmx files for each web service but when I call them in code I get a SOAP
error as follows:
Server was unable to process request. --> File or assembly name
clv5x60e.dll, or one of its dependencies, was not found
Each time it is called it returns a different .dll that it cannot find.
Does anyone have any ideas as to what is going on.
Thank you in advance, Andy
| |
| Andy Rose 2004-10-21, 5:51 pm |
| The second you post a question you discover the answer for yourself.
It seems the culprit is the access permissions to the c:\windows\temp
folder. ASP.NET needs to access this otherwise the aforementioned
SOAPException is thrown. As a temporary fix I have given Everyone full access
to this folder although I will endeavour to make this a bit more secure when
the go live date is hit.
Andy
| |
| Mubarak Elamin [MSFT] 2004-10-21, 5:51 pm |
| Yes, you need to remember to tighten up the permission, giving everyone
permission is not ideal.
--------------------
>Thread-Topic: Deploy web services without VS.NET
>thread-index: AcS3jDOQVSGE19r5SiufTJPasIz2fg==
>X-WBNR-Posting-Host: 212.42.178.73
>From: =?Utf-8?B?QW5keSBSb3Nl?= <AndyRose@discussions.microsoft.com>
>References: <C54CCBAF-A1D8-4C96-9480-C288AE5D164B@microsoft.com>
>Subject: RE: Deploy web services without VS.NET
>Date: Thu, 21 Oct 2004 09:37:06 -0700
>Lines: 8
>Message-ID: <11376CA9-C1C6-4DD3-B2C1-3D514C5B1D96@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.biztalk.general
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.general:20911
>X-Tomcat-NG: microsoft.public.biztalk.general
>
>The second you post a question you discover the answer for yourself.
>It seems the culprit is the access permissions to the c:\windows\temp
>folder. ASP.NET needs to access this otherwise the aforementioned
>SOAPException is thrown. As a temporary fix I have given Everyone full
access
>to this folder although I will endeavour to make this a bit more secure
when
>the go live date is hit.
>
>Andy
>
Mubarak Elamin, BPI Business User Services
This posting is provided as is with no warrantee and it confers no rights
|
|
|
|
|