I have a Windows application which contain a deployer.
- Does the deployer itself contain a copy of the .NET framework? Or do we have to explicitily install it? When I check in the solution explorer, it shows the .NET framework under the deployer project under detected dependencies?
- My Windows application connects to the Internet to validate for a registered user. Do I need to configure some port (or something like that) while I am installing it? Also how do I check which port my application uses to connect to the Internet?