What are the advantages of compiling a Web site dynamically in ASP.NET 2.0?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the advantages of compiling a Web site dynamically in ASP.NET 2.0?
Rating:
The following are the advantages of compiling a Web site dynamically in ASP.NET 2.0:
- The response time of a Web site is fast. This is because Web pages and code files do not require to be compiled when a user access the Web site for the first time.
- All the compile-time bugs are detected before a Web site is made available to users.
- A Web site can create its compiled version even without the need of the original source code.
- It is useful for large Web sites that require frequent data updates.
Rating:
Was this information helpful?
Other articles
- What is the XmlTextReader class?
- What is the Web Site Administration Tool?
- What are device emulators?
- What is a remote HTTP-based Web site?
- ASP.NET State Management