I am having issues with RAD7.
My server will not start for me today. I am working from home and connected to the VPN. Everything works except my server in RAD. It worked fine yesterday in work and had previously worked when I was at home but that was a few weeks ago.
Are there any settings that I should look out for? I have disable...
can anyone explain how the communication takes place between the browser and web server?
(needs a technical answer)
...
Hi,
Simple question : Is it possible to run two SharePoint instances on one server?
With a not so simple answer I suspect.
Thanks,
Peter
...
select top(10) from customer order by customer_id desc
...
Hi all,
i have problem in sending zip file in network.. all other formats i am able to send except .zip..
i tried a lot i dont no how to do this.. the code i have written at client side to upload file, this is suggested by microsoft here is the link
i am able to create zip file, if i try to open it says corrupted..size of the file al...
hi!
We have hosted some downloadable files on our different server due to bandwidth problem.
Now we want to download those files using an ASP script from our current server.
But how could we know the absolute path of that particular server using ASP script ?
regards
sk
...
I need to do source code formatting (similar to what Stack Overflow does), but on the server side. What options do I have? My serverside language could be PHP or JSP.
Does google have a server version of syntaxhighlighter?
...
Hi,
I'm using Indy10 under Delphi2009. I have a server/client application, with TidTCPServer and TidTCPClient.
I found a problem in my "logical" code.
This is :
When the server disconnect, and after a time, reconnect, the sent-clients requests are not intercepted by the server, and the server cannot contact client (because-I think- the...
I am sorry if the title is unclear. Allow me to elaborate further.
Firstly, I have an application on an iPhone that will allow the user to upload a data to server. We simply use php to allow the user to upload the data.
Secondly, the server will process this data and then return the processed data back to this iPhone. This part is the ...
I'm working on a Rails application and it is currently hosted on a shared hosting. However, it is getting a lot of features that requires reasonable processing and I'm thinking of move it to a VPS, clouded server.
I have no experience on server management, but, since it is a simple application, I'd like to manage it myself. Googling a bi...
I have an application running with debug=True on a remote host somewhere. Now somehow every time I access REMOTE_ADDR it returns 127.0.0.1 no matter where the request is from.
I'm not sure where to start and why this is happening.
...
Apologies if this is a dumb question, I've limited network knowledge.
If I sent a string to port 80 on UDP, would the server / receiving IP log it? I'm pretty sure it wouldn't in access logs, but what about firewall logs?
...
The challenge here is that I need to implement a highly concurrent and dynamic system that is based on SOAP communication - in Java. It can be viewed as a multi-agent system where an agent is a software process (like a daemon) that responds to SOAP requests. At runtime my system may comprise more than a thousand of such agents - each of ...
I remember seeing a page on codeproject.com where a developer took one or two .dlls from Visual Studio Web Developer 2008 and created a simple win32 form application for hosting a standalone development server.
It was a small applicaton that allowed you to enter the path, port number, and a "GO" button, and it launched the server stand...
For my assignment I need to develop FSP model for email server and client. I manage to write simple model which describes one user, server and his mailbox, but I am having problems changing this system into one which have two users with two separate mailboxes.
The FSP model that I have developed:
USER = (read->USER | write->USER).
SERV...
I want to write some email scanning software and don't understand how to setup my server. I have a hosted web server running Windows 2003 Server. It is running the Default SMTP Virtual Server with a fully-qualified domain name of abcdef.com (example). DNS is pointing abcdef.com to my server. If I spoof an email from my desktop pc so ...
Hi guy,
I have a big problem with my server mysql. All worked fine but since on week, it is very slow.
Each query is slow (more 20 secondes some times).
I have changed nothing in my configuration.
Someone can help me to know why my server is now slow ?
Thanks.
Here is my my.cnf:
[
mysqld_safe]
socket = /var/run/mysqld/mysqld...
hi All,
I am using toplink and i need to call one procedure. I tried but i am getting some problem. can anyone help me. Below is the code piece.
public void executeStoredFunction(ServerSession session) {
StoredFunctionCall call = new StoredFunctionCall();
call.setProcedureName("AAA.aabb()");
call.addNamedArgument("abc");
Va...
Hi all,
is CreateMHTMLBody supported in windows mobile?..
How to send the entire webapage as attachment to server in windows mobile either using c# or C++
...
I'm very new to web development but I will try to explain my question as best I can.
I am making a basic chatroom program (in C#) but I have never made my own online server before, and it needs to respond to tcp packets. I know how a server works, I just don't know how to implement my server and how people will be able to access it.
Ho...