Microsoft KB Archive/171357

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 15:35, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


How To Get FoxISAPI Running Without Logging on to Server

Article ID: 171357

Article Last Modified on 7/1/2004



APPLIES TO

  • Microsoft Visual FoxPro 5.0 Standard Edition
  • Microsoft Visual FoxPro 5.0a
  • Microsoft Visual FoxPro 6.0 Professional Edition



This article was previously published under Q171357

SUMMARY

In order to keep a FoxISAPI application available over your intranet or the Internet when no one is logged on to the NT server, you must make a change to the DCOMCNFG utility for the registered application.

MORE INFORMATION

If clients can access your FoxISAPI Web pages only when someone is logged into the NT server, you need to make the following change to the DCOMCNFG utility:

  1. Run the DCOMCNFG utility by clicking Run on the Start menu.
  2. Highlight your FoxISAPI object in the list of registered objects.
  3. Click Properties.
  4. Click the Identity tab.
  5. Click "The launching user."
  6. Click OK on the Properties sheet.
  7. Click OK on the DCOMCNFG dialog box.

You should now be able to logoff of Windows NT and the clients should be able to access the FoxISAPI page.

NOTE: An alternative to using "The launching user" is to specify a specific user in the "This user:" area of the Identity tab.

REFERENCES

Microsoft Visual FoxPro 5.0 Online Documentation: Samples and Utilities, Sample Applications Overview, OLE Server Samples, FoxISAPI OLE Server Sample.


Additional query words: FoxISAPI DCOMCNFG OLE ISAPI

Keywords: kbhowto kbinetdev kbnetwork KB171357