home *** CD-ROM | disk | FTP | other *** search
/ Tutto per Internet / Internet.iso / soft95 / Html / Server / Readme.Txt
Encoding:
Text File  |  1995-11-20  |  1.7 KB  |  36 lines

  1. Internet Server SDK
  2.  
  3. Please copy the headers in the Include directory to a directory on your
  4. include path, such as C:\MSTools\Include.  Please copy the Lib\Processor
  5. directory to a directory on your Lib path (e.g. copy \Lib\i386 C:\MSTools\Lib)
  6.  
  7. The Samples are set up with HTML files that assume that they are installed
  8. off of the WWWRoot at /SDK.
  9.  
  10. For example, if your Internet Server is set up with the default webroot of
  11. C:\WWWRoot then the following command will install the SDK:
  12.  
  13. xcopy /defi A:\Samples C:\WWWRoot\SDK
  14.  
  15. To build the samples you need a Win32 compiler (Such as Microsoft Visual C++).
  16. Go to the directory where the samples are installed (e.g. C:\WWWRoot\SDK)
  17. and nmake to build the samples.
  18.  
  19. Late breaking tips:
  20.   The Internet server can be run as an interactive application.  This makes
  21. debugging it much easier.  Do do this you need to make a few changes to your
  22. system.  For the user account that you are going to run the server under
  23. you need to add a few privledges.  To do this run musrmgr, and select
  24. Policies.User Rights....  Check the "Show Advanced User Rights" checkbox.
  25. Then select the "Act as part of the operating system" right and add the
  26. user account.  Repeat this with "Generate Security Audits". Make sure that
  27. all Internet Services are stopped and INetInfo.Exe is not running (use tlist
  28. to check).  Log off and log back on.  You can then load the Internet
  29. Server with the command line "INetInfo.Exe -e W3Svc".  If you want to load this
  30. under a debugger just make sure that the command line to INetInfo.Exe is "-e W3Svc".
  31. (e.g. to load it into WinDbg the command line is "WinDbg INetInfo.Exe -e W3Svc"
  32.  
  33. Thanks.
  34.  
  35. Internet Server SDK Team
  36.