How to Run Web Forms Projects

Take the following steps to run the LEADTOOLS Web demos developed using Microsoft Visual Studio 2005:

  1. From Windows Start Menu, choose Settings -> Control Panel.
  2. When the Control Panel dialog opens, double-click Administrative Tools to open the Administrative Tools dialog.
  3. Double-click the Internet Information Services node and it will appear as shown in the following figure:

    cwd1.gif

    (Or, right-click My Computer on the desktop and select Manage. When the Computer Management dialog appears, select Services and Applications and when that opens, double-click Internet Information Services.)

  4. Open the Web Sites folder. Right-click the Default Web Site node and select New->Virtual Directory from the context menu. This opens the Virtual Directory Creation Wizard.

  5. Click Next, which opens the Virtual Directory Alias page. In the Alias edit box, enter "CSWebImageViewerDemo" if you are working with the C# demo, or "VBWebImageViewerDemo" if you are working with the VB demo. This page is shown in the following figure:

    cwd3.gif

  6. Click Next to open the Web Site Content Directory page. This page is shown in the following figure:

    cwd4.gif

    Click the Browse button to show the Browse For Folder dialog box, and browse to the location of the LEADTOOLS C# or VB WebImageViewer demo.

    The default path to the C# demo is "<LEADTOOLS_INSTALLDIR>\Examples\DotNet\CS\WebImageViewerDemo".

    The default path to the VB demo is "<LEADTOOLS_INSTALLDIR>\Examples\DotNet\VB\WebImageViewerDemo".

    Click OK to close the Browse For Folder dialog box.

  7. Click Next to open the Access Permissions page.

  8. Select the "Execute(such as ISAPI application or CGI)" check box.

  9. Click Next to open the Completion page.

  10. Click Finish to close the wizard and return to the Internet Information Services dialog. Under the Default Web Site node, you will notice the new node you added using the wizard. Right-click on the new node and select Properties.

  11. When the Properties dialog appears, click the Documents tab to open it. This tab is shown in the following figure:

    cwd5.gif

    Click Add to open the Add Default Document dialog box. In the Default Document Name edit box enter "ImageViewerDemo.aspx" and click OK.

    Make sure to move the name up to the top of the Default Document list by clicking the Up arrow until the name is at the top.

  12. Click the Virtual Directory tab to open it and then click Configuration to open the Application Configuration dialog box. You will use this dialog to map the LEADTOOLS ImageGenerator(.leadgen) and ImageInformation(.leadinfo) httphandlers to the ASP.NET engine. The Application Configuration dialog is shown in the following figure:

    cwd6.gif
  13. Click the Add button to open the Add/Edit Application Extension Mapping dialog box. Click Browse and browse to the location for the aspnet_isapi.dll file (it can be found at C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727). Click Open to close the Open dialog. Set the other dialog options as shown in the following figure, and click OK:

    cwd7.gif
  14. Now repeat the previous step to map the LEADTOOLS ".leadinfo" httphandler, using the same dialog options (except changing the Extension to be ".leadinfo" rather than ".leadgen").

  15. Click OK to close the Application Configuration dialog box, and then click OK to close the WebImageViewerDemo Properties dialog box.

  16. Now create another Virtual Directory for the <LEADTOOLS_INSTALLDIR>\Examples\DotNet\Resources\Web folder which will be used by the demo's webforms for the images and javascript file. To do so, repeat steps (2-7) but on the second page of the wizard type "Resources" in the Alias edit box, and on the third page of the wizard browse to the "<LEADTOOLS_INSTALLDIR>\Examples\DotNet\Resources\Web" folder.

  17. Now add a reference to the LEADTOOLS assemblies to make the WebImageViewerDemo work correctly. If you are working with the C# tutorial, open the "<LEADTOOLS_INSTALLDIR>\Examples\DotNet\CS\WebImageViewerDemo" folder and create a new folder named "Bin". Similarly, if you are working with the VB tutorial, open the "<LEADTOOLS_INSTALLDIR>\Examples\DotNet\VB\WebImageViewerDemo" folder and create a new folder named "Bin".

  18. Copy the following LEADTOOLS assemblies to the demo's bin folder. You can get these assemblies from the "<LEADTOOLS_INSTALLDIR>\Bin\Dotnet\Win32" folder.

    • Leadtools.Codecs.Bmp.dll
    • Leadtools.Codecs.Cmp.dll
    • Leadtools.Codecs.Cmw.dll
    • Leadtools.Codecs.Fax.dll
    • Leadtools.Codecs.Gif.dll
    • Leadtools.Codecs.dll
    • Leadtools.Codecs.J2k.dll
    • Leadtools.Codecs.Png.dll
    • Leadtools.Codecs.Tif.dll
    • Leadtools.dll
    • Leadtools.Web.dll
  19. Now open an Internet browser and type "http://localhost/CSWebImageViewerDemo" in the Address bar and click Enter or Go to start viewing the WebImageViewerDemo.
Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Imaging, Medical, and Document