473,386 Members | 1,819 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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.

Nov 17 '05 #1
1 1412
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" <dr*******@pcidesign.com>
Sender: "Dave Rettberg" <dr*******@pcidesign.com>
Subject: Web Deployment
Date: Thu, 6 Nov 2003 12:33:39 -0800
Lines: 47
Message-ID: <04****************************@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.


Nov 17 '05 #2

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

Similar topics

2
by: Felix | last post by:
Out of no where I'm starting to get these problems and my Deployment projects won't build anymore. Does anyone have any idea what's causing this? I've tried copying these files from another...
0
by: Mystery Man | last post by:
We want to deploy a large CSharp/SQL Server system. We are successfully using the 'setup project' (under setup and deployment projects) to build our deployed system. With our stored...
4
by: wobbles | last post by:
Hi Everyone, I'm really struggling to get no-touch deployment to work well (if at all, in some cases). Can anyone recommend a good book on this topic? There seem to be a lot of blogs about...
3
by: Steve Brecher | last post by:
VS.NET help on deployment indicates that, while using a deployment project requires administrative access to IIS, " we recommend deploying your project in most cases, because it allows you to take...
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
0
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
3
by: al | last post by:
Hi, Can someone please tell me what is exactly zero deployment in VB.NET. Is it that .NET doesn't need to deal with the registry? If that is the case, then why MS introduced class registry? ...
2
by: Bill Nguyen | last post by:
I ran into this error trying to run an app from Publish.htm. I can't find what is wrong with the deployment. Thanks a million Bill -------- PLATFORM VERSION INFO
6
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is...
7
by: Cirene | last post by:
I used to use the Web Deployment Project with my VS2005 projects. Now I've fully upgraded to VS2008. Do I have to download a new version of the Web Deployment Project? If so where can I find...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...

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.