1. What is the core difference between ASP and ASP.NET and why do you want to migrate from asp to asp.net2. What is the diff b/w HTML server Controls and Web Server Controls3. How sessions are handled in ASP Vs ASP.NET4. How versions are controlled in ASP Vs ASP.NET5. Explain the concurrency problems using DATASETS6. what is XSD and XSLT. what is XML and what are the types of XML7. What are web services

Questions by mak1600

Showing Answers 1 - 3 of 3 Answers

amansama77

  • Apr 24th, 2006
 

There are many difference between asp and asp.net

In asp.net the programming approach used is Object oriented programming with which you can create scallable application seperating presentation layer from business logic.

asp.net provides build in security ,authentication nad authorization machinism.

asp.net provides better database programming access then asp using ado.net(which also provides disconnected data operations)

there are many advantages these are few to name .You search using google.

  Was this answer useful?  Yes

firestormua

  • Oct 29th, 2007
 

ASP.NET support cookieless session, storing session in separate process, on another machine, in DB.

Html web controls does not differ much from regular ASP.NET web controls. However, some event names are diffrent.

  Was this answer useful?  Yes

skmeer

  • Oct 30th, 2007
 

Web Services are publishing services on the internet towards different clients in platform independent environment.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions