View previous topic :: View next topic |
Author |
Message |
vijaykd -
Joined: 27 Oct 2002 Posts: 3 Location: Chennai
|
Posted: Fri Dec 07, 2007 10:29 am Post subject: Asp 3.5 |
|
|
Hi,
I would like know if the application created with Asp.net 3.5 is it supported with the new version of abyss web server?
Awaiting your response!
Thanks ! |
|
Back to top |
|
|
aprelium-beta -
Joined: 24 Jun 2004 Posts: 383
|
Posted: Sun Dec 09, 2007 1:59 pm Post subject: Re: Asp 3.5 |
|
|
vijaykd wrote: | Hi,
I would like know if the application created with Asp.net 3.5 is it supported with the new version of abyss web server?
Awaiting your response!
Thanks ! |
Short answer: give it a try. ;)
Long answer: .NET 3.5 is tot a big revolution when compared to 2.0. It contains the same ASP.NET engine but adds several new libraries/assemblies for extra features (such as AJAX support).
So far, we're still doing tests on it. If .NET 3.5 needs special processing, we'll add support for it in an upcoming minor release (version 2.5.1 or 2.5.2). Otherwise the .NET 2.0 support will work just fine. _________________ Beta Testing Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
|
yarns -
Joined: 18 Feb 2008 Posts: 8
|
Posted: Mon Feb 18, 2008 6:03 pm Post subject: |
|
|
Hello,
how tests going?
I bought X2 version and very curious about incoming update. Any suggestion about release date or at least work progress? I dont wanna bugging you all guys but got asp.net 3.5 application which isnt comaptibile with 2.0 and need serve it asap.
Greetings
P.S.
Sorry for my english...i know that its crappy |
|
Back to top |
|
|
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Feb 25, 2008 5:53 pm Post subject: |
|
|
yarns,
According to our tests, setting an ASP.NET 3.5 application in Abyss Web Server requires:
* Installing the .NET 3.5 framework
* Declaring the application in Abyss Web Server as a .NET 2.0 framework application.
Actually, ASP.NET 3.5 is no more than ASP.NET 2.0 + a few extras that are controlled at execution time with the web.config file. If the web.config files contains information that the application is a 3.5 one, ASP.NET 2.0 will use the new 3.5 compilers and assemblies. Otherwise, it will continue using the old ones. In both cases, the operation is transparent to the Web server and the ASP.NET connector used by Abyss Web Server.
If you have a specific example of an application that does not work using that settings, please let us know.
We have done several tests with ASP.NET 3.5 specific applications (using LINQ and the new integrated AJAX support) and they worked fine. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
|
sandypeter111 -
Joined: 11 Nov 2008 Posts: 19
|
Posted: Fri Nov 14, 2008 8:45 pm Post subject: RE : |
|
|
VS 2008 and .NET 3.5 include a ton of new features for ASP.NET development. We are planning to deliver even more ASP.NET functionality next year with a "ASP.NET 3.5 Extensions" release. The first public preview of this will be available for download next week on the web.
Next week's ASP.NET 3.5 Extensions preview release will include:
* ASP.NET MVC: This model view controller (MVC) framework for ASP.NET provides a structured model that enables a clear separation of concerns within web applications, and makes it easier to unit test your code and support a TDD workflow. It also helps provide more control over the URLs you publish in your applications, and more control over the HTML that is emitted from them. You can learn more about it from Part 1 of my ASP.NET MVC Tutorial series. I'm hoping to find time this weekend to write and post Part 2 of the series.
* ASP.NET AJAX Improvements: New ASP.NET AJAX features in the ASP.NET 3.5 Extensions release will include better browser history support (back/forward button integration, and server-side history management support via a new <asp:history> server control), improved AJAX content linking support with permalinks, and additional JavaScript library improvements.
* ASP.NET Dynamic Data Support: The ASP.NET 3.5 Extensions release will deliver new features that enable faster creation of data driven web sites. It provides a rich scaffolding framework, and enables rapid data driven site development using both ASP.NET WebForms and ASP.NET MVC.
* ASP.NET Silverlight Support: With the ASP.NET 3.5 Extensions release we'll deliver support for easily integrating Silverlight within your ASP.NET applications. Included will be new controls that make it easy to integrate Silverlight video/media and interactive content within your sites.
* ADO.NET Data Services: In parallel with the ASP.NET Extensions release we will also be releasing the ADO.NET Entity Framework. This provides a new modeling framework that enables developers to define a conceptual model of a database schema that closely aligns to a real world view of the information. We will also be shipping a new set of data services (codename "Astoria") that make it easy to expose REST based API endpoints from within your ASP.NET applications.
=================
Web Based Project Management Software | Small Business IT Support | Project Management Software
" Anyone who knows how to lose can certainly learn how to win."
Last edited by sandypeter111 on Wed Dec 30, 2009 11:02 am; edited 2 times in total |
|
Back to top |
|
|
sandypeter111 -
Joined: 11 Nov 2008 Posts: 19
|
Posted: Fri Nov 14, 2008 8:51 pm Post subject: RE : |
|
|
eyword optimization, the art of choosing the correct keywords, is one of the most important things related to search engine
optimization. Sadly, it's also one of the things people tend to spend too little time on. They think up a few keywords quickly, optimize their pages a bit and then submit them to the engines. This usually results in not-so-good rankings under keywords that are poorly related to the site in question.
Last edited by sandypeter111 on Wed Dec 30, 2009 11:02 am; edited 2 times in total |
|
Back to top |
|
|
kfparri -
Joined: 05 Jul 2008 Posts: 4
|
Posted: Tue Dec 02, 2008 5:47 pm Post subject: |
|
|
aprelium wrote: | yarns,
According to our tests, setting an ASP.NET 3.5 application in Abyss Web Server requires:
* Installing the .NET 3.5 framework
* Declaring the application in Abyss Web Server as a .NET 2.0 framework application.
Actually, ASP.NET 3.5 is no more than ASP.NET 2.0 + a few extras that are controlled at execution time with the web.config file. If the web.config files contains information that the application is a 3.5 one, ASP.NET 2.0 will use the new 3.5 compilers and assemblies. Otherwise, it will continue using the old ones. In both cases, the operation is transparent to the Web server and the ASP.NET connector used by Abyss Web Server.
If you have a specific example of an application that does not work using that settings, please let us know.
We have done several tests with ASP.NET 3.5 specific applications (using LINQ and the new integrated AJAX support) and they worked fine. |
Does the current version of abyss also work for Silverlight 2? |
|
Back to top |
|
|
rrinc -
Joined: 24 Feb 2006 Posts: 725 Location: Arkansas, USA
|
Posted: Wed Dec 03, 2008 5:08 am Post subject: |
|
|
Silverlight is a client-side technology. The server only serves the files. The person viewing the website needs the silverlight plugin. Nothing has to be done on the server. _________________ -Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados. |
|
Back to top |
|
|
|