ImageGear for .NET
Creating a New Web Site and Configuring the Toolbox
Send Feedback
ImageGear for .NET User Guide > Getting Started > ImageGear for .NET Visual Studio 2010 Tutorials > ImageGear for .NET ASP.NET Tutorial > Creating a New Web Site and Configuring the Toolbox

Glossary Item Box

  1. Launch Visual Studio and do the following:
    1. Choose File > New > Web Site... to create a new web site.
    2. Set Visual C# for the language.
    3. Select the ASP.NET Empty Web Site template.
    4. Set .NET Framework 4.0 as the targeted framework.
    5. Set File System for the location.
    6. Name the project "ASP.NET Tutorial" and click OK.



  2. Go to the Solution Explorer window view and right click on the bold ASP.NET Tutorial location and choose Add New Item. Choose the Web Form item and click the Add button. This will add the Default.aspx (and code behind page Default.aspx.cs if code behind check box is appropriately configured).

  1. Go to the Visual Studio Toolbox and right-click in it.
    1. Select Choose Items... from the popup menu.
    2. In the .NET Framework Components tab, click the Browse button.
    3. Navigate to "ImageGear.NET v21\Bin" in the folder into which you installed ImageGear for .NET.
    4. Select ImageGear21.Web.dll and click Open.
    5. Repeat the process to add ImageGear21.Web.ImageDataProcessor.dll.
    6. You will see the PageView, ThumbnailView, ImGearThumbnailList and ImageGearBackEnd controls added to the list of components. Make sure they are checked and click OK. You only need to do this configuration once; in the future, you can skip this step.

 

©2013. Accusoft Corporation. All Rights Reserved.