- .NET Framework 4.5
- Visual Studio 2015
Native, simple, fully configurable and optimized .NET document viewer application. Open and view your document without losing data and/or formatting.
Thanks to powerful and flexible GroupDocs.Viewer for .NET API, over 50 document formats are supported across all platforms (Windows, Unix) and browsers (Chrome, Firefox, Safari, Opera, IE). All rendered documents are 100% copies of original documents without any quality loss.
This sample can be run as service with RESTful API or as standalone application with built-in UI.
Note In order to get all benefits and to use all features without any limitations you need to purchase valid GroupDocs.Viewer for .NET license or request GroupDocs.Viewer for .NET temporary license
Running QuickView .NET MVC Sample as service will allow you to host your application on any instance and provide fully working RESTful API.
- Doesn't require to access working server all the time for UI updates.
- Doesn't require service restart for any UI updates.
- Allows to have multiple UI applications on a different instances but with one main server.
- Allows to implement additional features in your application, such as user-roles, additional permissions, groups, etc.
- Remote controls and access.
- Download QuickView .NET MVC.
- Extract QuickView .NET MVC to desired/work directory (if sample was downloaded as zip).
- Navigate to QuickView .NET MVC root directory.
- Open QuickView.sln in the Visual Studio.
- Update
Web.config
file by setting 'runAsService' true in the "quickViewConfig" section. - Start the solution.
- Download QuickView.
- Extract QuickView to desired/work directory (if downloaded as zip).
- Navigate to QuickView root directory.
- Open
quickview.html
file in text editor. - Update
applicationPath
parameter with your server URL. - Open
quickview.html
with any browser.
Running QuickView .NET MVC as standalone application is more simple and host all-in-one on single server, which will be accessible by all users directly.
- Simple all-in-one application.
- Allows to implement additional features in your application, such as user-roles, additional permissions, groups, etc.
- Download QuickView .NET MVC.
- Extract QuickView .NET MVC to desired/work directory (if sample was downloaded as zip).
- Navigate to QuickView .NET MVC root directory.
- Open QuickView.sln in the Visual Studio.
- Update
Web.config
file by setting 'runAsService' false in the "quickViewConfig" section.. - Start the solution
- Go to
localhost:PORT/viewer/
, PORT - port number specified in project Properties (by default http://localhost:8080/viewer/).