GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP
Go To First  |  Previous Question  |  Next Question 
 ASP  |  Question 127 of 147    Print  
What are the differences between ASP and ASP.NET and is ASP.NET backward cmpatible to ASP.

  
Total Answers and Comments: 5 Last Update: December 01, 2006     Asked by: prabhasana 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 08, 2006 12:27:27   #1  
kirthi_bits Member Since: November 2005   Contribution: 4    

RE: What are the differences between ASP and ASP.NET a...

ASP page is non compiled version ie the ASP compiler (interpreter) executes each line of ASP page when the request for a particular page is made...

Where as ASP.NET page is the pre-compiled version. When we compile the ASP.NET page the .NET compiler compiles the ASP.NET page to the UI assemply.


 
Is this answer useful? Yes | No
August 13, 2006 15:07:35   #2  
krithika        

RE: What are the differences between ASP and ASP.NET a...
The configuration settings are stored in IIS in case of ASP and in ASP.NET they are stored in an XML file.
 
Is this answer useful? Yes | No
August 27, 2006 23:38:20   #3  
Shailesh        

RE: What are the differences between ASP and ASP.NET a...

ASP.NET has web server control which are programmable and very rich in functionality.

ASP completely relies on HTML controls having very limited functionality on Server side

ASP.NET has support for Events on Server side.

ASP does not have Server side Events.

ASP.NET supports state management so developer does not have to code extra to manage the state. eg. ViewState.

ASP developer has to manage the state by coding everything.


 
Is this answer useful? Yes | No
September 26, 2006 14:33:31   #4  
arvind        

RE: What are the differences between ASP and ASP.NET a...
Asp.net has remoting concept...........whereas asp doesn't hav option for remoting
 
Is this answer useful? Yes | No
December 01, 2006 10:51:22   #5  
J Jayaprakash        

RE: What are the differences between ASP and ASP.NET a...

- ASP has limitations it can be coded only in VB script

- ASP.net can use C# and VB.net which support OOPs concepts

- ASP is Interpreted and limitations in libraries supported

- ASP.net has good libraries to support it and can do lot of tasks

- ASP pages to take effect of the configuration changes needs to be set in IIS

- ASP.net configuration changes can be done in Web.Config and it takes effect immediately

- ASP pages do not have ViewState feature to get that effect need to code

- ASP.net has ViewState feature and the ability to retain the state of the controls helps avoid coding for this

- ASP.net has Validation Controls and this can avoid writing JavaScript totally

- ASP.net supports streaming of objects

- ASP.net has rich controls like Datagrid which can make reporting effort less nearly

- ASP.net offers capability of disconnected database connection using DataSet and the same can be connected back to update changes

- ASP.net we have databinding capabilities with the controls using which data can be displayed easily

- ASP.net has Application Block and Error Block code library support avialble from Microsoft


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape