ASP .NET MVC2 shopping cart application is hosted in IIS in Windows 2003 server.If order is received from web , it should be printed automatically to a printer whose name is Samsung ML-331 .Order layout is defined in partial view. Code from Render a view as a string is used to generate order printable form.How to print order? How to output order from MVC2 controller in server to printer ?ASP.NET 3.5, MVC2, C# are used in server.