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

S

Steve Franks

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
 
S

Scott Allen

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top