RE: How to Deploy Web Application
From: David Guyer [MS] (davguy_at_online.microsoft.com)
Date: 02/19/04
- Next message: Linus: "Re: Again: Can't install EIF-based assemblies using an MSI"
- Previous message: David Keogh [MSFT]: "RE: Filter events, configure filter"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Feb 2004 20:32:23 GMT
Normally, if you just include the Content and Primary Built Output project
output groups in a Web Setup project, usually you'll get an installer that
will install ASP.NET apps correctly.
--- David Guyer - VBQA Deployment Testing This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- >Content-Class: urn:content-classes:message >From: "Nancy Li" <anonymous@discussions.microsoft.com> >Sender: "Nancy Li" <anonymous@discussions.microsoft.com> >Subject: How to Deploy Web Application >Date: Fri, 13 Feb 2004 10:42:54 -0800 >Lines: 35 >Message-ID: <102ca01c3f261$30df35b0$a501280a@phx.gbl> >MIME-Version: 1.0 >Content-Type: text/plain; > charset="iso-8859-1" >Content-Transfer-Encoding: 7bit >X-Newsreader: Microsoft CDO for Windows 2000 >X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 >Thread-Index: AcPyYTDfThdoXGjuQmGT5PI8bRnAAQ== >Newsgroups: microsoft.public.vsnet.enterprise.tools >Path: cpmsftngxa07.phx.gbl >Xref: cpmsftngxa07.phx.gbl microsoft.public.vsnet.enterprise.tools:1782 >NNTP-Posting-Host: tk2msftngxa13.phx.gbl 10.40.1.165 >X-Tomcat-NG: microsoft.public.vsnet.enterprise.tools > >Hello, genius, >I need your helps to deploy my web application correctly. >I have the N-tiers database-driven web application. Allow >me explain more here: >1. Web Pages: UI for data entry and display data. >2. Components: Some user controls, third party server >controls, window form user controls (such as custom >drawing control), and business logical. >3. Web Service: Deal with all transactions to/from >database. > >I have one page which works like a charm in my developing >project. This page contains an object which is the window >form user control (in myWinControlsLib.dll). This control >itself will use a web service to get data from database >and draw a pretty chart based on data. My web service is >located on my local machine. Its URL is like this: >http://localhost/MyService/MasterForce.asmx. > >In my working project, I just added a reference >to "myWinControlsLib.dll". This page works very well as >expect. But when I try to deploy my project, or even copy >my project to another directory. This page doesn't work as >expect. It must be something wrong with that control. It >couldn't talk to web service. Is that web service needed >to do something? I had a class "MasterForceClass.cs" in >that control project generated from my web service by >WSDL. > >So How should I reflect this web service in my deploy >project? Any help will be appreciated. Thanks in advance. > >Sincerely, >Nancy Li > >
- Next message: Linus: "Re: Again: Can't install EIF-based assemblies using an MSI"
- Previous message: David Keogh [MSFT]: "RE: Filter events, configure filter"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|