zoukankan
html css js c++ java
【异常记录(11)】 Web应用程序项目 已配置为使用 IIS。无法访问 元数据库。您没有足够的特权访问计算机上的 IIS 网站。Unable to access the IIS metabase. You do not have sufficient privilege to access IIS web sites on your machine.
解决办法:
1、项目上右键, 编辑
xxxx.csproj
2、找到 <UseIIS> 标签, 改为 <UseIIS>
False
</UseIIS>
3、右键,
重新加载
项目
查看全文
相关阅读:
Eureka 系列(04)客户端源码分析
Eureka 系列(03)Spring Cloud 自动装配原理
Eureka 系列(02)Eureka 一致性协议
Eureka 系列(01)最简使用姿态
Feign 系列(05)Spring Cloud OpenFeign 源码解析
python 线程,进程与协程
Python IO多路复用
python 作用域
python 网络编程:socket(二)
python 网络编程:socket
原文地址:https://www.cnblogs.com/hydor/p/6422935.html
最新文章
Sharding-Proxy 源码分析
ShardingSphere 目录
MySQL 目录
RMI 系列(02)源码分析
任务调度(02)Spring Schedule
Redis 系列(04-2)Redis原理
Redis 系列(02)数据结构
Redis 系列
Dubbo 系列(05-1)服务发布
Dubbo 系列(07-5)集群容错
热门文章
Dubbo 系列(07-4)集群容错
Dubbo 系列(07-3)集群容错
Dubbo 系列(07-2)集群容错
Dubbo 系列(07-1)集群容错
Spring Cloud Alibaba
Dubbo 微服务系列(03)服务注册
Eureka 系列(08)心跳续约与自动过期
Eureka 系列(07)服务注册与主动下线
Eureka 系列(06)消息广播(下):TaskDispacher 之 Acceptor
Eureka 系列(05)消息广播(上):消息广播原理分析
Copyright © 2011-2022 走看看