473,657 Members | 2,419 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

asp.net 2.0 on production server

I'm too excited about the new features in 2.0. I'm think about installing
beta 2 to my live production server.

Is there going to be any problems running .net framework 2.0 beta 2 on a
production web server? security issues? compatibility with existing com,
..net 1.0, 1.1 apps?

Do you guys know of any high profiles thats running .net 2 beta 2?

What is the expected release date of the final version?

Thanks in advance,
Aaron
Jul 21 '05 #1
4 1214
I peronally would not expect the final release to be any earlier than
September. There are several companies now offering 2.0 Hosting one BETAII
to allow people to get ready.

I think you are playing a dangerous game by putting it on your production
server, there is allways a danger that features may be dropped from the
final release, Microsoft are at liberty to do this if they deem it needed.

--
Terry Burns
http://TrainingOn.net
"Aaron" <ku*****@yahoo. com> wrote in message
news:eZ******** ******@TK2MSFTN GP12.phx.gbl...
I'm too excited about the new features in 2.0. I'm think about installing
beta 2 to my live production server.

Is there going to be any problems running .net framework 2.0 beta 2 on a
production web server? security issues? compatibility with existing com,
.net 1.0, 1.1 apps?

Do you guys know of any high profiles thats running .net 2 beta 2?

What is the expected release date of the final version?

Thanks in advance,
Aaron

Jul 21 '05 #2
I peronally would not expect the final release to be any earlier than
September. There are several companies now offering 2.0 Hosting one BETAII
to allow people to get ready.

I think you are playing a dangerous game by putting it on your production
server, there is allways a danger that features may be dropped from the
final release, Microsoft are at liberty to do this if they deem it needed.

--
Terry Burns
http://TrainingOn.net
"Aaron" <ku*****@yahoo. com> wrote in message
news:eZ******** ******@TK2MSFTN GP12.phx.gbl...
I'm too excited about the new features in 2.0. I'm think about installing
beta 2 to my live production server.

Is there going to be any problems running .net framework 2.0 beta 2 on a
production web server? security issues? compatibility with existing com,
.net 1.0, 1.1 apps?

Do you guys know of any high profiles thats running .net 2 beta 2?

What is the expected release date of the final version?

Thanks in advance,
Aaron

Jul 21 '05 #3
Resist the temptation to put beta software on a mission critical production
server.
You're asking for problems. Don't you have enough problems as it is?
I suggest you use a separate server for ASP.NET 2.0 so you isolate any
problems that you (will) encounter.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Aaron" <ku*****@yahoo. com> wrote in message
news:eZ******** ******@TK2MSFTN GP12.phx.gbl...
I'm too excited about the new features in 2.0. I'm think about installing
beta 2 to my live production server.

Is there going to be any problems running .net framework 2.0 beta 2 on a
production web server? security issues? compatibility with existing com,
.net 1.0, 1.1 apps?

Do you guys know of any high profiles thats running .net 2 beta 2?

What is the expected release date of the final version?

Thanks in advance,
Aaron

Jul 21 '05 #4
Resist the temptation to put beta software on a mission critical production
server.
You're asking for problems. Don't you have enough problems as it is?
I suggest you use a separate server for ASP.NET 2.0 so you isolate any
problems that you (will) encounter.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Aaron" <ku*****@yahoo. com> wrote in message
news:eZ******** ******@TK2MSFTN GP12.phx.gbl...
I'm too excited about the new features in 2.0. I'm think about installing
beta 2 to my live production server.

Is there going to be any problems running .net framework 2.0 beta 2 on a
production web server? security issues? compatibility with existing com,
.net 1.0, 1.1 apps?

Do you guys know of any high profiles thats running .net 2 beta 2?

What is the expected release date of the final version?

Thanks in advance,
Aaron

Jul 21 '05 #5

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

Similar topics

3
2596
by: yoda | last post by:
Hi Guys, I've been used to deploying code to the production server by checking out of subversion and manually sorting out any kinks. (yes, I know, it sounds primitive) I realize I'm losing so much time I could spend more productively. I'd therefore like to know the different approaches you guys employ to deploy builds from your staging servers (or laptops:) to the production server in an automated repeatable safe manner.
7
1862
by: Yasaswi Pulavarti | last post by:
I have three instances with a database each on a production server. I need to replicate the databases on a qa server once a week. I installed administration client on qa server. How do I go about replicating the production databases on to the qa server. Please help. Yasaswi
4
2424
by: Benne Smith | last post by:
In our company, i have three servers; 1) a development server (mine only - here i make daily changes and test my stuff) 2) a test server (for the users to test milestone builds - changes weekly) 3) production server (for when a new build is fully tested, and stable) The problem is that the connectionstring in the web.config, should be replaced with something else, for each of the enviroments.
6
2664
by: Klaus Jensen | last post by:
Hi! I have a pretty traditional setup where I develop on my local PC and the use "Copy Project" to deploy to the production enviroment.. In web.config I need different values for connectionstrings etc for development and production - pretty normalt stuff. Currently I edit the web.config manually before deploying, and have never forgotten - but I know it is a matter of time before I or a colleague do.
10
4886
by: Scott | last post by:
I have a simple asp.net app which works fine in debug mode, but crashes on the following line when I run it on the production server: Dim dt As DataTable I have tried the following variations which produce the same result: Dim dt As System.Data.DataTable Dim dt As DataTable = New DataTable The error message reads: System.NullReferenceException: Object reference
3
1737
by: Web Team | last post by:
Server Error in '/netapps' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference...
1
1671
by: Steve Franks | last post by:
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...
3
2203
by: savvy | last post by:
I'm using "Visual Studio 2005 Professional". I'm half way through in my project development. I've created a New Website in the Visual Studio 2005 and developing my project over there. When i wanted to test my current project on the main production server its giving an error saying "Could not load collection5". the page directive of the .aspx file is <%@ Page Language="C#" MasterPageFile="~/home.master" AutoEventWireup="true"...
2
1980
by: gsauns | last post by:
Hello, I have just put a new virtual server in place that I intend to make my development server. I would like to develop and test on that new server, and host my production apps on my production server. I also have identical databases on each server. Now, when I first brought up my app by going to the development server's URL, I got an access denied error on a Connection String in my app. OK, fine, I can just change it to fit my...
6
5349
by: Bobby Edward | last post by:
Using ASP.NET 3.5 and MySQL (thru DevArt MyDirect.NET)... On the production server I get a "Parser Error" for every XSD dataset. It works perfect on my dev machine. But, on the production server I get the error. To troubleshoot the issue I went back to my dev machine and changed all the connectionstrings from localhost to the remote/production server db and made sure everything works fine. I then uploaded all the files to the...
0
8402
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8315
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8829
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8734
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7341
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5633
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4164
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4323
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1962
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.