server

Can I call C#, or C++, from html pages for server-side scripting/programming on localhost?

I am running Aprelium Abyss Web Server from my home computer and I have a plain old normal website. You know how you can have separate PHP files, and then call the functions inside of then within the HTML page using the onclick="" of a button? Well, I have a C# and C++ program on my computer (where the server is located), and would lik...

Parse very large xml files with PHP

Hey guys, I'm working on a PHP project, and I need to parse large XML file (>240MB) from URL I used xmlReader it works in localhost but not working on shared hosting (BlueHost) it shows 404 error! http://webmashing.com/meilleures-des/cronjob?type=sejours Is this action need a dedicated server? if yes please give me suggestion. by the ...

HTTP Apache - redirect error page

Hi I want to redirect error 403 Forbidden to another error page for specific directories but i fail to do that using rewrite mod Any help would be appreciated thanks ...

project 2010 PSI using WCF

I am trying to access a simple Project.svc service. I keep getting "System.ServiceModel.CommunicationException. ACCESS IS DENIED". I am logged in as the admin of the machine. Not sure why I keep getting this error. Any help would be appreciated. Thanks ...

Run Flot, Javascript on Server?

I would like to use a Javascript library (Flot) to generate charts in my application. Most of the time, the charting will be performed by clients. However, I can see that in some cases, where the same charts would be frequently accessed by all clients, it would be better to generate those charts on the server, cache them, and serve the...

Do I need a "Server" computer, for .Net server development in VMs?

I want to do some home development with SharePoint 2010. This requires a 64 bit computer, and hence a new computer for me. I also like to do my development in VM's - I've found that VS 2010 on a VM runs nicely, and keeps down the amount of "clutter" in the development environment. So, on my new computer I would like to run several ser...

Audio Broadcasting Live to internet

I am trying to develop an application related to Live Audio Broadcasting on internet.I already seen application like Ustream and ipadio.My query is How they are creating a web address to each users..?Is it a server side coading..?any information please ...? I Implemented AQRecorder.mm class to my application for recording and taking as a...

How do I run multiple websites on the same server with the same code base in PHP?

I have created a custom, specialized CMS with a number of clients on it, each with their own domain name, website, admin area and database, but all residing on the same server. Whenever I get a new client, I simply copy all of the code over, change 3 lines in a config file, and then all of their styles/data is taken out of the database...

Put Downloaded Emails Back to POP3 Server

How can I put my downloaded emails back to my POP3 server? I want it to appear like how it was sent originally. I made a mistake of setting thunderbird to delete my server-side emails and keep only the local one. Now I need to re-upload it back to my web mail. How do I go about doing such? NOTE: The Mailredirect Extension is not compati...

General question about winsock's recv-function

Hi, I've got a general question about the recv-function of winsock. I write a programm with a client/server-architecture where the client sends a camera image to the server and the server sends another image back to the client. The client sends serveral images until the program is closed. And the server will responds every received imag...

jqgrid howto send all rowData in json format to server?

how to send jqGrid data in json format to server? DO I have to use any external library or script to achieve that? Thanks! update1: extra licensePlateNumber should not be there [ { "licensePlateNumber": "" }, { "licensePlateNumber": "0000000000000029000721804", "sku": "795127", "description"...

Is there any Open-Source Java SIP Server for Google App engine?

I'd like to know what my options are for an open-source SIP server based on Java, that would work under GAE. ...

Chat Server - persistent TCP or new Connection for each poll

Whats the best practice for scalable servers which need to maintain a list of active users? Should I open a persistent TCP Connection for each client on which the server sends update messages? This could lead in many open connection and propably no traffic for many seconds. Is this a problem in TCP? Or would it be better to let the Cli...

Am I better off using Google Mail servers to ensure my email isn't marked as spam?

I'm starting an E-Card business. And although mine is completely legitimite, I know they can be frequently flagged as spam. These are for people's birthdays and such, and it is important that they have the best chance of reaching the recipient. Am I better off using Google mx servers for my mail? Or is there a service that could help...

How to implement XMPP in My VB.Net Application

Hi Guys, I am Newbie in XMPP . I want to create chat application in VB.net using XMPP . i am having ejabberd serverin my pc. i dont know how to intract with ejabberd server via VB.net. ...

problem with server side includes for html page in visual studio

I have the following html pages example1.html ,header.html,searchpanel.html i have server side includes control in example1.html to refer for header.html and searchpanel.html the problem is this works fine when i browse through dreamweaver but when run the example1.html through visual studio it does not refer to header.html . This is ex...

Audio/video recording using flash

I want my users to record audio/video and post that to other users. Is it possible to record video through Flash's and receive encoded video on server side without any further processing (i.e. just saving the stream to a file)? I did some Google search and found that it's possible with new microphone API (http://www.adobe.com/devnet/a...

Post to Web Service from ASP, from Remote Server

Hi Guys I'm trying to Post Data to a Web Service, from ASP (VBScript), using the CreateObject("Microsoft.XMLHTTP"). Trick is, I am able to post the Web Service if it resides on the same server. But the moment I post the web service from a remote server or different server, I assume its as if the post data never got sent. Below is an ex...

Using OpenSIPS between iPods?

I'd like to work on a SIP project for mobile devices. I've seen links to Siphon, Sipdroid and OpenSIPS. Does OpenSIPS allow for me to make phone calls between two iOS devices in a local network? In other words, I'm trying to do an app for a VOIP company. I'd like to set up my own SIP server and then use theirs later. Is there any reaso...

When is ASP.Net 4 available on a server

Hi, i was building a new small website for an existing client, and thought about building it with ASP.Net 4. But in the apppoolsettings, i could only choose framework 2.0, so i guessed that 4.0 is not available on the server. Is it something i have to install on the server, or will it be installed via windows update somewhere in time? ...