For a while, I thought I'd host stuff at home because I can do whatever I want. However, hurricane Ike knocked out my power for a week, and I've finally realized this situation won't work.
I have extremely low traffice websites (20 visitors/day), so I don't need tons of CPU or bandwidth. What cheap options are there for VPS hosting th...
My old shell host (StrayNet) is closing up, and I'd like to find a decent, relatively cheap Unix shell host that offers:
a couple of background processes
email, irc, etc.,
an IP address or vhost.
For the record, I do have a Slicehost slice, so I'm not looking for anything to host a project. I just like having a third location to pin...
I have a fast dedicated internet connection and a static IP address at my office. I also have a web site that I want to host on my server machine (win server 2003). I know how to setup a web site through IIS but have no clue how to point my domain to my site and configure my server to serve for that domain. Can anyone point me to a prefe...
Hi!
I need a test application which provides a simple host/telnet user interface (like on a IBM S/390 main frame). The application should be accessible by a terminal/host program like "Personal Communications" and provide a simple user interface. Please note that no functionality besides the "GUI" is required.
How do I implement such ...
Can anyone tell me why when I create a new web service in an asp.net project does it tell me that the host is 0.0.0.0? This is also disallowing me to test the webservice because its coming from a different IP than the host (obviously not 0.0.0.0). What the hell is going on? What did I configure wrongly?
...
Hello all,
HELP! I just setup a virtual host for two sites that have a lot of traffic and I think I just messed something up! Here is the end of my httpd.conf:
NameVirtualHost *
<VirtualHost *>
ServerName www.mydomain.com
DocumentRoot /var/www/html
</VirtualHost>
<VirtualHost *>
ServerName www.mydomain2.com
DocumentRoot /var/www/downl...
I need an applet to open a socket and communicate with a server listening on
the local host to which the applet downloaded (the end user machine).
contrary to what I have read about applet security, it seems that even signed applets
cannot open a socket to a different host from which they were downloaded (on the same machine it works p...
i have a local apache web server... i want to send a text file in the local host to the client..
...
how to get hostname with IP without logging into the host
...
In a paper about the Life Science Identifiers (see LSID Tester, a tool for testing Life Science Identifier resolution services), Dr Roderic DM Page wrote :
Given the LSID urn:lsid**:ubio.org**:namebank:11815, querying the DNS for the SRV record for *_lsid.tcp.ubio.org returns animalia.ubio.org:80 as the location of the ubio.org LSID se...
We have our own glue-layer-code-thingamajig that allows us to host the .NET runtime in our Win32 Delphi program. This has allowed us to do a gradual transition to .NET over time.
But, we have some problems with it from time to time, and yesterday I saw an answer here on SO that referred to Jcl's .NET host implementation, so I thought I'...
Let's say I have two machines, A and B, on the public internet (not an intranet).
Machine A has a web server that hosts unencrypted images of confidential documents.
Machine B hosts an ASP.net or Java servlet page for allowing manipulations of those images.
The URL of media on Machine A can be passed to the page on Machine B, which ca...
I think I understand the basic principals of T4 but I'm having a hard time figuring out how to apply it to my particular situation.
I have an application that display lists of objects of some kind - doesn't matter what. I want to allow the users to select 1 or more of these objects and submit them to any template. The template could g...
Hi,
I am trying to make a UPnP device using Microsoft API's via Visual C++. So far I have created the device and registered it successfully with the IUPnPRegistrar::RegisterDevice method. I have also read in MSDN that there is another method to register a UPnP device using the IUPnPRegistrar::RegisterRunningDevice.
There isn't much det...
Hi,
The error mysql could not fetch schema table status occurs when I try backup or list database tables using MySql Administrator.
I did some research on MySql Bugs (id=28140) and also MySql Forums (http://forums.mysql.com/read.php?34,169966,170024#msg-170024). Their solution talks about McFee.
Actually I rent a Windows 2003 VPS host...
Hi to everyone,
i am new in asp.net i dont know to how to combine two asp.net web site into one like domain and subdomain concept.
i know the procedure to host one web application in local iis. Please explain the how to combine two application and how to host in local iis i.e) single url as domain(one web application) and subdomain(anoth...
I'm writing some code that processes URLs, and I want to make sure i'm not leaving some strange case out...
Are there any valid characters for a host other than: A-Z, 0-9, "-" and "."?
(This includes anything that can be in subdomains, etc. Esentially, anything between :// and the first /)
Thanks!
...
I'm looking for an ASP.NET and SQL Server host for a site I'm developing. Here's the important caveat though: I have a backup of a SQL database (.bak file) and need to be able to restore this database on the host.
Can someone refer me to a host where I have enough control over SQL Server that I can restore a database .bak file?
...
Let's say I have a list of ip's coming into a log that i'm tailing
1.1.1.1
1.1.1.2
1.1.1.3
etc..
and i'd like to easily resolve them to host names. I'd like to be able to
tail -f access.log | host -
Which fails as host doesn't understand input from stdin in this way. What's the easiest way to do with without having to write a sta...
Hi,
I have a C++ program that will run on several machines that use a Network File System. For each of the C++ libraries that my program uses, I installed a version for each machine, under ~/program_files/machinename/libraryname.
"machinename" is obtained via bash command "hostname". On the machines I am using, "hostname" outputs someth...