What is the advantage of using Windows authentication in a Web application?
How would you turn off cookies on one page of your website?
What is asp.net master page?
Which is an advantage of application service providers?
When you use Ajax controls in the ASP.NET application?
Explain the working of passport authentication.
What is caching? Explain.
What is server components?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
In which event of page cycle is the viewstate available?
If you are using components in your application, how can you handle exceptions raised in a component?
How many web config files can be created for an application?
Where is http session stored?
What is the meaning of TestApi?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.