Saturday, March 24, 2012

Web Deployment

I am attempting to deploy my ASP.NET app to a web server.
I had deployed it once, but realized I hadn't included the
source files in the setup. I uninstalled it from the
server, rebuilt my setup with the source files and re-
installed it on the server. During the installation, I
now get the following error message:

"The specified path 'http://servername/website' is
unavailable. The Internet Information Server might not be
running or the path exists and is redirected to another
machine. Please check the status of this virtual
directory in the Internet Services Manager."

I am logged into the server with administrative
privileges, IIS is running, and the target directory does
not exist on the web server. I have also run windows
installer with the log option and the log file shows these
errors:

------------------
MSI (c) (BC:78): Doing action: WelcomeForm
Action start 12:59:29: WelcomeForm.
Info 2898. VSI_MS_Sans_Serif13.0_0_0, MS Sans Serif, 0
DEBUG: Error 2826: Control Line1 on dialog WelcomeForm
extends beyond the boundaries of the dialog to the right
by 3 pixels
The installer has encountered an unexpected error
installing this package. This may indicate a problem with
this package. The error code is 2826. The arguments are:
WelcomeForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog WelcomeForm
extends beyond the boundaries of the dialog to the right
by 3 pixels
The installer has encountered an unexpected error
installing this package. This may indicate a problem with
this package. The error code is 2826. The arguments are:
WelcomeForm, Line2, to the right
------------------

These errors continue, but they tell me absolutely nothing.

Any ideas or solutions would be greatly appreciated.

Thanks,
Dave Rettberg, MCSD
Professional Consultants, Inc.Those errors you saw are minor and don't affect your install. They are just
UI issues.

You might check IIS Manager to see if it looks like the virtual directory
is still there. One fix for that machine would probably be to install to a
different Virtual Directory name. It sounds like something in the metabase
is confused.

--
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: "Dave Rettberg" <drettberg@.pcidesign.com>
>Sender: "Dave Rettberg" <drettberg@.pcidesign.com>
>Subject: Web Deployment
>Date: Thu, 6 Nov 2003 12:33:39 -0800
>Lines: 47
>Message-ID: <047101c3a4a5$429843a0$a101280a@.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: AcOkpUKYafivQ+V9TJmbWM4ZViAdkg==
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>Path: cpmsftngxa06.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:189102
>NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>I am attempting to deploy my ASP.NET app to a web server.
>I had deployed it once, but realized I hadn't included the
>source files in the setup. I uninstalled it from the
>server, rebuilt my setup with the source files and re-
>installed it on the server. During the installation, I
>now get the following error message:
>"The specified path 'http://servername/website' is
>unavailable. The Internet Information Server might not be
>running or the path exists and is redirected to another
>machine. Please check the status of this virtual
>directory in the Internet Services Manager."
>I am logged into the server with administrative
>privileges, IIS is running, and the target directory does
>not exist on the web server. I have also run windows
>installer with the log option and the log file shows these
>errors:
>------------------
>MSI (c) (BC:78): Doing action: WelcomeForm
>Action start 12:59:29: WelcomeForm.
>Info 2898. VSI_MS_Sans_Serif13.0_0_0, MS Sans Serif, 0
>DEBUG: Error 2826: Control Line1 on dialog WelcomeForm
>extends beyond the boundaries of the dialog to the right
>by 3 pixels
>The installer has encountered an unexpected error
>installing this package. This may indicate a problem with
>this package. The error code is 2826. The arguments are:
>WelcomeForm, Line1, to the right
>DEBUG: Error 2826: Control Line2 on dialog WelcomeForm
>extends beyond the boundaries of the dialog to the right
>by 3 pixels
>The installer has encountered an unexpected error
>installing this package. This may indicate a problem with
>this package. The error code is 2826. The arguments are:
>WelcomeForm, Line2, to the right
>------------------
>These errors continue, but they tell me absolutely nothing.
>Any ideas or solutions would be greatly appreciated.
>Thanks,
>Dave Rettberg, MCSD
>Professional Consultants, Inc.

0 comments:

Post a Comment