SignalR configuration on IIS 6 / windows server 2003 R2

前端 未结 2 1232
没有蜡笔的小新
没有蜡笔的小新 2021-01-21 23:41

I\'m getting error 404 when I access signalr/hubs url on a web app deployed on IIS 6 / winSrv 2003 r2.

I\'ve tried runAllManagedModulesForAllRequests = true and false. H

2条回答
  •  -上瘾入骨i
    2021-01-22 00:24

    This solution worked for me.

    1. Go to Properties of the Asp.Net application in IIS manager
    2. Click on Configuration
    3. Click on Insert (to insert a wildcard application map)
    4. Paste the pathaspnet_isapi.dll: c:\windows\microsoft.net\framework\v4.0.30319\aspnet_isapi.dll
    5. Uncheck: verify that file exists
    6. press ok and close all dialogs.

提交回复
热议问题