In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
This article introduces the knowledge of "what function has been updated by ASP.NET 5 Beta8?". In the operation of actual cases, many people will encounter such a dilemma. Then let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
A major update of ASP.NET 5 Beta 8 is the IIS hosting model, which unifies the hosting model. The previous model of Beta7 implemented another set of hosting mechanisms called "Helios". Two completely different hosting models introduced a lot of complexity and inconsistencies for ASP.NET 5, and the ASP.NET 5 applications hosted in IIS are now forwarded to ASP.NET 5 Kestrel servers using IIS HttpPlatformHandler. HttpPlatformHandler is a native IIS module that needs to be installed by an administrator on IIS's server (installer: x86, x64). The benefits of the new hosting model include:
The IIS application pool does not need to run managed code, similar to running PHP on IIS, and does not load CLR on IIS at all
You no longer need to install the asp.net components of Windows
ASP.NET 4.x module and HttpPlatformHandler can be run simultaneously on IIS
HttpPlatformHandler supports setting environment variables for each process
The ASP.NET 5 project template in Visual Studio has been updated to include the following web.config files in your application's wwwroot folder:
This web.config file adds HttpPlatformHandler to your application and configuration handler and forwards the request to the DNX process. Visual Studio sets the DNX_PATH environment variable to point to the appropriate DNX version of your application.
Another major improvement of ASP.NET Beta 8 is that you can set the target framework to .NET 2.0 and .NET 3.5, just use net20 and net35's target framework in the framework node of your project.json file.
For more documentation on ASP.NET 5, see http://docs.asp.net, where you can find an introduction to the new features of Beta 8 and bug fixes.
Of course, there are still many problems to be fixed, such as the support for .NET Core on CentOS is still a problem, and the full stack of .NET Framework still cannot be run on Linux/Mac, which depends on Mono.
This is the end of the content of "what features have been updated in ASP.NET 5 Beta8". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.