Severalusersfromthesamelocationarereportingproblemsaccessingtheintranetserver.An administratorhasverifiedthatnootherremoteareasarehavingissuesconnectingtothesame server. WhichofthefollowingstepsshouldtheadministratorperformNEXT?()
A. Determinewhathaschanged
B. Testasolution.
C. Establishthemostprobablecause
D. Escalatetheproblemtotherightsection
查看答案
若表单提交时采用的是POST方法,则服务器端要获得表单所提交的数据,应采用()语句来实现。
A. Response.Form("表单域名")
B. Request.QueryString("表单域名")
C. Response.From("表单域名")
D. Response.QueryString("表单域名")
AuserselectstheirproperdomainandisunabletologintotheirWindowscomputer.Theerrorstates:systemcannotlogyouontothedomainbecausethesystem'scomputeraccountinitsprimarydomainismissingorthepasswordonthataccountisincorrect. WhichofthefollowingistheMOSTlikelycauseforthiserror?()
A. Thecomputer'saccountwasremovedfromActiveDirectory.
B. Theuser'saccountwasremovedfromActiveDirectory.
C. Thecomputerwasdisjoinedfromthedomain.
D. Theusertypedinthewrongpassword
用于设置服务器响应的HTTP内容类型,应使用Response对象的()方法来实现。
A. Expires
B. ContentType
C. Buffer
D. Status
WhichofthefollowingistheBESTwaytoallowwebsoftwarethroughtheserverfirewall?()
A. Implementanapplicationexception.
B. Implementanaccesscontrollist(ACL).
C. Openthecorporatefirewalltoallowport80.
D. Implementportblockingonport80.