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

Deloying an ASP site

I have developed an SP.NET v1.1 application on my development machine. I
want to deploy it to another server on my LAN. Both systems run XP SP2. What
do I have to do to accomplish this?

Thanks.
Dec 12 '05 #1
4 992
Hello Andrew ,

Build you project , and copy the files to a virtual folder on the target
machine , you may delete the source files if you want

regards

Michel Posseth [MCP]
"Andrew Chalk" <ac****@magnacartasoftware.com> wrote in message
news:OQ**************@TK2MSFTNGP09.phx.gbl...
I have developed an SP.NET v1.1 application on my development machine. I
want to deploy it to another server on my LAN. Both systems run XP SP2.
What do I have to do to accomplish this?

Thanks.

Dec 12 '05 #2
Do I need to install the .NET Framework v1.1?

I copied the whole directory:

C:\Inetpub\wwwroot\CallviewWEB1

to the other server's wwwroot directory and the deafult page is available.
But ASP controls do not seem to be rendering at all.

Regards,

Andrew

"m.posseth" <mi*****@nohausystems.nl> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Hello Andrew ,

Build you project , and copy the files to a virtual folder on the target
machine , you may delete the source files if you want

regards

Michel Posseth [MCP]
"Andrew Chalk" <ac****@magnacartasoftware.com> wrote in message
news:OQ**************@TK2MSFTNGP09.phx.gbl...
I have developed an SP.NET v1.1 application on my development machine. I
want to deploy it to another server on my LAN. Both systems run XP SP2.
What do I have to do to accomplish this?

Thanks.


Dec 12 '05 #3
Andrew,

Here's what I like to do to assure I only deploy necessary files (The
following is an entry from the code library section of my website
www.aboutfortunate.com):

Deploy a web project with only the necessary files
When deploying a .NET web project Visual Studio.NET provides a great method
for getting only the necessary files.

Sample Code:
<!--First, make certain that you have set your web.config file's compilation
tag to debug="false"-->

<compilation defaultLanguage="vb" debug="false"

<!--
(Remember that when you run your code again in Visual Studio.NET you have to
change debug="false" back to "true" again or you'll get a "project is not
configured to be debugged" error.)

Switch your application to "Release" mode using the drop down in Visual
Studio.NET.

Next make certain that your project is highlighted in the solution explorer
by clicking on the web project's name once.

Click on the "Project" menu item in Visual Studio.NET and then click on
"Copy Project".

In the Copy Project window that opens the recommended copy method is "File
Share". Also make certain that the "Only files needed to run this
application" radio button is selected. Finally, click the "OK" button.

You will now have a new website created that contains only the files your
application needs to run. Copy these files to your production server.
-->

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Andrew Chalk" <ac****@magnacartasoftware.com> wrote in message
news:OQ**************@TK2MSFTNGP09.phx.gbl...
I have developed an SP.NET v1.1 application on my development machine. I
want to deploy it to another server on my LAN. Both systems run XP SP2.
What do I have to do to accomplish this?

Thanks.

Dec 12 '05 #4
Andrew,

Yes, the server will have to have the .NET framework running on it.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Andrew Chalk" <ac****@magnacartasoftware.com> wrote in message
news:ut*************@TK2MSFTNGP14.phx.gbl...
Do I need to install the .NET Framework v1.1?

I copied the whole directory:

C:\Inetpub\wwwroot\CallviewWEB1

to the other server's wwwroot directory and the deafult page is available.
But ASP controls do not seem to be rendering at all.

Regards,

Andrew

"m.posseth" <mi*****@nohausystems.nl> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Hello Andrew ,

Build you project , and copy the files to a virtual folder on the target
machine , you may delete the source files if you want

regards

Michel Posseth [MCP]
"Andrew Chalk" <ac****@magnacartasoftware.com> wrote in message
news:OQ**************@TK2MSFTNGP09.phx.gbl...
I have developed an SP.NET v1.1 application on my development machine. I
want to deploy it to another server on my LAN. Both systems run XP SP2.
What do I have to do to accomplish this?

Thanks.



Dec 12 '05 #5

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

Similar topics

5
by: Florent | last post by:
Hi, I run a few sites and I want to log in my main site database when/if there is a problem, (like a page not found or an unknown agent). But I don't want to give direct access to my database...
10
by: Thad | last post by:
Any javascript I could try on this? I've got a popup window on my site with the browser chrome removed. Another site's gone ahead and done a popup to my same .html page. The visitor to that site...
6
by: Jeremy S. | last post by:
Sorry if this is too far OT - I posted this in the IIS group and got no response - so here goes: What would be a good or recommended way to make a Web site in IIS6 inaccessible to users on the...
6
by: Brad | last post by:
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a...
0
by: HackingPSP | last post by:
I saw a lot of requests for a program like this, so I wrote it. Yeah, my site has "PSP software by Auri" but in this case it means "Pretty Sweet Programming" :) There's both a VS2005 add-in and a...
0
by: Wayne Sepega | last post by:
We are using windows 2003 standard server, VSS 2005 and VS 2005 (mostly team dev, but some team arch and suite) We run windows 2003 on our development boxes, this gives us the ability to host...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
3
by: DBLWizard | last post by:
Howdy All, Is it possible to have Visual Studio 2005 create a project form an existing hosted website? In other words I want to be able connect via ftp to my website structure and have it pull...
16
by: Ben Sehara | last post by:
Is there any way I can limit the access to my website? I have a site "A" and I want to allow access to it only from site "B" login user. If someone try to access site "A" directory, I want it...
3
by: John Kotuby | last post by:
Hi all, Within an IFRAME of a standard site constructed of mostly static HTM type pages, I am calling up one page from a large ASP.NET 3.5 site. I have precompiled the ASP.NET site and...
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: 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
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.