Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger


Thursday, 19 June 2008

ASP interview questions

  1. What is wrong with Request.ServerVariables(”HTTP_REFERER”)?
  2. Why do I get 80020003 errors?
  3. How do I perform a Whois / DNS lookup from ASP?
  4. Why can’t I turn buffering off using Response.Buffer?
  5. Why do I get ‘HTTP/1.0 Invalid Application Name’ errors?
  6. Why can’t I use #EXEC in an ASP page?
  7. Why won’t QueryString values work with Server.Execute?
  8. How do I disable the back/forward buttons?
  9. Why do I get an ‘overflow’ error using CInt?
  10. Why can’t I browse localhost without a connection?
  11. How do I generate a treeview from ASP?
  12. Why do I get 80020009 errors?
  13. How do I get the computer name / IP address of the server?
  14. Why do I get 800A01F9 errors?
  15. Why do I get 80010105 errors?
  16. Why do I get 800A03EC errors?
  17. How do I send a MsgBox or InputBox from ASP?
  18. How do I pad digits with leading zeros?
  19. How do I make sure my servers have the same time?
  20. What is this ‘Cannot detect OS type’ error with NT 4.0 Option Pack?
  21. How do I fix the ::$DATA bug?
  22. How do I convert a name to proper case?
  23. Can I bypass the ten connection limitation in Workstation / Professional?
  24. Why do I get errors in the 800A0001 -> 800A000F range?
  25. Why do I get non-database-related 80004005 errors?
  26. Why do I get errors in the 800A0400 -> 800A041F range?
  27. Why do I get errors in the 800A0030 -> 800A003A range?
  28. Why do I get errors in the 800A03F1 -> 800A03FF range?
  29. How do I read the contents of a remote web page?
  30. Which editor should I use for developing ASP applications?
  31. Why won’t my ASP pages work in IIS 6.0?
  32. How do I prevent my ASP pages from caching?

No comments:

Post a Comment