Answer the question
In order to leave comments, you need to log in
How to deploy ASP.NET web application on IIS on LAN?
There is a web application (game server), which is an ASP.NET project written using the Microsoft SignalR library. It is required that this application be deployed on the local network, and game clients can connect to it, but I don’t understand how to deploy it, and guides from the Internet lead me to a dead end (I myself am far from the topic of web development).
Answer the question
In order to leave comments, you need to log in
In theory:
Raise IIS on one of the computers, deploy the application on it. It should respond to the internal IP, for example, 192.16.1.2
In practice:
Talk to the system administrator who supports this network, there may be all sorts of pitfalls.
You don't see any limitations in migrating to .NET Core - ditch IIS and classic ASP.NET in favor of Kestrel and asp net core - it will be more useful in the future.
But if you really need it on IIS, then you can read: https://docs.microsoft.com/en-us/aspnet/web-forms/...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question