RE: How to Deploy Web Application

From: David Guyer [MS] (davguy_at_online.microsoft.com)
Date: 02/19/04


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
>
>


Relevant Pages

  • Re: Embedded UserControl accessing ws-security web service
    ... >>When they open a page with my embedded user control the control needs to ... >>call the web service and pass their credentials. ... >>I need to be able to get the user's credentials into the UserControl ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: image not rendered when expected
    ... magically do a mapping from my server file location to a URL in the HTML it ... ImageURL method on the control). ... I verified that the file accessed from the web service was actually ... placed in its target location. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: image not rendered when expected
    ... Use "view source" to see the rendered HTML. ... ImageURL method on the control). ... I verified that the file accessed from the web service was actually placed ... in its target location. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Program freeze when updating control on background form
    ... This web service call collects some data from a remote service, ... Changes to the data provokes the bound control to copy the changes, ... raising one of the many changed events. ... the Visible property should be false) that I could check the Visible property ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: can this be done? use a webcontrol from a webservice?
    ... A Web Control is a UI. ... A Web Service is an API. ... > on the web interface we have a web custom control that wraps up our ... > with the database through web services. ...
    (microsoft.public.dotnet.framework.aspnet)