473,786 Members | 2,304 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web service deployment on server with multiple sites


Please excuse me if this is an often asked question, but I've been unable to
locate an answer.

I have a web service that I've packaged up using a VS.NET 2003 "Web Service
Deployment" project. When I go to install it on the server, which hosts about
a dozen different sites, the install fails saying the "specified path ... is
unavailable". The path it has tried to install under is for the default site
on the host.

How do I specify which of the sites that are hosted on this server the web
service should be installed into?

-brian

Nov 23 '05 #1
2 1527
Hi,

You can try the following to solve your problem...

Open the wsdl file and browse for the <service name> node. Under that you
may see paths for the ports. By editing those paths you may solve yoiur
problem hopefully.

Cheers,

Jerome. M
"Brian Cuthie" wrote:

Please excuse me if this is an often asked question, but I've been unable to
locate an answer.

I have a web service that I've packaged up using a VS.NET 2003 "Web Service
Deployment" project. When I go to install it on the server, which hosts about
a dozen different sites, the install fails saying the "specified path ... is
unavailable". The path it has tried to install under is for the default site
on the host.

How do I specify which of the sites that are hosted on this server the web
service should be installed into?

-brian

Nov 23 '05 #2

Reading my original message, I realize my question wasn't clear. So here it
is in a different form:

How can I create a web deployment project that allows me to select which of
the web sites hosted on a server it gets installed into. From what I can tell
it always wants to install into the default site only.

Thanks

-brian

"DotNetJero me" wrote:
Hi,

You can try the following to solve your problem...

Open the wsdl file and browse for the <service name> node. Under that you
may see paths for the ports. By editing those paths you may solve yoiur
problem hopefully.

Cheers,

Jerome. M
"Brian Cuthie" wrote:

Please excuse me if this is an often asked question, but I've been unable to
locate an answer.

I have a web service that I've packaged up using a VS.NET 2003 "Web Service
Deployment" project. When I go to install it on the server, which hosts about
a dozen different sites, the install fails saying the "specified path ... is
unavailable". The path it has tried to install under is for the default site
on the host.

How do I specify which of the sites that are hosted on this server the web
service should be installed into?

-brian

Nov 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1747
by: Teeravee Sirinapasawasdee | last post by:
Hi, all After I have learnt about XML Web Service, I have questions about deploying XML Web Service and application that call the XML Web Service. When we develop windows application or web application that call XML Web Service, we have to add web reference, right? But now I don't know the way how to build it to be dynamic. I mean when I deploy my application to another environment, how can my application know URL of XML Web Service if...
4
2145
by: yabba | last post by:
w2k server... after rebooting the event viewer/application log shows multiple restarts of Active Server Pages and they continue to build in memory as each start produces a IWAM_SERVERNAME in the task manager. there might be 10 - 20 starts without a stop... when I restart iis services it takes a long time as each started service is stopped and the associated IWAM_SERVERNAME is closed. this seems to be something new and when checking...
3
1282
by: Nguyen | last post by:
Hello, Does anyone know of a "best practice" for deploying an application in an intranet for .NET I was going to create an install package for the exe, but that would seem like a maintenanc nightmare when I need to deploy new versions of the application. If I put the exe on a file server I have to deal with code access security What would be the best way to do it with the least headache Can some help? Thanks ahead
1
2737
by: Wendy Elizabeth | last post by:
Can you give me some suggestions of why the xml web service is not working? I have an xml web service that works in my visual studio. net 1.1 environment. I setup this project up for deployment doing the following steps: 1. add a web setup project called "testaddr". 2. in file system window, select Web Application folder. 3. in the left pane of the file system window, right-click web application, point to add, and then click output...
4
1345
by: feng | last post by:
Hi, I need to implement a function, GetAllFiles, of a web service that once called, returns all the files in a folder to the caller. My question is: what is the best way to implement this function? If it is just one file, I can use FileSteam's OpenRead and return a Byte array to the caller. But in my case I need to transfer multiple files and I don't think calling the function mutiple times in a loop is very efficient. What
1
1772
by: Marc Gravell | last post by:
The problem: I want to have a (.NET 2.0) smart-client talking to an (IIS, ASP.NET 2.0) web-server to consume web-services. The authentication on the web-service is bespoke (I mention this just for completeness; essentially, the web-service is running (in configuration terms, at least) as anonymous - which is *not* to say that the methods can be called arbitrarily!). Anyway... (back to the point): the web-service needs to call down to...
1
3476
by: Wendy Elizabeth | last post by:
Can you give me some suggestions of why the xml web service is not working? I have an xml web service that works in my visual studio. net 1.1 environment. I setup this project up for deployment doing the following steps: 1. add a web setup project called "testaddr". 2. in file system window, select Web Application folder. 3. in the left pane of the file system window, right-click web application, point to add, and then click output...
12
5342
by: Noel | last post by:
Hello, I'm currently developing a web service that retrieves data from an employee table. I would like to send and retrieve a custom employee class to/from the webservice. I have currently coded the custom employee class and have built it as a separate library (employee.dll). This employee.dll is being referenced by both the web service and the windows application. I face the following problem when I send this class to the webservice.
6
2092
by: Adam Clauss | last post by:
We have a service written in C#. The generated code "hardcodes" the service name into the exe. We have a situation where we would like to allow multiple Windows Services to be defined. These would differ by the command-line parameters passed to the .exe to give it a different configuration. Is there a way to do this? --
0
9491
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10357
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10163
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10104
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9959
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8988
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5532
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4063
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3668
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.