answersLogoWhite

0


Best Answer

The main difference between ASP and ASP.Net is that ASP is interpreted whereas, ASP.NET is compiled. This implies that since ASP uses VBScript; therefore, when an ASP page is executed, it is interpreted. On the other hand, ASP.NET uses.NET languages, such as C# and VB.NET, which are compiled to Microsoft Intermediate Language. Below some other difference are given.

1. Classic ASP uses a technology called ADO to connect and work with databases. ASP.NET uses the ADO.NET technology.

2. ASP has Mixed HTML and coding logic where in asp.net html and coding part are separated by code behind files.

3. ASP.NET purely object oriented whereas ASP is partially object oriented.

4. For ASP No in-built support for XML whereas in ASP.NET full XML Support for easy data exchange.

I think above details help you a lot. I hosted my website at Asp.net hosting of Mywindowshosting.com.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between ASP.net and ASP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is it essential to learn ASP or ASPnet for an FTP server?

No. ASP and ASP.NET are issues of a web server, not an ftp server.


How do you use javascript in aspnet?

Ajax, I believe uses JavaScript + ASP.


What are differences between asp and aspnet?

Asp.net is the new version of asp. It contains the more rich set of controls and library files than asp.net. This site contains some asp.net sample projects that


Difference between ASP and JSP?

The main difference between ASP and JSP is that JSP is more script like and includes Java, whereas ASP does not. Both of these are server side languages.


Regarding lrit What is the difference between the authorised asp and the recognised asp?

An authorised ASP is authorised to test/certify. The recognised ASP is the ASP that provides the Data Centre for that particular Administration.


Definitions of aspnet projects?

ASP NET is a specific type of web development. Part of Microsoft, ASP NET has programs like Visual Studio and Visual Web Developer.


What is the difference between an ASP and an ISP?

ASP means active server pages and ISP means Internet service provider


What are aspnet controls exactly?

ASP NET web server controls are executed when a page containing ASP NET is requested. They are a very usual piece of programming code which is used in web development.


In ASP what is the difference between Error Object and Err Object in detail.?

sorry no answer


Difference between aspnet 2.0 and aspnet 3.5?

Asp.net 3.0 have some new feature Like Windows Presentation Foundation,Windows Communication Foundation,Windows Workflow Foundation,Windows Card Space. these feature doesn't have asp.net 2.0 .


What are the different controls available in aspnet?

There are Three types of controls available in ASP .Net. 1. HTML Controls (Traditional HTML Tags) 2. Web Server Controls (New ASP .Net Tags) 3. Validation Server Controls (To validate Inputs)


What is the difference between asp and servlet?

ASP is a server side technology which enables a developer to combine both HTML & scripting language in the same page. servlets are server side programs written in java.It is platform independent