- If I browse just the default.aspx and don't login, will there be a Session Id from me on the server?
- How does the server know if the request is coming from already existing session or a new one?
- How to store user information? (Have you used Membership.Profile)??
- How to block certain IP addresses from accessing your webpages??
- Can I access viewstate on one page from another page?
- How do you make sure the viewstate is available in a WebFarm Environment?
- If you need to store the list of Departments in a company (which changes very infrequently) - which object would you prefer Application or Cache or Session and why??
- When you click on 'logout', what all actions you would perform on the server side??
- How to close the client browser on 'logout' click??
- Error Handling - Will you use both Application_Error() and <CustomError> or only one?? Why??
- How you would improve your website performance?
- Will Session_Start event be called for each request?
- Where does the server store Cache? Can I move it to SQL Server?
- Where does the server store Session Id? What is a cookieless Session?
- How would you do Server Side Paging? Is it different from doing inbuilt paging in GridView?? How??
Pages
▼
Thursday, March 3, 2011
15 ASP.NET Job interview questions (junior to intermediate level)
ASP.NET
No comments:
Post a Comment