Answer Posted / swapna
ASP (Active Server Pages) and ASP.NET are both server side
technologies for building web sites and web applications .
ASP.NET is Managed compiled code - asp is interpreted. and
ASP.net is fully Object oriented.
ASP.NET has been entirely re-architected to provide a
highly productive programming experience based on the .NET
Framework, and a robust infrastructure for building
reliable and scalable web applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you send an email message from an asp.net web page?
How can we create pie chart in asp.net?
Where are session variables stored?
What is the significance of finalize method in .net?
What is sql data source control in asp.net?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
How can we create a website?
Can we have 2 web config files?
how to retrieve property settings from xml .config file.
Explain about Application and Session Events ?
What is Web Server Control Templates.?
What is the significance of ASP.NET routing?
How do http sessions work?
What is the life-span of the items in the viewstate?
Who can consume WebAPI?