Can I deploy my application without a manifest?
c#, manifest
Solution
As long as you are not using the manifest file for dependencies or elevating privileges you can bypass the manifest file.
Problem
My program is a simple web scraper, should I deplot it with a manifest? When I right click the properties in the SOlution Explorer, I see the change icon option, and also the Manifest option. Can I just disable that by choosing: Create an application without a manifest. Should I disable it?