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.
Latest Answer: IIS - Internet Information Server ...
Latest Answer: Web server (pws on windows 95/98 or IIS on Win NT/WinXP/Win2000) ...
It permits to create more interactive Web Pages. Validation, formatting of web pages can be done. VBScript, JavaScript are some examples.
Latest Answer: Its a high-level programming language that is interpreted by another program at runtime rather than compiled by the computer’s processor as other programming languages (such as C and C++) are These types of languages are client-side scripting languages, ...
VBScript
Latest Answer: ANS: VBScript ...
It is text file that contains details about an ASP application, such as when it should begin and end.
Latest Answer: The Global.asa file is an optional file that can contain declarations of objects, variables, and methods that can be accessed by every page in an ASP application. ...
How will you declare a constant?
Latest Answer: Constants are a type of varialbles that cannot be changed in the life of an ASP page Processing. Once you declare a contant and assign a value. After then we can't change the value of that constant variable. if we try to assign a new value to a constant ...
Arrays are variables that store items of similar information.DIM ARRAY1(4) (declares an array with the name array1 with 5 elements)
Latest Answer: Array: Array store the cariables of the same data types.Dim x()You can use Redim keyword to resize the array.While resizing an array if you want to store the previous values you can use Preserve keyword with the Redim statement ...
Latest Answer: Yes you can resize the array with the help of REDIM keyword.If you want to store the previous elements in the array you can use Preserve keyword with the Redim statement. ...
Up to 60 dimensions.
Latest Answer: Depends on your pc's memory size ...
• Request Object • Response Object • Server Object • Session Object • Application Object
Latest Answer: There are 9 objects they are1. Response2. Request3. Server4. Application5. Session6. ASPError7. ObjectContext8. Filesystem Object9. Dictionary ...
View page << Previous 7 8 9 10 [11] 12 13 14 15 Next >>

Go Top