Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 1.0 and Visual Studio.NET > VS.NET 2002/2003
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 6th, 2007, 06:11 AM
Authorized User
 
Join Date: Jan 2004
Posts: 11
Thanks: 1
Thanked 0 Times in 0 Posts
Send a message via Yahoo to adyrotaru
Default Setup webservice will install in companyweb Opþiun

Hi

I'm using VSNET 2003 (with .NET framework 1.1) to develop a
webservice. All went fine, until I needed to create the setup for it.
For that, I have created a new project (File/New/Project, then Setup
and Deployment Projects/Web Setup Project).
I managed to create the setup and all goes fine on non-server systems
(like XP Pro).
On XP Pro systems, the setup creates a virtual directory under Default
Web Site website. All goes perfect, as after installing, I am able to
access the webservice at the following addreses:
- from local machine: http://localhost/mywebservice/service.asmx
- from intranet: http://machine_name/mywebservice/service.asmx
- from internet (when published): http://server_IP_addrress/mywebservice/service.asmx


On Windows 2003 server systems (including SBS 2003), the setup will
always install under companyweb site of the local machine. I am not
willing to publish this site or make some extra configurations on
those systems. I just want the setup to install my webservice under
the same "Default Web Site" website, so I'll be able to access the
webservice the same way I do for XP Pro systems.
If I manually add the webservice under the "Default Web Site" site as
a virtual directory, it works ok.


I mention that the setup doesn't allow me to choose the parent
website.
Should I configure the setup project to instruct it to install the way
I want it? I searched for such configuration options, but no luck.


Any ideea would be of great help.
Thanks.




__________________
smile... tomorrow will be better





Similar Threads
Thread Thread Starter Forum Replies Last Post
setup using Install Shield chiku VB How-To 0 October 30th, 2007 05:32 AM
How to install Visio with a .NET setup Nazma C# 0 August 15th, 2005 02:18 AM
How to install Visio with a .NET setup Nazma BOOK: Professional C#, 2nd and 3rd Editions 0 August 15th, 2005 01:37 AM
Help me about WebService hueduongit .NET Web Services 2 June 3rd, 2004 09:51 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.