Questions tagged [net]
34 questions
0
votes
1 answer
How can I know which version of .Net is using an application in IIS?
We have migrated an application from Net version 3.5 to 4.8. The truth is that we are encountering many problems. Everything seems right, but it doesn't seem to work returns a 500 error without any more information. My approach is that it is not…

Kenzo_Gilead
- 105
- 6
0
votes
1 answer
How do you check if Net Framework Developer Pack v4.6 and v4.0 is installed on the server?
How do you check if Net Framework Developer Pack v4.6 and v4.0 is installed on the server? I have a Github action telling me to install these, and IT tells me both are installed. How do you check that? Is there a command line script I can run to see…

Sayaman
- 187
- 1
- 11
0
votes
1 answer
Force new process to use the specific network interface (using netns/network namespaces)
I have a number of interfaces available on Ubuntu 20.04 machine. Among others enx0c5b8f279a64 and usb0 with the later being used as the default one. I want to make sure that a particular process started in terminal will use only one of these…

Kira
- 11
- 4
-1
votes
1 answer
Connecting two IPs like an URL
I haven't found answer anywhere, so here comes the question.
My ISP connected me to a router with thousands of other clients, so my public IP is the same as many others. And I want to make a small private server which can be accessible across whole…

pfoof
- 1
- 2