A、将“Windows 身份验证”设置配置为“已启用”。 B、使用所有默认设置,将“Forms 身份验证”设置配置为“已启用”。 C、使用“服务”控制台将 ASP.NET 状态服务配置为用这个新的本地用户账户登录。 D、将“ASP.NET 模拟”设置配置为“已启用”。编辑“ASP.NET 模拟”设置,指定这个新的本地用户账户。
A、<assembles> someoptions </assembles> B、<pages controlRenderingCompatibilityVersion="3.5"/> C、<compilation targetframework = "3.5" /> D、<xhtmlConformance mode="Legacy" />
A、Edit the ASP.NET runtime version in IIS 6.0. B、Edit the System.Web section handler version number in the machine.config file. C、Add the requiredRuntime configuration element to the Web.config file and set the version attribute to v3.5. D、Add the supportedRuntime configuration element in the Web.config file and set the version attribute to v3.5.
A、ASP.NET依赖于微软的.NET框架 B、ASP.NET采用纯面向对象语言比采用脚本语言的执行效率高 C、ASP.NET采用代码分离技术有利于开发协作 D、ASP.NET和ASP都采用了JavaScript编程语言