473,415 Members | 1,584 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,415 software developers and data experts.

Deployment to shared host?

VS.NET help on deployment indicates that, while using a deployment project
requires administrative access to IIS, " we recommend deploying your project
[as opposed to just copying it] in most cases, because it allows you to take
advantage of extensive deployment project management features, such as
registration and IIS configuration."

I guess that users of shared web hosts are using copying rather than a
deployment project. What problems might this run into? I.e., what web
application features require "registration and IIS configuration"?

--
For mail, please use my surname where indicated:
st***@surname.reno.nv.us (Steve Brecher)
Nov 17 '05 #1
3 2026
Generally nothing .NET requires registration or IIS configuration.
(Of course your web folder needs to be configured as an IIS application, but
that is standard for any web site.)

You'll only run into problems if you need to use old COM components, or if
you need to access the registry or other sensitive shared areas of the
hosted server.

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net

"Steve Brecher" <St***********@see.sig.at.end> wrote in message
news:ON******************@TK2MSFTNGP10.phx.gbl...
VS.NET help on deployment indicates that, while using a deployment project
requires administrative access to IIS, " we recommend deploying your project [as opposed to just copying it] in most cases, because it allows you to take advantage of extensive deployment project management features, such as
registration and IIS configuration."

I guess that users of shared web hosts are using copying rather than a
deployment project. What problems might this run into? I.e., what web
application features require "registration and IIS configuration"?

--
For mail, please use my surname where indicated:
st***@surname.reno.nv.us (Steve Brecher)

Nov 17 '05 #2
I think you can also control what files go out when you deploy. for
example, do you want your source code to go out with your project? If not,
deploy instead of copy.
"Steve C. Orr, MCSD" <St***@Orr.net> wrote in message
news:ul**************@TK2MSFTNGP10.phx.gbl...
Generally nothing .NET requires registration or IIS configuration.
(Of course your web folder needs to be configured as an IIS application, but that is standard for any web site.)

You'll only run into problems if you need to use old COM components, or if
you need to access the registry or other sensitive shared areas of the
hosted server.

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net

"Steve Brecher" <St***********@see.sig.at.end> wrote in message
news:ON******************@TK2MSFTNGP10.phx.gbl...
VS.NET help on deployment indicates that, while using a deployment project requires administrative access to IIS, " we recommend deploying your

project
[as opposed to just copying it] in most cases, because it allows you to

take
advantage of extensive deployment project management features, such as
registration and IIS configuration."

I guess that users of shared web hosts are using copying rather than a
deployment project. What problems might this run into? I.e., what web
application features require "registration and IIS configuration"?

--
For mail, please use my surname where indicated:
st***@surname.reno.nv.us (Steve Brecher)


Nov 17 '05 #3
Hi Steve,

Just as Steve C and David said, using deployment project is not required if
the directory on the shared host is already configured and you have no
components to register on the host. "Administrative Access" is required
when using the deployment project is because that with deployment project,
you can create virtual directory and configure the setting when installing
the web application on the host. However, these actions require that you
have administrative access to the IIS.

Regards,

Felix Wu
=============
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: "Steve Brecher" <St***********@see.sig.at.end>
Subject: Deployment to shared host?
Date: Sun, 6 Jul 2003 11:52:01 -0700
Lines: 15
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <ON**************@TK2MSFTNGP10.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: brecher.reno.nv.us 216.82.143.39
Path: cpmsftngxa09.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl!TK2MSFTNGP08
..phx.gbl!TK2MSFTNGP10.phx.gblXref: cpmsftngxa09.phx.gbl microsoft.public.dotnet.framework.aspnet:32570
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

VS.NET help on deployment indicates that, while using a deployment project
requires administrative access to IIS, " we recommend deploying your project[as opposed to just copying it] in most cases, because it allows you to takeadvantage of extensive deployment project management features, such as
registration and IIS configuration."

I guess that users of shared web hosts are using copying rather than a
deployment project. What problems might this run into? I.e., what web
application features require "registration and IIS configuration"?

--
For mail, please use my surname where indicated:
st***@surname.reno.nv.us (Steve Brecher)


Nov 17 '05 #4

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

Similar topics

96
by: BadPony | last post by:
Anyone using Peoplesoft on a Federated UDB (shared nothing)Environment on Open System Platforms? Preferably AIX, but any war stories would be good. TEA EB-C
2
by: Scanner2001 | last post by:
This may not be the best group to post to, so if there are any suggestions as to a different group, please let me know. Here is what we are doing, we have a couple of dlls that are shared (i.e....
2
by: John Miner | last post by:
When I set up a deployment project for a web application and execute the resulting .msi installer on the target web server, the installation wizard asks for a virtual directory target. I am...
5
by: DEWright_CA | last post by:
I have a app that I built for a client. I was able to deploy it to a test server without any real issue. I copied the bin folder to my server, copied over the aspx pages and made the virtual...
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? ...
3
by: Jeff G | last post by:
When I build the deployment project for an application everything works. However, the two files instmsia.exe and instmsiw.exe do not appear with the setup files. I may be installing this on...
1
by: Wendy Elizabeth | last post by:
Can you give me some suggestions of why the xml web service is not working? I have an xml web service that works in my visual studio. net 1.1 environment. I setup this project up for deployment...
11
by: Thom Little | last post by:
Create two ASP.NET applications. Run them on the development machine to make sure they are error free. Publish the fist application to the root of a remote webspace. Call a page and see that it...
7
by: Terry Holland | last post by:
I have just created my first asp.net application and I am ready to deploy. The solution consists of the following: A single asp.net assembly to be deployed to web server A number of vb.net...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.