C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
9
Reply
What is ASP?
Yadagiri Reddy
11y
1.4k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
Active Server Pages/Differences between ASP 3.0 and ASP.NET. The most important difference between ASP and ASP.Net is that ASP uses interpreted VBScript or JScript, and ASP.net uses any .Net language (including VB.Net, C#, J#, etc.) compiled. ASP 3.0 left all its code in the front of the application
Munesh Sharma
9y
0
Active Server Pages ASP is a Microsoft Technology
Keerthi Venkatesan
9y
0
ASP means Active Server Page.It single server page processing and running at Web-server(IIS). Feature of ASP.1. Working with HTML5 and CSS32. Working with Ajax and Database module3. It contain OOPS Level architecture.
Mohamed Gani Mn
10y
0
Asp is a Active server page it is a scripting language it does not having a programming
Mahalakshmi Meganathan
10y
0
Active Server Pages used to create the create the dynamic website and web Pages
Yatendra Sharma
10y
0
ASP stands for Active Server Pages ASP is a Microsoft Technology ASP is a program that runs inside IIS IIS stands for Internet Information Services IIS comes as a free component with Windows 2000 IIS is also a part of the Windows NT 4.0 Option Pack The Option Pack can be downloaded from Microsoft PWS is a smaller - but fully functional - version of IIS PWS can be found on your Windows 95/98 CD
Kml Surani
10y
0
ASP is a powerful tool for making dynamic and interactive Web pages.In our ASP tutorial you will learn about ASP, and how to execute scripts on your server.
Nitin Choudhary
10y
0
What is ASP? --> ASP stands for Active Server Pages --> ASP is a Microsoft Technology --> ASP is a program that runs inside IIS --> IIS stands for Internet Information Services --> IIS comes as a free component with Windows 2000 --> IIS is also a part of the Windows NT 4.0 Option Pack --> The Option Pack can be downloaded from Microsoft --> PWS is a smaller - but fully functional - version of IIS --> PWS can be found on your Windows 95/98 CD--> An ASP file is just the same as an HTML file --> An ASP file can contain text, HTML, XML, and scripts --> Scripts in an ASP file are executed on the server --> An ASP file has the file extension ".asp"
Prakash Lakshmanan
11y
0
Active Server Pages (ASP), also known as Classic ASP, is a Microsoft's server-side technology, which helps in creating dynamic and user-friendly Web pages. It uses different scripting languages to create dynamic Web pages, which can be run on any type of browser. The Web pages are built by using either VBScript or JavaScript and these Web pages have access to the same services as Windows application, including ADO (ActiveX Data Objects) for database access, SMTP (Simple Mail Transfer Protocol) for e-mail, and the entire COM (Component Object Model) structure used in the Windows environment. ASP is implemented through a dynamic-link library (asp.dll) that is called by the IIS server when a Web page is requested from the server.
Yadagiri Reddy
11y
0
What is ASP.NET?
What is the basic difference between ASP and ASP.NET?
Message