Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. crossland

    Dialog box goes not return user name and password

    doh! Thanks for your help.
  2. crossland

    Dialog box goes not return user name and password

    PHP is run as CGI not a Module.
  3. crossland

    Dialog box goes not return user name and password

    My program is launching a dialog box to prompt for the user name and password. However, these variables aren't being set. This is the code: <?php if (!isset($_SERVER['PHP_AUTH_USER'])) { header('WWW-Authenticate: Basic realm="My Realm"'); header('HTTP/1.0 401 Unauthorized'); echo 'Text to...
  4. crossland

    No Server Service on Windows 2000 Professional

    I have installed a network card. After a few problems, I ended up doing a clean install of windows 2000 professional. I now have a server service and the vendor product is working. Thanks very much for your help.
  5. crossland

    No Server Service on Windows 2000 Professional

    The vendor stated I need a server service to be running. However, it can run locally on my PC. I don't have a network card.
  6. crossland

    No Server Service on Windows 2000 Professional

    I right clicked on &quot;my network places&quot; and selected properties. There are two icons: &quot;make new connection&quot; and my dial-up. Am I missing something?
  7. crossland

    No Server Service on Windows 2000 Professional

    Thanks for bearing with me! I have now installed all the add on components, apart from Message Queueing Services. I have an RPC service running. How do I check that the File and Printer sharing is installed and the Client for Microsoft Networks is installed?
  8. crossland

    No Server Service on Windows 2000 Professional

    I have added all of IIS and still don't have a server service. Do I need to install anything else? Thanks in advance
  9. crossland

    No Server Service on Windows 2000 Professional

    Under Administrative tools, services, the following are shown (the server service in not shown): Application Management Ati HotKey Poller ClipBook COM+ Event System DB2 - DB2 DB2 - DB2CTLSV DB2 - DB2DAS00 DB2 Governor DB2 JDBC Applet Server DB2 JDBC Applet Server - Control Center DB2...
  10. crossland

    No Server Service on Windows 2000 Professional

    I am trying to install a package and the vendor has advised me that I need to have a service called server running on Windows 2000 professional. This service isn't listed under the services list presently. Do I need to install something else?

Part and Inventory Search

Back
Top