查看网页的时候,提示使用XSL样式表无法查看XML输入,如何解决?<引用> 一般情况下,安装VS 2005时,安装程序会自动配置本地IIS服务使用ASP.NET 2.0。我们可以直接在VS 2005下编写或调试WEB应用程序。 但是,如果我们先安装了VS2005,然后才安装的IIS。这时,IIS会设置为使用ASP.NET 1.0。我们在VS2005中建立WEB程序是会出现下面的提示: The site 'http://localhost/xxxxxx' has not been configured for use with ASP.NET 2.0. Microsoft Visual Studio has been designed for use with ASP.NET 2.0; if not configured some features may make incorrect assumptions, and pages designed with the tool may not render correctly. 并且不能自动配置成功。这时,只需要在Visual Studio 2005 Command Prompt中执行下面的命令. 解决办法:运行vs2005命令行(开始、所有程序、vs2005、tools,写得不准确),运行 aspnet_regiis.exe /i
也就是在IIS中安装ASP.NET 2.0 即可。
http://support.microsoft.com/?kbid=267904 您可使用 MetaAcl.vbs 工具来修改一个 Internet 信息服务 (IIS) 元数据库上设置默认权限。 从以下 IIS 错误信息重您可能有被定向到此 Microsoft 知识库文章: 有助于解决此错误, 使用 MetaAcl 工具来修改元数据库权限。 有关 MetaAcl 工具以及如何访问控制列表 (ACL), 请单击下列文章编号以查看 Microsoft 知识库中相应: 更多信息 Download the Metaacl.exe package now. (http://download.microsoft.com/download/5/7/3/57316f36-ded6-41f0-b694-8b0102ade818/metaacl.exe) 有关如何下载 Microsoft 支持文件, 请单击下列文章编号以查看 Microsoft 知识库中相应: Metaacl.exe 文件包含下列文件:
开始安装 ASP.NET (2.0.50727)。 |