473,463 Members | 1,525 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

What is required to deploy an ASP.NET 2.0 web site to production?

Can someone please let me know what's required to deploy an ASP.NET 2.0 site
to a production server? I'm not referring to "Copy Web Site" or how to move
the files over, but rather asking about what supporting framework/technology
needs to be installed on the production server.

For instance, I currently have a production web server running IIS 6 on
Win2K3 with old ASP all set up. On my dev box I've been building a new site
with ASP.NET 2.0 beta 2 which is finished. I am waiting for the release
version of VS.NET 2005 and the go live license for it. Once that is
available, what is required for me to install on the production web server
to run the work I've done in my dev box?

It seems like from what I've gathered, all you need to do is install the
..NET framework 2.0 redistributable on a production server. Is that it? So
you just install the .NET framework 2.0, and then copy over your asp.net 2.0
applicaito including web config, bin dir and all .aspx and .aspx.cs files
and then it will run without anything else?

Also I see there is a .NET 2.0 framework beta 2 redistributable. But is
there such as thing for the .NET 2.0 Release Candidate? And if so where can
MSDN subscribers get this? I could not find it. Likewise will MS make the
final release version of the .NET 2.0 framework redistribution available in
conjunction with VS.NET 2005 release on Nov 7?

Thank you!

Steve
Nov 19 '05 #1
1 1656
On Sat, 22 Oct 2005 12:58:46 -0400, "Steve Franks"
<pl****@postreplyhere.com> wrote:

It seems like from what I've gathered, all you need to do is install the
.NET framework 2.0 redistributable on a production server. Is that it? So
you just install the .NET framework 2.0, and then copy over your asp.net 2.0
applicaito including web config, bin dir and all .aspx and .aspx.cs files
and then it will run without anything else?

Yes, that all you need in place to run .net and ASP.NET applications.
Also I see there is a .NET 2.0 framework beta 2 redistributable. But is
there such as thing for the .NET 2.0 Release Candidate? And if so where can
MSDN subscribers get this? I could not find it. Likewise will MS make the
final release version of the .NET 2.0 framework redistribution available in
conjunction with VS.NET 2005 release on Nov 7?


I don't believe there is a seperate download for the CTP versions, you
can find the redistributable for the RC version in the Program
Files\Microsoft Visual Studio
8\SDK\v2.0\BootStrapper\Packages\dotnetfx directory. I'm sure the RTM
version will be available on the MS download site at the time the
product goes to RTM.

--
Scott
http://www.OdeToCode.com/blogs/scott/
Nov 19 '05 #2

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

Similar topics

92
by: Reed L. O'Brien | last post by:
I see rotor was removed for 2.4 and the docs say use an AES module provided separately... Is there a standard module that works alike or an AES module that works alike but with better encryption?...
6
by: Jozef | last post by:
Hello, First off, let me say that I DO own XP Developers edition, so I do have a license to distribute the runtime. What I'm looking for is the bare bones files I need to deploy a runtime...
3
by: Tim_Mac | last post by:
hi, see quote below from http://groups.google.ie/groups?hl=en&lr=&th=36c5d2df211a4d78&seekm=00480961-660F-462D-BBD4-455C8DA26C38%40microsoft.com&frame=off According to the book: "Deploying .NET...
10
by: Alan Silver | last post by:
Hello, I was just looking at aspnet_compiler.exe and thinking how useful it was to have your web site compiled, then I thought that maybe it isn't!! What's the advantage? I would never upload...
2
by: raghu1 | last post by:
I have a test .NET web apps developed in .NET 1.1 unsing Vs 2003. Have to deploy this on a production box that hosts a web site. Here is the structure of production BOX: windows 2003 sp1....
4
by: dev648237923 | last post by:
I develop my application on my dev server and then I deploy it to a customer's production server. I store the db connection string in web.config (is this best practice?). When I deploy I have to...
5
by: Mahernoz | last post by:
Hi Everyone! I have a problem here. I have used the latest asp.net membership & profiles functionality in my site. I have 2 roles admin and user. I also have a user named admin. Now, my...
0
by: Tifer | last post by:
Hello, I am building my first .Net Application. The first couple of Publish and Installs I did went fine. But after a couple of builds, I get a modal dialogue box error every time upon trying...
6
by: =?Utf-8?B?d2lsbGlhbQ==?= | last post by:
Hi, I posted this in wrong group, so just re-post here. There are two ways to create web-based application or web service, from VS start page, click on File and New, two options you can choose,...
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:
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
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: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.