Forum Discussion
dolev_dublon
Jan 29, 2024Copper Contributor
Deploy .net core 7 to IIS with SignalR
I am using .net core 7.
I enabled IIS on my local pc.
then publish the files to the inetpub folder, and configured everything.
the http requests are working and I can see the website on localhost:5151, the problem the SignalR requests not working,and I dont know whats the problem and how can I solve it?
on visual studio everything works as expected.
also installed the dotnet 7 hosting bundle...
I tried older solutions that I saw here on stack overflow like updating the web.config file without luck
No RepliesBe the first to reply