Crashing Internet Information Server
Question: Is it possible to crash a server from an Active Server Page (ASP) if you are using an object instantiated via an ActiveX DLL installed on the server? My
Question: Is it possible to crash a server from an Active Server Page (ASP) if you are using an object instantiated via an ActiveX DLL installed on the server? My
Question: I am trying to view the table information by using the Data Form Wizard in Visual InterDev. I have successfully previewed the fileList.asp form that is created by the
Question: I am studying C and C++ programming on my own. I have no previous programming experience. I am using Visual C++ 5.0 to run the following example “program 8.12”
Question: I am moving from other languages to Visual C++. I am trying to write a function that returns a string (or pointer to a string), which will then be
Question: Deleting all files in a directory should bea basic function; however, I can’t seem tofind a function that will do this. Can you point me to a function that
When network testing, it is useful to have a client program connects to a UDP server and gets an echo of a text string that you send to the server:
When network testing, it is useful to have a client program that connects to a TCP/IP server and gets an echo of a text string that you send to the
The following program is a simple version of a TCP/IP server that responds to requests from a client and delivers files. I wrote it to be as small as possible
With Java, you can easily write a client program that connects to a Web server and downloads an HTML file. You can also easily expand this simple program into a