For doing our task we need:
- Open Visual Studio .NET 2015.
- Create an ASP.NET WebForms application project.
- Add the references to the Vintasoft assemblies to the project:
- Vintasoft.Shared.dll
- Vintasoft.Shared.Web.dll
- Vintasoft.Imaging.dll
- Vintasoft.Imaging.Web.Services.dll
- Vintasoft.Imaging.Web.HttpHandlers.dll
- Scripts\Vintasoft\Vintasoft.Shared.js
- Scripts\Vintasoft\Vintasoft.Imaging.Svg.js
- Create a general HTTP handler with name MyVintasoftFileHandler. Handler will be used for manipulating of files on a server.
- Create a general HTTP handler with name MyVintasoftImageCollectionHandler. Handler will be used for managing of image collection.
- Create a general HTTP handler with name MyVintasoftImageHandler. Handler will be used for rendering of images and thumbnails.
- Create a default web page.
- Add the file upload control to the default web page.
- Add SVG web image viewer and SVG web thumbnail viewer to the default web page.
Source codes of ASP.NET WebForms application for VintaSoft Imaging .NET SDK v8.6 can be downloaded from here.