- Home
- ASP And ASP.NET
ASP And ASP.NET Articles Tutorials
Active Server Pages (ASP) is a Microsoft technology that lets you combine HTML pages, script commands, and COM components to create interactive web pages or web-based applications that are easy to modify. ASP.NET combines Active Server Pages with the .NET Framework. This technology allows you to create dynamic web applications. ASP.NET pages work in all browsers. Best of all, ASP.NET lets you build web pages using less code than you need with classic ASP.
Convert To Basic And Dynamic Disks In Windows Xp
- By Richard Richi
- Published 04/28/2007
- ASP And ASP.NET , IT Tips And Tricks , Windows NT 2000 Win XP 2003
- Unrated
Windows XP Professional supports two types of disk storage: basic and dynamic. Basic disk storage uses partition-oriented disks. A basic disk contains basic volumes (primary partitions, extended partitions, and logical drives).
ASP.Net
- By Lyli mee
- Published 03/12/2007
- ASP And ASP.NET
- Unrated
ASP.NET is a technology for creating dynamic Web applications. It is part of the .NET Framework; you can author ASP.NET applications in most .NET compatible languages, including Visual Basic, C#, and J#. ASP.NET pages (Web Forms) are compiled, providing better performance than with scripting languages. Web Forms allow you to build powerful forms-based Web pages. When building these pages, you can use ASP.NET server controls to create common UI elements, and program them for common tasks. These controls allow you to rapidly build a Web Form out of reusable built-in or custom components, simplifying the code of a page.
ASP.Net Programming
- By Samee Jhor
- Published 03/12/2007
- ASP And ASP.NET
- Unrated
ASP.NET, the next version of ASP, is a programming framework used to create enterprise-class Web Applications. These applications are accessible on a global basis leading to efficient information management. The advantage ASP.NET offers is more than just the next version of ASP.
Setting up a Test Server on Your Own Computer
- By Jhon Mark
- Published 03/11/2007
- ASP And ASP.NET , IIS
- Unrated
When you’re developing a website, you need to see it in action on a real server, to see how it will work. While you could upload your pages to your web host every time you make a change, this quickly gets time-consuming and tiresome. Wouldn’t it be great if you could have a little test server of your own? Well, the server is nothing but a piece of software – so you can! Please note that, for the purposes of this article, I will assume you’re using Windows as your operating system.
ASP Scripting Languages
- By Lyli mee
- Published 03/11/2007
- ASP And ASP.NET
- Unrated
An ASP file normally contains HTML tags, just like an HTML file. However, an ASP file can also contain server scripts, surrounded by the delimiters < % and %>. Server scripts are executed on the server, and can contain any expressions, statements, procedures, or operators valid for the scripting language we prefer to use.
ASP Domains
- By Mike Tayler
- Published 03/11/2007
- ASP And ASP.NET
- Unrated
ASP Hosting
- By Jhon Mark
- Published 03/11/2007
- ASP And ASP.NET
- Unrated
If we want our Web Site to be visible to the world, it has to be hosted on a Web Server.
Web Server
ASP and Features
- By Jhon Mark
- Published 03/11/2007
- ASP And ASP.NET
- Unrated
ASP stands for Active Server Pages. It is a Microsoft Technology. ASP is a program that runs inside Internet Information Services. To run IIS, we need Windows NT or later. PWS is a smaller, but fully functional version of IIS. To run PWS, we need Windows 95 or later. InstantASP, ChiliASP are technologies that run ASP without Windows Operating System.
Dynamically Using Methods in ASP.NET
- By Jhon Mark
- Published 01/2/2007
- ASP And ASP.NET
- Unrated
In this article, young Jhon will explain how one would execute a method without actually calling it.
What is .Net and Where is ASP.NET?
- By Jhon Mark
- Published 01/2/2007
- ASP And ASP.NET
- Unrated
This article is desiged for those you wish to learn a little bit about the .Net framework. Not only will it show you how .Net operates, it will explain where ASP.NET fits in.What is .NET, though? If you check out Microsoft's .NET Page, it is described as "Microsoft's platform for XML Web services." Microsoft also describes .NET as a way of delivering software services.
