搜索
查看
编辑修改
首页
UNITY
NODEJS
PYTHON
AI
GIT
PHP
GO
CEF3
JAVA
HTML
CSS
搜索
IT小白
这个屌丝很懒,什么也没留下!
关注作者
热门标签
jquery
HTML
CSS
PHP
ASP
PYTHON
GO
AI
C
C++
C#
PHOTOSHOP
UNITY
iOS
android
vue
xml
爬虫
SEO
LINUX
WINDOWS
JAVA
MFC
CEF3
CAD
NODEJS
GIT
Pyppeteer
article
热门文章
1
SVD分解、特征值分解_svd in r
2
手把手教你配置阿里云服务器搭建网站_阿里云服务器集群创建操作流程
3
如何使用HarmonyOS面部识别能力_deveco studio 人脸识别
4
神经元模型介绍
5
基于微信小程序的患者陪护系统的设计与实现(源码+论文)_v_203_基于微信小程序的助老陪诊系统的设计与实现
6
JProfile 分析OOM hprof文件_jprofiler分析hprof文件
7
ChatGPT 的实现原理和核心代码_chatgpt代码
8
Google IO 2023推出Android Studio官方AI工具Studio Bot
9
python函数定义之特殊参数_仅关键字参数
10
vscode + clangd 开发 c\c++_vscode clangd
当前位置:
article
> 正文
3步解决 IIS HTTP 500 - 内部服务器错误_c#iis发布到服务器上 http50内部错误
作者:IT小白 | 2024-03-16 21:37:49
赞
踩
c#iis发布到服务器上 http50内部错误
本文来自:http://www.cnblogs.com/wf225/archive/2008/08/03/1178058.html
今天培训销售人员安装asp.net运行环境,真是各种情况都遇到了,IIS安装完成,一运行出现“HTTP 500 - 内部服务器错误”,网上找了一圈,处理方法那个叫复杂,在研究完复杂方法之后,发现只要三步就可以解决问题了。
1. 运行:regsvr32 %windir%/system32/vbscript.dll (其实这一步也可以省,确保万一,还是执行吧)
2. 运行:msdtc -resetlog
3. 重新安装IIS
注释:
1. 微软只随IIS5提供了一个管理脚本adsutil.vbs,这个脚本位于C:inetpubadminscripts子目录下,首先注册vbscript.dll。
2. msdtc.exe是微软分布式传输协调程序。该进程调用系统Microsoft Personal Web Server和Microsoft SQL Server,该服务用于管理多个服务器,必须确保该服务正常启动。
(1)控制面板->管理工具->组件服务
(2)找到“组件服务”->“计算机”->“我的电脑”->“COM+应用程序”->“IIS Out-Of-Process Pooled Applications”
声明:
本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:
https://www.wpsshop.cn/w/IT小白/article/detail/252140
推荐阅读
article
已
解决
org
.
springframework
.
web
.HttpSessionRequiredExce...
已
解决
org
.
springframework
.
web
.
HttpSessionRequiredException
异常
的正确...
赞
踩
article
Android
Studio
Http
Proxy设置_
androidstudio
代理地址...
国内有很多代理可以设置,下面这个亲测有效”mirrors.neusoft.edu.cn:80“,输入完成后点击左下方的”...
赞
踩
article
Connection
timed
out:
connect
. If you are
behind
a...
`ERROR: Could not install Gradle distribution from` _
connect
...
赞
踩
article
Could not install Gradle
distribution
from ‘
http
:/...
原因是Android stdio导入他人的工程文件时,
gradle
和自己的版本不一样。尝试了很多方法,但是只有一种解决了...
赞
踩
article
AS中Error:Could not
install
Gradle
distribution
fro...
Android Studio报错:Could not
install
Gradle
distribution
from
“...
赞
踩
article
HarmonyOS
进行HTTP
请求
_
ohos
http
...
在
HarmonyOS
开发中,我们如果有基于
http
协议调用后端api,来操作数据或者和后端进行数据提交的交互,就可以通过...
赞
踩
article
IntelliJ
IDEA 自带的
HTTP
Client
接口调用插件,替代 Postman_ide...
无论是在与团队内部协作开发时,还是在与第三方系统进行接口联调时,接口调用是不可或缺的一环。而在这个过程中,许多开发者会首...
赞
踩
article
[TCCS]
OpenHarmony
啃论文计划--一文遍历主要的物联网
通信协议
(
MQTT
、
XMPP
、A...
万字长文预警!一文了解主要的物联网
通信协议
(
MQTT
、
XMPP
、
AMQP
、
DDS
、
HTTP
、
CoAP
)_dds
mqtt
...
赞
踩
article
gradle
设置阿里云
maven
仓库_
gradle
8.0
maven
http
...
1.在项目中配置allprojects { repositories {
maven
{ url '
http
://ma...
赞
踩
article
HTTP
之
option
s预请求
nginx
解决
跨域
postman
调试
跨域
问题_
nginx
o...
预请求就是复杂请求(可能对服务器数据产生副作用的
HTTP
请求方法,如put,delete都会对服务器数据进行修改,所以要...
赞
踩
article
如何解决
Ubuntu
服务器Docker
push
报错“
http
:
server
gave
HTTP
...
如何解决
Ubuntu
服务器docker
push
报错“
http
:
server
gave
HTTP
response ...
赞
踩
article
Java
EE 7 /
JAX
-RS 2.0: Simple
REST
API
Authentica...
REST
has made a lot of conveniences when it comes to impleme...
赞
踩
article
macos
终端
shell
命令控制 开启
关闭系统
代理
http
/
http
s_
macos
刷新系统 htt...
【代码】
macos
shell
命令控制系统代理
http
/
http
s。_
macos
刷新系统
http
代理缓存maco...
赞
踩
article
推送项目到
Gitcode
失败
warning
:
missing
OAuth
configuration
...
推送项目到
Gitcode
时总是出现Gitlab的弹框(怎么输入都不对),项目一直处于推送状态,推送失败报错:warnin...
赞
踩
article
Spring
Security
http
basic
示例代码_访问
spring
security
...
去下载_访问
spring
security
http
basic
访问
spring
security
http
basic
...
赞
踩
article
Error
response
from
daemon: Get “
http
://10.4.7.200...
问题描述:今天将k8s的集群虚拟机都重启了一遍,发现无法登录dashborad了,想着重启下后台pod应该就好了,没想到...
赞
踩
article
net
/
http
:
request
canceled
while
waiting for conne...
windows 10 下安装docker desktop:拉取nginx测试:docker pull nginx报错:G...
赞
踩
article
Android
9+
MediaPlayer
Couldn‘
t
open h
t
t
p://XXXX j...
Android
9+
MediaPlayer
Couldn'
t
open h
t
t
p://XXXX java.io.Fil...
赞
踩
article
java
.
io
.FileNotFoundExcept
io
n: No
content
provider...
java
.
io
.FileNotFoundExcept
io
n: No
content
provider:
http
原因探究...
赞
踩
article
Kubernetes
健康检查
之
Readiness
就绪检查_
readiness
probe
fa...
Kubernetes
三种探针k8s支持存活livenessProbe和就绪
readiness
Probe两种探针,两种探针...
赞
踩
相关标签
spring
java
后端
python
Exception
人工智能
Error
android studio
android
ide
gradle
http
网络协议
网络
intellij-idea
postman
物联网
iot
1024程序员节
nginx