|
I've currently got an ASP.Net site hosted with DiscountASP.Net what I would like to do now is put a second site in a subdirectory of this original site and register a new domain to point at the subfolder, so to the end user its 2 completely seperate sites...
Started by Gav on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If discountasp.net allows you to set host headers / additional domains or anything similar and if they do.
|
|
With PHP, I can make numerous PHP websites locally and then upload each of them to its own sub-directory of my PHP hosting service.
However, with ASP.NET, it seems that I can only upload my ASP.NET to the root of my hosting service. If I upload to a sub...
Started by Edward Tanguay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In IIS, you can configure sub- and virtual directories....
You need to contact your hosting service, use their Help pages, etc.
I don't know about YOUR hosting service, but my cheap GoDaddy service allows me to specify with their own Web.config's.
|
|
I have a couple of sites which I would like to host out of the same account and each should be accessible by their unique domain name (not out of a sub directory or sub-domain) instead of paying individually for several hosts. Are there any companies ...
Started by Joe on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
We're currentlyYou could buy a reseller....
We do exactly that using a shared hosting account at PerformanceHosting .
The possibility of just using a regular shared hosting account with cPanel as long as the plan offered directory.
|
Ask your Facebook Friends
|
Which linux non shared web hosting with shell account access are you using and would recommend?
One of the requirements is that it is based on Linux, has access to (root?) shell account so I can install my own version of apache or tomcat or whatever to...
Started by Dev er dev on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Access to (root?) shell account so I can install my own version of apache or tomcat or whatever) and a lot more hard disk (I put 1Tb in mine) compared to the usual VPS or managed hosting.
|
|
I'm curious how VPS accounts work. I know my shared hosting provider can look through my files since they've changed things in the past. If I purchase a VPS account, like from Linode or Slicehost for example, would the folks there be able to see my clients...
Started by andy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
At that point all the files on your virtual server would be accessible .
On the virtual machine host.
|
|
Me and my friends have seen a few of web hosts ( ipower , bluehost , etc) which offer unlimited bandwidth + unlimited space + unlimited domains. What's the catch with these hosting plans? I mean, multiple people can buy one account and share the unlimited...
Started by LantisGaius on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Shared hosting was exceeded, and Godaddy just killed.
Once you're using N% of the shared hosting on a machine of theirs they're of this with the Maccast website and Godaddy a few years ago.
And space allocation.
|
|
Thinking about signing up for $100 Windows 2008 Virtual Machine Hosting Account I am going to be running a Web Server (IIS) and ASP.NET site that taps into a SQL Server what license am I supposed to buy? Never had to pay for SQL before. Always been paid...
Started by tyndall on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A hosting account, many hosters allow you to 'rent' a SQL box or space on a SQL box without you from
If you need an SQL Server licence on a shared hosting environment then you need to obtain the SQL Licence from your hosting....
|
|
Are there any HOTWO's or books that go over real world, best practices, on setting up a computer like unix hosting companies do?
Answer Snippets (Read the full thread at serverfault):
Practices vary between hosting companies at a hosting company and buy....
But, in a nutshell, most just install a web hosting Microsoft Virtual Server I'll let my peers fill in the blanks.
That is a loaded question if I ever saw one .
|
|
If I type in domain.com and www.domain.com, they both show the same website, but show different urls in the address bar. I'd like visitors and search engines that just type "domain.com" to be redirected to "www.domain.com".
I'm using IIS 7 on a godaddy...
Started by Greg on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Script>
Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_HOST
RewriteCond %{HTTP_Host} ^(www\.)?secondary-domain1\.com$ [NC] RewriteRule ^(.*)$ http.
|
|
Thinking about signing up for $100 Windows 2008 Virtual Machine Hosting Account I am going to be running a Web Server (IIS) and ASP.NET site that taps into a SQL Server what license am I supposed to buy? Never had to pay for SQL before. Always been paid...
Started by B Tyndall on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Depending on the spec of the (virtual) machine you are using, and the size the application database is expected to grow to, in the near future you might find SQL Express... .
For a web server like this you need a per CPU license, and no client access licenses .
|