home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / aspplus / doc / mywebadmin.aspx < prev    next >
Encoding:
Text File  |  2000-06-08  |  5.8 KB  |  113 lines

  1. <!-- #include virtual="/quickstart/aspplus/include/header.inc" -->
  2.  
  3. <h4>The My Web Administration Tool</h4>
  4.  
  5. <p>My Web includes an Administration Tool that allows the user to easily add, update, and remove My Web applications.  
  6. The My Web Administration Tool can be invoked by either clicking on the My Web toolbar icon located on the Microsoft Internet Explorer toolbar or by typing 
  7. <a href="myweb://">myweb://</a> in the Internet Explorer Address bar.</p>
  8.  
  9. <p>Invoking the My Web Administration Tool launches the My Web Home Page.  Details of all currently installed applications are displayed on this page.  
  10. A screenshot of this page is displayed below.</p>
  11.  
  12.  
  13. <div class="indent">
  14. <img src="/quickstart/aspplus/images/mw_default.gif">
  15. </div>
  16.  
  17. <p>
  18. <span class="subhead">Installing My Web Applications</span>
  19.  
  20.  
  21. <p>There are two types of My Web applications. <b>Remote</b> applications are those obtained from a remote web host. 
  22. <b>Local</b> applications are those whose files have already been stored in the computer's local drive.
  23. </p>
  24.  
  25. <p>There are two methods of installing remote applications.  The first method involves clicking on the "Install Application" link located on the upper right-hand corner of any 
  26. page of the My Web Administration Tool.  The "Install Application" page similar to the one on the screen shot below is then launched prompting the user to enter the application's URL. 
  27. This URL must be preceded by the "myweb://" protocol scheme. 
  28. </p>
  29.  
  30. <div class="indent">
  31. <img src="/quickstart/aspplus/images/mw_addlocal_remote.gif">
  32. </div>
  33.  
  34.  
  35.  
  36. <p>Upon detecting the application files in the remote host, the details of the application are displayed on a screen similar to the one shown below.  
  37. This screen also prompts the user to confirm the installation.</p>
  38.  
  39. <div class="indent">
  40. <img src="/quickstart/aspplus/images/mw_install_remote.gif">
  41. </div>
  42.  
  43. <p>Once the installation is completed, the details of the newly installed remote application are displayed on the My Web Home Page.</p>
  44.  
  45. <p>The second method of installing a remote application is by typing its URL (preceeded by the "myweb://" protocol scheme) on the Internet Explorer URL bar.  
  46. If the application has not been previously installed, the My Web "Install Application" page is launched displaying the application's details and prompting the user 
  47. to confirm the installation.  If the application has already been installed, entering its URL in this way, will launch the application.</p>
  48.  
  49.  
  50.  
  51. <p>To install a local application, the user must click on the "Install Application" link 
  52. located on the right-hand corner of any page of the My Web Administration Tool.  
  53. This launches the "Install Application" page which prompts the user to enter the application's local path. </p> 
  54.  
  55. <p>The next step involves the application's URL alias.  All My Web applications must have a URL alias in order to be launched.  
  56. The URL alias serves as an identifier for the application.  In the case of local applications, a dialog box like the one shown below, appears and prompts
  57. the user to edit the suggested URL alias or leave it unmodified.  </p>
  58.  
  59. <div class="indent">
  60. <img src="/quickstart/aspplus/images/mw_install_local.gif">
  61. </div>
  62.  
  63. <p>
  64. The installation process for local applications is completed once the URL alias is submitted.  
  65. The details of the newly installed local application are then displayed on the My Web Home Page.</p>
  66.  
  67.  
  68. <p>Any installed application, whether local or remote, can be launched by simply double clicking its corresponding icon displayed on the My Web Home Page.
  69. An alternative way of launching a previously installed application is by typing its URL (preceeded by the "myweb://" protocol scheme) 
  70. on the Internet Explorer URL bar.</p>
  71.  
  72. <span class="subhead">Updating My Web Applications</span>
  73.  
  74. <p>The update functionality is only available for remote applications.  
  75. Application updates are executed from the My Web Home Page.  
  76. To update a given application one must click on the "Update" link found on the upper right-hand corner of the entry corresponding to the application to be updated.</p>  
  77.  
  78. <p>The system proceeds to compare the versions of the files currently installed against the versions of the files found in the application's remote host.  
  79. If a newer version is detected, the user is prompted to confirm the update.  Upon confirmation of the update, the new application files are downloaded
  80. to the local hardrive and the new version of the application is activated. The update confirmation screen is shown below:</p>
  81.  
  82. <div class="indent">
  83. <img src="/quickstart/aspplus/images/mw_update.gif">
  84. </div>
  85.  
  86.  
  87. <p>A local application is updated by simply copying the new files to the application's location on the hard drive. 
  88. The new version of the application is immediately activated.</p>
  89.  
  90. <span class="subhead">Removing My Web Applications</span>
  91.  
  92. <p>Once in the My Web Home Page, both local and remote applications can be removed by clicking on the "Remove" link found on the upper right-hand
  93. corner of the entry corresponding to the application in question.  The user is then prompted to confirm the removal of the application through the following screen:</p>
  94.  
  95. <div class="indent">
  96. <img src="/quickstart/aspplus/images/mw_remove.gif">
  97. </div>
  98.  
  99. <p>Once an application is removed, its details are no longer displayed on the My Web Home Page</p>
  100.  
  101.  
  102.  
  103. <h4>Section Summary</h4>
  104. <ol>
  105. <li>The My Web Administration Tool enables the user to install, update and remove My Web applications
  106. <li>The My Web Home Page displays the details of all currently installed applications
  107. <li>Through the My Web Administration Tool the user can install both local and remote My Web applications
  108. <li>The update functionality is only available for remote My Web applications
  109. </ol>
  110.  
  111.  
  112. <!-- #include virtual="/quickstart/aspplus/include/footer.inc" -->
  113.