server

Powershell : Internal server Error power shell

I am trying to Execute the below services using System.Web.Client and I passed the SAOP message in this format. but when I say Upload String it gives me error Error: Exception calling "UploadString" with "2" argument(s): "The remote server returned an error: (500) Internal Server Error." At :line:28 char:46 + (new-object System.Net.WebC...

Setup email server to respond to emails sent to an account

Hi, This is a newbie question... I want to create a service which responds to emails sent to it. Just to illustrate. If a user sends an email to [email protected] with some instructions, I want a program at example.com (which is a domain I own) to read the email and act accordingly. I strongly doubt I can do this with standard we...

Serving a json file for IPHONE app

I am trying to get an introduction to serving files to the iphone. I have watched tutorials on getting files from sites like Flickr and twitter. I need a tutorial to show me how to set up the site that is feeding that information. Most of those sites send you a json file. Can I just keep a dynamic file on a server using php? ...

Silverlight create and execute file server-side

In my app i have the option of viewing a file that opens a window application (google earth). In order to do that i wish to create a custom file server-side under a certain relative path (eg. "//Files") and then tell the server to execute it. How can i do this? Thank you ...

How can I use my multiple cored dedicated server to run my java application?

I have a game built in a java environment and I use JVM. I have 4 cores @ 2.4Ghz and my server is only using one of those cores... I've tried and searched and I still have no guides to setup multiple cores to run the game like, say 1 core for running the character saving + loading, and 1 core for the server itself, and 1 core for a hel...

Diagramming server connections in Visio - what direction should arrows point?

Suppose I would like to depict data flow between two servers in Visio. I have boxes to represent servers and arrows to represent communication / data flow. In this situation: Server A always initiates connections to Server B. Server A reads from server B, but does not write. How would this be depicted? Which way would the arrows po...

Arranging server component ducks

Hi Guys. I am trying to find an elegant framework to arrange all of my server components. The server: 1. Receives a request, as a XML string, from the client. 2. Validates the messages ( !null && !empty mainly). 3. Unmarshalls the message into a Request object. 4. Validates the internals of the Request object (ensures all the requi...

Automatically generate images from SWF

I'm looking for something that automatically generates images from the content in some SWF and stores the images on a server to be fetched if the user doesn't have Flash Player installed. The purpose is to at least show a static diagram instead of just a table with data, if Flash Player isn't installed. It's quite easy to create an ima...

Python SOAP server / client

Hi there, I have a problem with Python and SOAP. I need to create a web service based on SOAP in Python. I read that I can use libraries like soaplib, suds and ZSI. I created a Hello World web service with soaplib, like in documentation (http://trac.optio.webfactional.com/wiki/HelloWorld). The problem is that I cannot make a client for ...

Calling JMX MBean method from a shell script

Are there any libraries that would allow me to call a JMX MBean method from a shell script. We expose some operations/admin commands through JMX, and we could have our admins use JConsole, or VisualVM, but some tasks are better left to automation. In that automation we'd like to be able to call a JMX MBean method on our running server, p...

ASP.NET C#: Create sub-folder in another website on same server

I am in the need to create sub-folders within another website on the same server as the requesting website. How do I go about doing this? I have tried Server.MapPath(path) but it is creating the folder within the current website. I.E.: websiteA on server 123 needs to create a directory within websiteB on server123. Please help ...

What are the caveats with increasing max_post_size and upload_max_filesize?

I want to increase max_post_size and upload_max_filesize on my server so that my application will handle larger files (as large as 2gb). But before I do that, what are the caveats? Obviously there was a reason the PHP developers set the size to be low. Will I need a certain amount of RAM for the operation? Any insight would be helpfu...

How do I make a simple DNS server listening two ports simultaneously in python

Hi, I'm trying to build a DNS server in python. It must listen two ports (8007 - client, 8008 - admin). The client only send an URL and receives the respective IP. The admin has permissions to change the DNS table (add, remove,.. doesn't matter to this right now). So my question is: how do I implement the server listening continuously ...

How to run .aspx page

Dear all, i am new to asp, can you please tell me how to run an aspx page at server. i have created a sample asp page in my machine,now i need run the .asp page in server. can you people tell me the steps to run. i mean what all the asp file needs to get copyed to server, do we need to make any changes to web.config file?, which folder...

What should be the maximum number of opened socket on a server?

For a web server, the socket connection are kept alive to save overhead. At which point the server should start to drop connection that doesn't have pending request and based on what premises? ...

printing image in java server side. open source

I need to be able to print barcodes from a web service. The numbers are stored on the server and need to convert them into an image and then print a barcode strait onto the printer without sending a print command from the browser. How can i do this. Is there a open source software out there ...

Is it possible to stream to an Android phone with Microsoft Media Server?

Let's say that I have Microsoft Media Server stream (i.e. mms://[some ip address here]). This stream contains both audio and video. Is it possible to stream this to an Android phone? How would I go about doing this? Preferably with video, but if it is an audio stream only that would also be okay. ...

Email control in .NET environment

I am using .NET and I wonder if there is some free program (or .NET open source) that can help to queue and control email outflow: Every time an email supposed to be sent, put it in the queue (database) Queue database will have these information: Timestamp, Email Address, Time in Queue, Time Sent, Success, Number of Retry Email must be...

Using EC2 Load Balancing with Existing Wordpress Blog

Hello, I currently have a virtual dedicated server through Media Temple that I use to run several high traffic Wordpress blogs. Both tend to receive sudden StumbleUpon traffic surges that (I'm assuming) cause the server CPU to run at 100% and slow down everything. I'm currently using WP-Super-Cache, S3, and CloudFront for most static fi...

VSTO Excel add-in not loading on terminal server

My configuration is windows server 2003 (i'm logged in with admin privileges), office 2003, vtso runtime 2005 se. After installing my addin, all registry keys are in the correct locations and I have given fulltrust to my assembly using caspol.exe. My addin is a application level addin. When I run excel with regmon and filemon running I...