Hi all, I am developing ASP.NET MVC application as a part of summer experience job from my college. I have a requirement where i need to implement a fax functionality. Because i am still student, and this is my first real application, i'm kinda confused how to make this function and what libraries should i use. Third party services (such as mail to fax and so on) are not considered due to the nature of application - it is going to be a service that help doctors to get access to patients encounters. This data is private and cannot be sent to any third party service.
I am using Visual Web Developer 2008 express edition if this matters.
The fax machine is going to be installed on the server, and faxes will be sent from there. I am looking for advice or, maybe some good resources that can help me. Thanks.