5,682 Topics
![]() | |
Hi, My team is developing a new version of a server software that must support several clients via a web service interface. This software was written in C# and published on IIS. It also uses a Microsoft SQL Server database. The problem is that our client has requested that we … | |
dear Group256 i am a student who is doing my project on python platform...according to my project i has to have a client server public chat code which is very similar to the one u have posted here. i am currently working on a code for this puepose but i … | |
I have a terminal that throughout the day I will get the normal window shut down tones for no apparent reason. The computer never actually shuts down. To accompany this the terminal is extermely slow at times. I have swapped out memory and power supply with an identical terminal to … | |
Hello, I need a way to wait for threads and I don't think that pthread_join works in my case. Here's the problem. I'm currently working on a very basic space game. We have vehicles that collect resources and must bring them back to the HQ. In order to do this … | |
I want a button that when the user clicks on it validates in both server side and client side regular expressions. for example [CODE] <asp:Button ID="btnLogin" runat="server" onclick="C_Buttonk" onclick= "js_button" Text="Login" /> [/CODE] Then button would call both functions from JS and C# hence serverside and client side, but the … | |
![]() | Hello, I have an error on my program, after hours of trial and error I couldn't fix it. I am trying to build a simple server which needs to have threads so more than 1 connection can take place. I don't know if I am doing the threads right, I … |
Hi all. My son flashed my extra wireless router (WRT54G v8) so I could use it wirelessly in other rooms, like a repeter I guess, but I'm basicaly just using it as a wireless adapter. It's been conected to my HTPC for a while working great. Suddenly it won't connect … | |
Good Day All i have a a WCF service , that is checking the login details and its working fine as it should, i decided to add another Function that will display data. [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using System.Text; namespace DAL { // NOTE: … | |
I plan on making a web server for myself. Just a small site for myself containing my blog and a small infrequently updated webcomic, nothing huge and commercial and was wondering what is generally the best Linux to use for this. I have made web servers before using Windows XP … | |
![]() | Hi, I was wondering how to make client connect to multiple servers. I decided to use select for this but I don't see how it should work well like in the server. Pseudocode: void connect_to_server(char argv[]) { if ((sock = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP)) == ERROR) { perror("socket problem: "); exit(1); … |
hi to all, I created following table create table book(id integer, author varchar(20)) In this, each book may have 1 or more authors. My question is that, how can insert more value to author column like as follows. id author 1 pooja merry james 2 robert stephen Thanks & regerds, … | |
Hi to all, I created following table and its view. [blue]create table employee(id integer, name varchar(20), age integer) create view Vemployee as select id, name from employee.[/blue] now I want to rename a view, so I wrote a query like [blue]rename view Vemployee to Pemployee[/blue] But, it shows error about … | |
Been designing websites for years - tried to avoid anything MySQL/PHP - deep programming related. Quickly coming to a realization I need to give it a try... UGH. I tried to get my feet wet with MySQL 1 year ago (to the day, apparently... weird?) and was quite unsuccessful. Now, … | |
Hi Everyone, I am trying to write a software that can synchronize a folder amongst peers connected in a Wireless Ad-hoc network I have written some code and now i have the IPs of all the peers who wish to sync.(I did this using UDP broadcast. Interested peers will reply … | |
using System; using System.Threading; using System.Net.Sockets; using System.Text; namespace ConsoleApplication1 { class Server { static void Main(string[] args) { TcpListener serverSocket = new TcpListener(8889); TcpClient clientSocket = default(TcpClient); int counter = 0; serverSocket.Start(); Console.WriteLine(" >> " + "Server Started"); counter = 0; while (true) { counter += 1; clientSocket = … | |
I was wondering about the technology used by Facebook and Twitter (those are the obvious and most popular ones). I have realised that when adding a status or a comment or subscribing to a conversation, the page does not actually post to server to modify the database. Actually, on click … | |
Hi, I'm a newbie for configuring a server. The server is RAID5. My problem is I can't find the "RAID" option at the BIOS menu. | |
guys, good day... I know that this is just easy but i've been tweening my work the whole afternoon but no luck. my problem is using setAttribute for java's client-side programming. I just want to create session for my username to be able to use while being logged in. this … | |
Hi! An email was opened. At that time, I guess a Trojan was downloaded. My Avast antivirus went nuts; I couldn't open the task manager or other system programs; I couldn't system restore; i couldn't even shut the computer down. I had to do a manual shutdown (held the power … | |
[CODE] import java.io.*; import java.net.*; public class Server { ServerSocket ss; ObjectOutputStream oos; ObjectInputStream ois; public Server() { try { ss = new ServerSocket(8888); } catch(IOException e) { e.printStackTrace(); } } public void run() { String message; try { Socket sock = ss.accept(); System.out.println ("Connection received from " + sock.getInetAddress().getHostName()); … | |
Hi, Please help me out. I have successfully binded to my ADSI server(windows 2003 machine) from my windows XP machine? #LDAP SEARCHING [CODE][B]my $ldapSearch = $ldap->search(base => $ldapbase, filter => "uid=$login"); die "There was an error during search:\n\t" .ldap_error_name($ldapSearch->code)." ". ldap_error_text($ldapSearch->code) if $ldapSearch->code; print "No results returned\n" and exit if( … | |
Hey guys, My AV has located a rootkit MBR:\\.\PHYSICALDRIVE0 I have already tried a solution that I found in this forum but it has not worked. basically I have run bootkit_remover.rar and run it. It returned the following: -- [COLOR="Red"]Bootkit Remover (c) 2009 eSage Lab [url]www.esagelab.com[/url] Program version: 1.2.0.0 OS … | |
Hi, I am trying to learn winsock programming using online tutorials. This example is from the MSDN library, although modified. I have compiled it and it seems to be working fine for only one request. After handling a single request the server exits. I have read handling multiple request and … | |
Direct web remoting enables the Java Script in a web browser to interact with the Java code in a server and vice versa. Hence, the java object is serialize to the client and the client will deserialize the object. My Question: Is the Java script object serialize to the server … | |
I couldn't find anything that would do what I am trying to do with my client and server. Mainly, I want to click a button that will start downloading a file I select on the remote computer. Optionally I would also like to show the transfer rate, estimate time remaining, … | |
Hi, Im new to the windows .NET platform and I was wondering if someone can guide me. I have a c# program that implements an interface. Inside this program, I have a method where I get an array of processes running on the workstation and I look for a specific … | |
Dear All , The question is simple , but may be It is very simple for me that I can not see it . I have two dataset , each with with table . each datasets is connected to a separate dataadapter to get data from sql server database file … | |
Every 2 hours my server will power down. I just recently installed the 2003 OS. I only used the first disc for the installation. There are no scheduled tasks and the power management settings are fine. Its not a heat issue because it will reboot immediately afterward. I would think … | |
I want to write an server application that is connected to a client application or reverse , connected through unique IP address and port number that can perform period check or ping to see if the other is active. Normally, a ping request uses ICMP messages to check whether destination … | |
Any consensus? I see advantages and disadvantages to both. For a socket listener, a background thread would be good I would imagine, if the server is attempting to close, it obviously does not need or want to accept connections and any connection that is in the process of starting should … | |
Hi, I am building a simple android application that sends GPS coordinates from an Android phone to a Webserver, and the received co-ordinates are displayed one by one in the server. I think both my client and server side programs are correct, but I am not sure. Please correct the … | |
Hi, Not sure if my question belongs in an ASP.NET or MSSQL forum.. I have an ASP.NET webpage built in VS2010 with an Input field with the functionality to browse to a network directory, select a text file, read content and upload the data to an MSSQL database table. Nothing … | |
A simple streaming server-client pair with non-blocking user input can easily be coded in Python by using the 'select' module that provides a straightforward interface to the Unix select() system call. For Windows users however this is not an option as the acceptance of three empty sequences in the conventional … | |
I posted about this on Stack Overflow, but I think my explanation of the project wasn't clear, as none of the answers have really be on point. [B]Summary:[/B] I want to make a windows based software deployment system in C# NET. The idea is that a C# NET console application … | |
Hi All, I am a software developer C/C++, not expert in network programming but did a little bit. I work as s free lancer and have been tasked to implement UDP server (Broadcaster) over internet (Server machine has Static IP assisgned by ISP so reacheable from any part of world, … | |
Hey all, I work at a small (~120 students/semester) study abroad program and I'm looking to revise my setup of a networked printer. As it stands, we have a very mixed environment (every version and SP of Windows from XP to 7 and Mac OS X 10.4 and up) and … | |
Hi, I have been wondering about implementing this for quite a while now. I don't know if this possible or in what language it can be done, so I came to this board hoping to get some answers. I have a Django/Python web application and have the need to list … | |
So i set up a L2TP/ipsec VPN server on my mac running 10.6.x. I can connect to the VPN from my LAN, but not from outside of it. This is from my HTC evo. I set up a VPN server using a virtual machine of 10.6.x Server, with the same … | |
Hi everyone, I am getting this error: [CODE]Msg 512, Level 16, State 1, Line 1 Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression. The statement has been terminated.[/CODE]please … | |
Hi, This is saurabh final year BE student. I am developing an application in which I want to get IP and MAC address of a client PC in network on my machine and my machine acts a s a server so plz help me. Your help is appriciated plz help … | |
[B]hi guyz..! i want to know da process the to configure sql server on client pc..using odbc...i have install sql server 2000 advance server on windows xp platfrm... i m trying to configuraing frm so long ...bt m failed..! kindly help me regards[/B] | |
i want to implement client server communication through wirless network in java,by using Socket,ServerSocket classes can i connect two computers with wireless connection??? | |
Hi, I have created an application to send data from WCF server application to my client side application. For this I have added a custom serialization instead of the default serialization. And now its sending data to the client as stream and I am able to de-serialize the object back … | |
Hello, I have a client who is a graphic designer and they want to know if it's possible with Joomla! to create a splash page with options to click and visit different versions of the website from the initial splash page? Would I host the four websites creating 4 different … | |
My aim is getting client's AD login ID for authentication. I tried to use <%String remoteUser=request.getRemoteUser();%> but it returned null value. Actually, I have found a way to solve it from the internet. And it is about doing something on tomcat's file "\conf\server.xml". However, there is no clear step describing … | |
Hi, I cant sent email using smtp and php. I am using one form with email,subject message, etc i want to sent an email to that email (in form) while submit button click. I am givin the code bellow(only php) [CODE] if(isset($_POST['Submit'])) { require ("req_mail.php"); $from = "support@somecompany.com"; $to = … | |
Hi All; Which of the following statements is true? A. A serving program must be installed on the client computer. B. A computer may have more than one serving program installed on it. C. You must reinstall the serving program each time you access the server. D. E-mail does not … | |
![]() | Hi guys, I'm trying to do a client server socket program, where the client writes a list of numbers for the server to compute, and then finally server returns a result. I've managed to get my functions working the way I want (not in client/server) But I've problem implementing it … |
Last week, I took a look at Node.js, a powerful server-side implementation of JavaScript. But one thing I found lacking was the way to easily create a web server. Essentially, Node is an implementation of CommonJS, which adds operating systems features to JavaScript. But Node is not a web application … | |
hi how can i view the the web service result in my client app? the web service is: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; using System.Xml; public struct SecurityInfo { public string location; public string areacode; } [WebService(Namespace = "http://192.168.1.6/WebService/Service.asmx", Description = "A Simple Web Calculator … |
The End.