surf68
Resources for learning IIS and how it interacts with a .NET project?
so paring it down to basics, iis is the actual web server. it'll be listening for requests on whatever port (80, 443 etc) and then based on your configuration will handle those requests accordingly (that might be serving a file from disk, calling a cgi application or handing the request on to a .NET application).
9 replies
adding music on forms app
- you'll end up publishing the application (or just using the build output) and you'll have to RAR it separately
- generally people keep track of the state of their source code using a version control system (VCS). git is by far the most popular VCS in use these days
101 replies
adding music on forms app
you'll want to give this a read https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/using-objects
101 replies