Active Server Pages (ASP) is a popular simple Microsoft's script engine for dynamically-generated web pages.
Programming ASP websites is made easier by various built-in objects. Each object corresponds to a group of frequently-used functions useful for creating dynamic web pages. In ASP 2.0 there are six such built-in objects: Application, ASPError, Request, Response, Server, and Session. Session, for example, is a cookie-based session object that maintains variables from page to page. Web pages with the ".asp" file extension use ASP, although some Web sites disguise their choice of scripting language for security purposes. The ".aspx" extension is not an ASP page, but an ASP.NET page, another server-side scripting language from Microsoft, based on a mixture of traditional ASP, and Microsoft's .NET technology.
Most ASP pages are written in VBScript, but any other Active Scripting engine can be selected instead by using the @Language directive or the (script language="language" runat="server") syntax. JScript (Microsoft's implementation of ECMAScript) is the other language that is usually available. PerlScript (a derivative of Perl) and others are available as third-party installable Active Scripting engines.
What is the difference between ASP and ASP.NET and why would developers choose one over the other?
•
ASP and ASP.NET
are both server-side technologies
and the similarities basically stop
there. If a developer is interested
in writing less code, we would
recommend ASP.NET. There are a
myriad of other reasons too,
including:
Great tool support provided by
the Visual Studio family and
Expression Studio, which makes
developers more productive and
working with designers much easier
ASP.NET AJAX integrated in the
framework, which allows a better
end-user experience
Breadth of the .NET Framework,
which provides a wealth of
functionality to address both common
scenarios and complex ones too
ASP.NET Starter Kits for Visual Web Developer
ASP.NET Starter Kits for Visual Web Developer
The ASP.NET 2.0 Starter Kits for Visual Web Developer are fully functional sample applications to help you learn ASP.NET 2.0 and accomplish common Web development scenarios. Each sample is complete and well-documented so that you can use the code to kick start your Web projects today!
Modules...These kits, are integrated directly into the Visual Web Developer 2005 Express Edition or Visual Studio 2005 experience. Once you signup for a hosting plan - ask our support to install them on your web site.
Modules: Small Business Site | Personal Web Site | Club Web Site | Time Tracker Web Site | Classifieds Site Starter Kit
TheBeerHouse: CMS & E-commerce Starter Kit | Paypal eCommerce Web Site | DotNetNuke Portal Web Site | Job Site Starter Site | Media Library Starter Kit
Free
Free web site activation
Free domain name pointing
Operating System and Data Center
Microsoft Windows Server 2008
Microsoft Windows Server 2003
Data center - OC-48 SONET
Triple Redundant HVAC system
Automatic Backup
Riding the Next Platform Wave: .NET Framework 4.0
Discover how upcoming enhancements in the .NET Framework 4.0 and Windows Server will simplify the deployment, configuration, management, and scalability of composite applications.
Microsoft .NET Framework 3.5 SP1: Now Available for Download
Microsoft .NET Framework 3.5 service pack 1 contains many new features building incrementally upon .NET Framework 2.0 and 3.0. This update also includes cumulative servicing updates for the .NET 2.0 and 3.0 subcomponents. Scale web site application output caching, build a custom output caching engine, build better website performance with new session state compression, and much more.