What is the New Way to Define Browser Capabilities in asp.net 4.0?

Saturday, December 19, 2009


It is browser capabilities providers.


www.codecollege.NET

Where is the browser capabilities object stored in asp.net?


HttpRequest.Browser property


www.codecollege.NET

How will you detect a browser's capabilities in asp.net?


using HttpBrowserCapabilities object .


www.codecollege.NET

How will you set the meta tag description for a page in asp.net 4.0?


using Page.MetaDescription


www.codecollege.NET

How will you set the meta keywords for a page in asp.net 4.0?


using Page.MetaKeywords.


www.codecollege.NET

What are the 2 properties added to the Page class for meta tags in asp.net 4.0?


1. Page.MetaKeywords
2. Page.MetaDescription


www.codecollege.NET

How will you make an application auto-startable in asp.net 4.0?


To use the auto-start feature, an IIS administrator sets an application pool in IIS 7.5 to be automatically started by using the following configuration in the

applicationHost.config file:






www.codecollege.NET
Blog Widget by LinkWithin