What are sessions in asp net?
How to Deploy a project?
You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.
What is content page in asp net?
How long should a session id be?
Where would you use an ihttpmodule, and what are the limitations if any?
How can we Validate a Controls in ASP.NET page using JavaScript?
what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example?
Explain significance of routing? : asp.net mvc
how to include timer or counting time to display next page in asp.net
What are session state modes?
What are strong names?
What is ascx?