What is the main Difference Between .Net 2003 and .Net
2005.and also Asp1.1,Asp2.0 and Asp3.0
Answer Posted / pradeep kumar mishra
• Difference b/w .net 2003 & .net 2005
1. vs.net2003 doesn’t carry personal webserver.whereas
vs2005 will carrying personal web server
called asp.net development server
2. Vs.net2003 will create set of different files for
asp.net applications. this makes development complex.
Whereas in vs.net2005 will support project less appln
developement.for asp.net this will create only required
files for asp.net appln. This makes development easier.
3. 2003 will support only code-behind tech.whereas 2005
will support in-page tech and code behind tech.
4. 2003 only support one language for WebPages with in
asp.net appln, whereas 2005 will support different
languages for WebPages with in asp.net appln.
| Is This Answer Correct ? | 21 Yes | 6 No |
Post New Answer View All Answers
What are the five stages in a dlx pipeline? : Dot net architecture
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
How to improve the cache performance? : .NET Architecture
how to use custom field validation
how to add list of items in a web application and win application?
Explain about code access security?
Define the mesi? : Dot net architecture
difference between Response.write,server.transfer and also which one is used when ?
Explain some of the disadvantages due to microsoft.net?
What is the difference between an application and a program?
What is biginteger and when would you use that?
define cache memory? : Dot net architecture
What is .net mobile automatic paging? : Microsoft dot net mobile
what is tracing? Where it used?
What is private constructor? And it's use?