Upgrading ASP.NET 1.x to ASP.NET 2.0 Actualizar a ASP.NET 1.x ASP.NET 2,0
Last time, I speak in Hong Kong .NET UserGroup Monthly Gathering in 2007 Sept right after MSDN Seminar, the topic was “Experience Sharing: Upgrading ASP.NET 1.x –> 2.0 –> AJAX”. La última vez, hablo en Hong Kong. NET Encuentro mensual de usuarios en 2007 justo después de Septiembre Seminario MSDN, el tema fue "La experiencia Compartir: Actualización de ASP.NET 1.x -> 2,0 -> AJAX". Well, I also promised that i will blog about it. Bueno, yo también he prometido que voy a blog acerca de ello. Actually, it is nothing new and it is nothing special. En realidad, no es nada nuevo y es nada especial. I just shared my experience on how I upgrade ASP.NET 1.1 to 2.0 and how to enable AJAX. Acabo de mi experiencia compartida sobre cómo mejorar ASP.NET 1,1 a 2,0 y la forma de permitir que AJAX.
First, I am not sure if you know that, in .NET framework 2.0, there is 2 types of Web Projects, ASP.NET 2.0 Web Site and ASP.NET 2.0 Web Application. En primer lugar, no estoy seguro si sabe que, en. NET Framework 2,0, hay 2 tipos de proyectos Web, ASP.NET Web Site 2,0 y 2,0 ASP.NET Web Application. You may refer to the following link for more information if you would like to read more. Usted podrá hacer referencia a la siguiente vínculo para obtener más información si desea leer más.
Introduction to Web Application Projects Introducción a los proyectos de aplicación Web
http://msdn2.microsoft.com/en-us/library/Aa730880(VS.80).aspx http://msdn2.microsoft.com/en-us/library/Aa730880 (VS.80). ASPX
If you are going to upgrading your existing ASP.NET 1.x project, you should choose to be using ASP.NET 2.0 Web Application project. Si va a actualizar su actual proyecto ASP.NET 1.x, tendrá que seleccionar a estar usando ASP.NET Web Application 2,0 proyecto. This is the message from one of ScottGu’s blog, Tutorial on VB and C# are also mentioned. Este es el mensaje de uno de ScottGu's blog, en Tutorial VB y C # también se mencionan.
“Because the VS 2005 Web Application Project model has the same conceptual semantics as the VS 2003 Web Project Model, it also makes migrating VS 2003 web projects very, very easy – with zero/minimal code changes "Debido a que el VS 2005 Web Application Project modelo tiene la misma semántica conceptual como el VS 2003 Web del Proyecto Modelo, sino que también migran VS 2003 proyectos web muy, muy fácil â €" con cero / mínimos cambios en el código
…
Written by kenlin@HK [MVP] on Escrito por kenlin @ HK [MVP] en October 30th, 2007 30 de octubre de 2007 with con no comments No hay comentarios . .
Read more articles on Leer más artículos sobre Introductions Introducciones and y .NET Framework . NET Framework and y Visual Studio Visual Studio . .














