开发者

HTTP Error 500.0 - Internal Server Error caused by isapi com component

I have IIS7 开发者_开发百科and am trying to get a website working for development reasons (not production). So far, I'm getting

HTTP Error 500.0 - Internal Server Error

and so I can't get off square 1.


You are getting a COM error. The most common error is that you need to register the COM service on the server (the COM you will need to register is AboMapperCustom).

You register a COM using the regsvr32 utility.


Take a look at the event log to see what's the 500 error about.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜