home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / aspplus / doc / installmyweb.aspx < prev    next >
Encoding:
Text File  |  2000-06-11  |  966 b   |  20 lines

  1. <%@ Register TagPrefix="Acme" TagName="SourceRef" Src="/quickstart/util/SrcRef.aspx"%>
  2.  
  3. <!-- #include virtual="/quickstart/aspplus/include/header.inc" -->
  4.  
  5. <h4>Installing MyWeb from a Server</h4>
  6.  
  7. <p>
  8. Although the installation of a My Web application can be easily initiated by a user using the My Web administrative UI, it's also easy for remote servers to advertise My Web applications for download.  
  9. <p>
  10. The following sample uses a simple link to the My Web application that it wants to make available for installation.  Users simply click on the link, and My Web starts the installation process.
  11. <p>
  12. <Acme:SourceRef 
  13.   RunSample="http://localhost/quickstart/aspplus/samples/myweb/mortgage2/advertise.aspx" 
  14.   ViewSource="/quickstart/aspplus/samples/myweb/mortgage2.src"
  15.   Icon="/quickstart/aspplus/images/mortgage2.gif"
  16.   Caption="Mortgage Calculator 2"
  17.   runat="server" />
  18.  
  19.  
  20. <!-- #include virtual="/quickstart/aspplus/include/footer.inc" -->