web-hosting

1and1 windows hosting with asp.net

Not sure if anyone has used 1and1 MS Hosting and encountered problems with their trust levels? I am simply trying to send mail using system.net.mail in asp.net (which works fine) but when its online with 1and1 I get this error: Description: The application attempted to perform an operation not allowed by the security policy. To...

Linux patterns and practices for hosting web application

I work mostly on desktop application on Windows platform. Now I am focusing on Linux platform to host web applications. While hosting the application on Linux, I don't follow any procedure. I simply CHECKOUT the files from SVN and run the application on home directory. I don't know where to store the application data (example: mysql/p...

Troubleshooting an MVC deployment

I don't seem to have much luck with deploying MVC applications to my remote host. I've just built an updated site in MVC v2 using Visual Studio 2010 and, having published and deployed it via FTP to my host, it's not working. Source Error: Line 39: <compilation> Line 40: <assemblies> Line 41: <add assembly="System.Web.Mv...

How can we configure IIS for domain name mapping

Hi, I would like to configure IIS server at(windows server 2003) for domain name mapping. We have purchased domain name for one of our newly created website. I would like to know how can i configure IIS so that anybody from outside world can reach wensite by typing url. say http://xyz.com/ it should redirect at my website home page. ...

Upgrade Shared ASP.NET hosting to VPS?

At what point should I consider upgrading my shared ASP.NET hosting package to VPS/Dedicated Hosting? I'm currently getting a few hundred visits per day on my website, but with a few major changes, i'm expecting a large spike in traffic. Also, should I consider Microsoft Azure so i don't have to deal with all the administrative mess?? ...

Does silverlight hosting requires any additional cost or special web server?

If I want to host a site developed with Silverlight does it require any additional cost or special web server? Or i can just host it on my current ASP.NET hosting provider? ...

Anybody heard of HOSTING 2.0

What is HOSTING 2.0 , what does it actually means? what is the difference between normal and 2.0 hosting? ...

how to get host from my hosting?

i am installing a mysql database for the very first time on my web hosting. and am stuck. what value to put in $host in connection config of mysql DB? the rest i know. till now i have been using localhost. now i am going live. from where to get the host information? ...

Web Hosting Companies, Coldfusion

Does anyone know a place where I can either get cheap deals or exchange advert space for free hosting for a coldfusion 8 website, + MYSQL 5? I want unlimited space, broadband etc. ...

SQL Databases Quota Website Hosting.

Id a 10gb Total SQL Databases Quota enough for a site that only has comments, not any pictures or videos? say each post was (in LONGTEXT, under mysql) about a paragraph - would this be enough for say a few million or hundread million posts? how may about? Really appreshate the help - I found a good host site "http://www.ixwebhosting.com/...

identical contact forms behaving differently on different hosting accounts

I've never experienced this problem. I have two hosting accounts, one with godaddy, and one with hostgator. There are identical files on these two URLS: http://www.cloth2clay.com and http://www.vitaminjdesign.com/cloth/cloths/ Both websites look the same, but there is one major difference. When filling out the contact form on the sec...

How to decide number of site limit in IIS 7 ?

Hello How to decide number of site limit in IIS 7 if given seprate application pool per site for different version? Any one know it? - Kartik ...

ASP.NET Default Document

i have default.aspx and index.html. I uploaded both to the server, but i want my first page start with index.html. What should I do? ...

Webhost claims ASP.NET MVC support, but runs .NET 2.0.50727.4200?

Is a server which returns 2.0.50727.4200 for System.Environment.Version going to support ASP.NET 3.5? The webhost claims I should ignore the details in the control panel but I get 2.0.50727.4200 when checking the aforementioned system variable. ...

Usage-Metrics for ASP.NET Web Services

Is there a way to collect usage metrics of an ASP.NET web service like Google Analytics collect usage metrics of a web site. All without implementing my own database tables or code. I don't need to collect the huge amount of information collected by Google Analytics, only simple information, like the number of calls and their distributi...

How to use HeidiSQL (or similar MySQL managers) with hosted databases

Hello! I'm using HeidiSQL ( http://www.heidisql.com/ ) to manage my databases at work (I prefer this over phpMyAdmin). Now, I want to use HeidiSQL with my personnal host plan, but when I connect to MySQL with my host, I connect with "localhost" in PHP but at work, I connect to databases with something like "supersqlserver.foo.net"... ...

Web host with Jaxer

I'm a guy who's hosted on HostGator because I want cheap PHP hosting. However, I've been playing with a Jaxer server on my linux box and I'd like to write web apps in it. Can anyone recommend an affordable host that runs or will allow me to run Jaxer? I'd rather not get a dedicated or VP server... Thanks to the community! ...

Is it possible to use AWS as a web host?

Is it possible to load / host an entire website using AWS? Or is it only a service that can load specific pieces of a website - such as images, etc. Obviously, I'd want to use my own domain. If you can use it, are there any limitations? Here's the AWS link, for context: http://aws.amazon.com/s3/ ...

Can a website be hosted on 2 servers?

Hi, I was looking to change my hosting company, but then I thought about hosting one of my sites on 2 servers, I know this Is possible but how can this be done? I need one of my sites to be hosted from 2 servers (2 different hosting companies) Any way for this to happen without much hassles? Regards, =) ...

URL rewriting in PHP without htaccess

website is running on a web hosting where we don't have access on htaccess file. i want to do URL rewriting for user friendly URL. e.g. Original URL www.domain-name.com/file?q=name expected URL www.domain-name.com/file/name ...