What is the key advantage of windows NT challenge/response security?
What problems do the vendors of ODBC technology face with asp/ADO ?
How do you administer connection pooling in iis 3.0
How do you administer connection pooling in iis 4.0
How do you assign construct the where clause without concatenating field, valuepairs??
How can you have different number of cells for each row of a table?
Describe a two tier windows NT domain?
Option Explicit requires that all variable names be defined (with the Dim statement).
Reference:
Reference Link
To enforce variable declaration
Variabiles saved between the sessions (ASP, PHP etc.)
Can be stored in server side or client side (with cookies).
How many data types are supported in vbscript
It supports only one.The varient type
VBScript consists of only one data type (Variant)
Difference between dim object as object and dim obj as myform
Dim object as object --> the general VB object was created
Dim obj as myform --> the myform object was created.
The first one is general object and second one is the specified object.
COM is the component Object Model is a system whch creates application which are binary form that is language independent , object oriented ,modular and reusable .
MFC provides stricter type checking for the return and parameter types of message handler functions. This new behavior notifies the developer of potential problems by flagging potentially unsafe messa...
How do you remotely administer ms iis??
using 1)IIS Manager
2) Terminal Services
3)Remote Administration (HTML) Tool
How do you create drop down combos in HTML ? Select tag
Drop dowm can done through (<select  ...
Java is Platform indepandent Langg,witch can use for web development componant and web site also
Change RecordSet
In what languages in asp written.
ASP code is written in scripting languages -> VB Script, JScript
Hai,
When u put . operator in .NET IDE internally bubble event is raised that corresponding event Handler gets automatically invoked which contains code for identifying properities/methods of an object.
When is marshalling not necessary?
Hai,
When Ever component runs with in client App Domain process then marshalling is not necessary.Marshalling is nothing but gathering or packaging the information into message for transferring across the network requird in distributed environment
Appdomain or Context.