asp+ 2000-10-31 · Zhao in Yesky
Asp+ is the next generation version of ASP, but asp+ not from the ASP3.0 natural evolution, in many ways, asp+ and ASP are essentially different. Asp+ is completely based on modules and components, has better scalability and customization, data processing has introduced a number of exciting new technologies, it is these innovative new features, so that asp+ far beyond the ASP, but also to provide web developers with greater flexibility, Effectively shortens the development lifecycle of Web applications. The perfect combination of asp+ and Windows server/advanced Server provides a more stable, efficient, and secure operating environment for small and even enterprise-scale web business models.
I. The operation and development environment of structural asp+
So far, asp+ is still in beta, and as far as we can see, the Beta review of asp+ is based on Asp+, released at Microsoft's Professional Developers conference in July 2000, and partly based on the. NET Framework The asp+ is included with the SDK preview, and the. NET Framework SDK Preview can be downloaded from the MSDN version.
Asp+ is designed to run in parallel with the ASP, which means that you can use the asp+,asp two versions on your machine at the same time.
To sum up, the current system requirements for running asp+ are:
1. Server-side:
1) Windows server/advanced Server, or Windows Professional
2) IIS5.0
3) asp+ or Microsoft. NET Framework SDK
2. Client:
Internet Explorer5.5
asp+ Development Environment:
Preferred Visual Studio 7.0 (with WYSIWYG designer and debugger, designed for vb,c#,c++ based asp+ programming). Of course, if you're a master, it's not uncommon to use Notepad or visual Studio6.0 or Visual InterDev, except that they don't support new object syntax and server-side controls.
asp+ Development language:
VB (It's time to say Byebye to VBScript), in fact, more precisely, visual Basic. NET. It can also be developed in C # and JScript.