web-hosting

Can I use LGPL libraries (client side javascript or server side jar) in my Commercial Web Apps?

I'd like to ask this question in two standpoints. As a library developer, I don't want my work to be used in source closed web apps while most web apps are source closed. (And they are also worthless to distribute, generally a web app is individual-dependent). The trendency of moving towards to cloud-computing, seems there will be less ...

alias/ short form of address of silverlight app on hosting

Hey, I host my Silverlight app in commercial hosting, but to get it I must put in address field in browser all physical path to aspx file ;/ http://netmajor.home.pl/SecretaryAppNav.Web/SecretaryAppNavTestPage.aspx It is some way to configure application that I can write short address of my page ? ...

what baseAddress of WCF service when publish at hosting?

Hey, I have services on my application and when I test it on localhost everuthing was ok. But when I publish it I have problem with base Address property. What should I put there ? My web.config part: <services> <service name="WcfService1.Service1" behaviorConfiguration="metadataBehavior"> <endpoint address="" binding="basicHttpB...

Using PIL on web hosting machine

Hi, I want to be able to use the PIL library on a web hosting machine. The machine has Python 2.4.3 installed, but not the PIL library. I tried downloading the PIL source and putting the PIL folder into my directory. It kind of works, except when I need to do some actual image processing, which brings up an ImportError, saying that "The...

Is 256MB Ram cloud server enough to run a simple web application in PHP?

I have written a simple web application mostly full of static web pages with several you-tube embeddings. Few forms and so on. All this is developed using CodeIgniter. The site is very similar to Academic Earth. With videos served from Youtube. It has got 400 users only 30-40 are active. I am not interested in shared hosting and want ...

What's the best hosting for ASP.NET MVC 2, Silverlight 4 and WPF with Team Foundation Server 2010?

I need some web hosting for testing my internal web application with my few customers and hosting my personal public website. The web hosting must provide almost following request. Allow me to use the following technology. ASP.NET MVC 2 or higher MS SQL 2008 R2 Silverlight 4 and WPF (xbml) Team Foundation Server 2010 Price must ...

How Come Everybody Can See My Private Files?

Sorry for the newbie question... When I go to http://www.plans4boats.com/scripts/youtubeplayer/ in Google Chrome, I can see a full listing of the files there. What should I do if I don't want any old hacker to just come in and view/copy my source codes? Does it have something to do with htaccess? I discovered that putting a blank ind...

Hosting Plan -- Need advise

Hi, I am planning to host a site which will have a huge traffic (Around 10000 users and all will be posting text, images, and will be rating other members). So please advise me on the server configuration would require, or Which hosting plan is suitable. Thanks ...

Mixing Ruby on Rails and ASP .Net

I’ve scoured the Internet via Google and could not find if it is possible to host ASP .Net and Ruby on Rails on the same server! Do you know if it is possible? If not, would I be able to do this? – www.abc.com – redirects to Page A (hosted on Ruby on Rails server) – jobs.abc.com OR www.abc.com/jobs - redirects user to Page B (hoste...

what's the common approach while saving and editing images in a website?

I am building a website using asp.net and this website will host users images and will give them options to edit these images by resizing, cropping, watermarking,.... I am thinking of 2 ways to save images and want someone to recommend one or advice me with something different better. 1- The user will upload his images, i will put th...

categorize website based on visitors count.

my site is having around 300 unique visits/5000 pageviews per day. i want to know how many unique visits/page views (approx.) a site should have to be called low , moderate and high traffic website. also how can i test strength of my website, like how many requests my website can process simultaneously. http://loadimpact.com/ -- iam l...

Cloud machine for Windows .NET app

I am currently running a new .NET application on an Amazon instance. I really like it, as it comes with Windows 2k8, IIS7 and SQL server pre-installed. However, it's costing a bit, at about $90/month for a small instance, which is catagorized as: "Small Instance (Default) 1.7 GB of memory, 1 EC2 Compute Unit (1 virtual core with 1 EC2 C...

Do I need VPS to get CodeIgniter and PHP 5.3

I am currently hosting my site on my computer on WAMP, however I am looking to take it live. The problem is that it uses both CodeIgniter and PHP 5.3. It will not however, draw very much in the way of traffic to start. Is there some way I can get greater control of my server (so that I can use 5.3 and CI) without having to pay the expens...

What is VPS Hosting?

Hey I made a website and want to host it on a good web host but I'm confused by VPS hosting. What's that? Can I put my website on it? Is it different from other web hosting? Thanks guys! ...

How to create an EngineYard-like service for other languages?

Hi, Does anyone know what is needed to create an EngineYard-like service for other languages? Where should one start? Thanks ...

Things to be done before hosting a website in internet in ASP.Net

What are the things to be done before hosting the website in internet server? All kinds of testing and defect fixing work are over for the website which is currently hosted in intranet server. We have the server informations for hosting the website and also the database details. We also have the list of third party controls/softwares whi...

Problems submitting form in hosting provider

I uploaded a form to my server. but no values are posted. which means the form isnt submitting . Ive run the same script in my local machine and it works perfectly. ive been in web development for a year now and i've never seen a problem quite like this one. The form is just a simple one (plain html too with php to check the posted var...

Good Options for Java Developer who needs Inexpensive Web Hosting

As a programmer with limited experience, and interest, in server management, what are some good options for having space available online that makes getting to the actual development and deployment of Java web applications simple? Needs: - ability to create, or at least manage a database through non-command line interface, even if it ju...

link to external javascript file in a subdirectory from a web host

I have my index.html at the root of my web host, and my javascript file is in a directory(JavaScript) which is also at the root. How can I link my index to the js file? I did the following, but it's not working: <script type="text/javascript" src="JavaScript/filename.js"></script> in the head. It works when I do the inline javascript ...

Problem with DateTime.Now on Server

Hello All, I have a great problem and I don't know how to solve it I have created a web application and host it in USA server , and the users who access this web application from Egypt The problem that i'm using DateTime.Now method inside the application and this method return the time of USA server not the time of the machine that us...