How does an application or page theme differ from a global theme?
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.
How does an application or page theme differ from a global theme?
Rating:
An application or page theme differs from a global theme in the following manner:
| It is available to all Web pages within a single Web application. | It is available to all Web applications of a Web server. |
| It is placed in the App_Themes folder of the Web site. | It is placed in the Themes folder in the default Web root folder. This folder is global to the Web server. |
Rating:
Was this information helpful?
Other articles
- What is the WebPartZone control?
- What is the Login control?
- What is a solution in Visual Studio .NET?
- Adding and Configuring Server Controls to a Web Forms Page Using C# .NET
- How to create a file-based Web site in Visual Studio 2005?