繁体   English   中英

IIS不提供.net控件(.dll)

[英]IIS not serving .net control (.dll)

我正在以.dll形式提供.net用户控件。

从我的外部IIS 6服务器提供服务时,它在IE7中正常显示。

但是,当从IIS 5提供服务时,该控件将呈现为带有滚动条控件的Text Area控件

我看了看http响应-IIS5正在提供此服务:

<html><head><title>Error</title></head><body>
 The specified procedure could not be found. 
</body></html>

任何想法为什么会这样?

我尝试将以下mime类型添加到HTTP标头配置中:

  .dll = application/x-msdownload

  .dll.config = text/html

天哪!

.dll没有在服务器上注册!!!

regasm mydll.dll /tlb

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM