I've configured a C# Windows Application form in my project for sending emails, the project is in my Work Folders which is assigned to a local server.
The form works fine when I execute (or debug) the project on Work Folders and sends emails perfectly, but when I change the location of project folder to another location - like desktop/program files folder, the form hangs for a while after which the message "operation has timed out" appears.
Any ideas as to why this would happen?