server

What's the best (and cheapest) Rails hosting provider for a prototype application?

I know the question on what the best Rails host has been asked and discussed before, but I'm looking more for advice with my specific scenario. I have a SyncML server that requires a minimum of 512MB RAM that I want to hook up to a Ruby on Rails front end. I'm going to be using a Linux environment to serve these. What I'm putting toge...

video recording from web browser

Hi there, i have asked to create a module that will record video messages form the web browser it self. what technologies, i should look at. and how should i start. please give me some pointers. A sample code will be appreciated. :) ...

Programmatically starting an HTTP server in C#?

I'm a C#, ASP.NET newbie. Let's say I have an existing C# project (from a "Console Application" template; I work with Visual Studio). I want to be able to start a simple HTTP server and serve .aspx pages (or ordinary text even, in which case I'm also looking for a nice templating library ^^), but only if a certain command is given to th...

Server Side Includes vs. ASP.NET Techniques is there a performance difference?

I was recently hired to update an ASP.NET 1.0 site, created before master pages were available. Hence the pages have server side includes (ssi) like <!-- #include file="footer.html" -->. I was about to update the *.aspx pages with a master page that contained the markup previously in the ssi's. I'm convinced this is the right thing to do...

corrupt MicrosoftAjax.js? unexpected token? what is this?

I have an asp.net form that contains some html, 2 controls a calendar from the AjaxControlToolkit and a custom SandTrap.WebControls textbox which works fine on several other servers we have this form running on. However on one server It breaks and when I debug the javascript It seems I have a corrupt MicrosoftAjax.js being downloaded - i...

Inheriting permissions from "web site" folder in IIS 6

In trying to configure a new website, I am running into a problem managing IIS 6.0. I use the wizard to create a website. I set the Web Site permissions to read and point it to the folder that contains all the pages and folders with icons. The website is created but unless I add IUSR to each file and folder, the page will not load. This...

what is the difference between web servers and application servers?

what is the difference between web servers and application servers? I have googled but couldnt get clear... ...

Get the static text contents of a web page

Hi all! I have a search bar in my web site that searches for all the pages in the web site that contain a particular keyword. This is achieved by querying an Indexing Server catalog. My question is as follows, suppose I search for the word "ASP.NET" and i got say 3 pages that contain an occurence of "ASP.NET". I want to display the l...

How do you flush Python sockets?

I've written a server in Python that is meant to send data to the client in the form "Header:Message" I would like to be able to have each message sent individually so that the client will need to perform minimal work in order to read the "header" and the "message" Unfortunately, I can't figure out how to properly flush a python socke...

Troubleshooting PHP Mail

How can I check a problem with mail being sent on my server? I run a simple test: if(mail($to, $subject, $message)) { echo 'Mail Sent'; } which the test outputs the text. But no mail ever arrives. How can I go about tracking down the issue? Thanks Rich ...

PHP Upload not working due to server conf

I am using this upload script here: http://www.webcheatsheet.com/php/file%5Fupload.php It is working in server 1 but not server 2 This is server 1 http://bit.ly/Cf3bm This is server 2 http://bit.ly/1LZMRY Anyone knows why? Thanks ...

Python socket client to a Java socket server

Hello, I have a Java socket server that is expecting exactly n bytes from some port. I want to write a Python clients that just sends bytes on some port to the Java server. Since Python does not have primitives, I'm not sure to send exactly n bytes. Any suggestions? More details: I have a Java DatagramSocket that takes in n bytes: Da...

web page is trying to open a site on your intranet

Hi, I have a web site that work with external Credit Card Processing (cybersource) when user want to buy the webpage redirect to cybersource the user fill his details and click buy, the page redirect to my web site and show this message "the current web page is trying to open a site on your intranet do you want to allow this" the u...

How to create simple C# Binary socket server (Not WCF!) (Simplest Way To Open and Use a Socket in C# ?)

How to create simple C# Binary socket server (Not WCF!) Who knows the Simplest Way To Open and Use a Socket in C# (Not with WCF)? What do I need? I need - Open Source Libs Tutorials Blog posts/Articles Vote!) one who will take at least (0+25) votes wins ...

How to create simple C# full-duplex TCP/IP stream socket connection?

How to create simple C# full-duplex TCP/IP stream socket connection? What do I need? I need - Open Source Libs Tutorials Blog posts/Articles ...

Is Mono appropriate for developing servers?

Is Mono appropriate for developing server applications, or only desktop applications? I'd like to develop server applications in C# for Linux. I want to write a First Person Shooter (FPS) game in C#/XNA, and I've a Linux dedicated server. But this question is generally for all types of server applications... ...

CI Servers for system simulation

My group work for a software of simulation for plane. To achieve a faster and easier validation and verification, we decided to introduce continuous integration. But I have no idea which CI servers should we choose. Our contraintes: - We need to compile in different machine with different platform( Linux, HP ) in local net and in cl...

Get the contents of an indexed file from an Index Server catalog???

Hi guys! Is it possible to retrieve the contents of a file from an Index Server catalog? I have tried selecting the "contents" column but it returns an empty string all the time & by reading from this codeproject article i can understand that the "contents" column can queried but not retrieved! So is there any way to get the contents u...

Test Server HTTP 1.1 Compression

Hi, I want to find about the HTTP 1.1 compression of the site I am talking to. I need to do it programmatically in Java. What I want to find out is: Does the server support compression for incoming requests? Does the server support compression for responses? Thanks in advance. ...

Can we create a Silverlight Socket Server ONLY using SILVERLIGHT and XML's (NO WCF WPF CONSOL APPS)?

Can we create a Silverlight Socket Server ONLY using SILVERLIGHT and XML's (NO WCF WPF CONSOL APPS)? If yes. What do I need MSDN if there is any help on this. Open Source Libs/wrappers for encoding/decoding. Tutorials and blog articles on How to do it. If no I need where did you get the info from (link to MSDN or other official...