groupdocs-viewer / GroupDocs.Viewer-for-.NET-WebForms

Moved to https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET/tree/master/Demos/WebForms
https://products.groupdocs.com/viewer/net
MIT License
6 stars 0 forks source link

Regarding Friendly URLs #4

Closed usman-aziz closed 5 years ago

usman-aziz commented 5 years ago

This question was originally raised via forum topic: https://forum.groupdocs.com/t/preview-for-large-files-takes-long-time/5889/26

In the ASP.NET WebForms sample application, WEB API is used with Route/friendly URLs. However We don’t have any mechanism for Friendly URLs in current project and it is huge project so we can not include related libraries for WebAPI and FriendlyUrls.

Any alternative solution to avoid this?

usman-aziz commented 5 years ago

To be able to use GroupDocs.Viewer functionality in your project you will need to do the following:

1. Migrate/copy following classes to your project:

2. Update configurations:

Please download this sample application for reference.