Hi,
I created a small application. I am trying to publish it using Visual c# express 2010.
I know how to publish it, but I want to make sure that this application can't be installed on a specific server.
For example, if a user tries to install this application to the server starts its ip with '19.1.1', I want the warning messeage box to be popped up and will not allow the installation.
Should I do something during the publishing process or code this to my application?
Can anybody please tell me how to do that step by step?