ASP اسئلة واجوبة المقابلات
فروقات ذات صلة
سؤال 41. What is a TextStream object?
It allows you to access(read/write) the contents of text files stored on the web server.
سؤال 42. What is IIS?
IIS is a Web Server that provides Web services, not only for web pages but also for ftp sites and video and audio services. It integrates with the database facilities of SQL Server.
سؤال 43. What is Request Object?
Gets information from the user. It has five collections by which values can be accessed. They are: Query string, Form, Cookies, Server Variables & Client Certificate.
سؤال 44. What are the special sub-types in VBScript?
EMPTY: has no value
NULL: Value does not exist (conjunction with database)
OBJECT:
سؤال 45. What is Cookies collection?
Cookies are text files that store information about the user by which the web server identifies and marks each different visitor to a web site and determines where a user has been before. A cookie can store information only when the user sends it. Individual cookies are limited to 4KB of data. The maximum number of cookies allowed is 300.
Cookies are stored on client’s machine.
الاكثر فائدة حسب تقييم المستخدمين:
- What is ASP?
- How can you disable the browser to view the code?
- Give the comment Tags for the following?
- What is a "Virtual Directory"?
- What happens to a HTML page?