代码之家  ›  专栏  ›  技术社区  ›  chickeninabiscuit

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

  •  1
  • chickeninabiscuit  · 技术社区  · 17 年前

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

    .

    我查看了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
    

    灰烬

    1 回复  |  直到 15 年前
        1
  •  0
  •   chickeninabiscuit    17 年前

    天啊!

    regasm mydll.dll /tlb

    推荐文章