Go Back   Website Hosting - VPS Hosting - Domain Registration Ireland :: Blacknight > Technical Support > VPS Hosting

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 28-08-08, 05:13 PM
Junior Member
 
Join Date: Aug 2008
Posts: 5
Default Some questions on VPS

Hi,

I am currently debating to purchase the VPS Starter Package with Windows Server 2003 and have a few questions before I make the purchase.

I hoping to use the server to host client websites which are all .NET based. Some are using .NET Framework 2.0 and others using 3.5. Is it possible to host websites with different frameworks on the same VPS?

I understand that I will need to install the frameworks myself, is that correct?

As the starter package does not come with Plesk which makes me nervous, but how are back ups handled?

Can MS SQL Server 2005 / 2008 be run on the server and used as a back end for my websites?

What edition of IIS is installed? IIS7.0 by any chance?

Do blacknight handle the operating system updates and any other patches?

Is their any software that is required by me to install on the server?

What is Virtuozzo Power Panel (Vzpp) used for? How is different from Plesk?

Also, I am hoping to use the server for source control. Have ye any experience of other clients doing such? My plan is to install Subversion on it and store my source code for projects on the server. I would connect to it then from my PC.

Apologies for all the questions but I am interested in the product but want to make sure it fulfill my needs!

Last edited by Amateur; 28-08-08 at 05:15 PM. Reason: Added question!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 28-08-08, 06:36 PM
Administrator
Site Admin
 
Join Date: Aug 2003
Location: Ireland
Posts: 406
Send a message via ICQ to blacknight Send a message via AIM to blacknight Send a message via MSN to blacknight Send a message via Skype™ to blacknight
Default

Hi

I'll try to address as many of your queries as possible, but please excuse if I miss a couple (you can always prod us for more info!)

Quote:
Originally Posted by Amateur View Post
I hoping to use the server to host client websites which are all .NET based. Some are using .NET Framework 2.0 and others using 3.5. Is it possible to host websites with different frameworks on the same VPS?
While I am not an expert on ASP.net it is my understanding that 3.5 extends 2.0, so there shouldn't be any issue with that.

Quote:
Originally Posted by Amateur View Post
I understand that I will need to install the frameworks myself, is that correct?
Yes, but it's quite a trivial operation
Quote:
Originally Posted by Amateur View Post
As the starter package does not come with Plesk which makes me nervous, but how are back ups handled?
You can setup backups from within your control panel
Quote:
Originally Posted by Amateur View Post
Can MS SQL Server 2005 / 2008 be run on the server and used as a back end for my websites?
Yes, but please bear in mind the resource requirements and limits
Quote:
Originally Posted by Amateur View Post
What edition of IIS is installed? IIS7.0 by any chance?
IIS7 does not ship with server 2003 as far as I know.
Quote:
Originally Posted by Amateur View Post
Do blacknight handle the operating system updates and any other patches?
This KB article covers most of this:
https://support.blacknight.ie/237/wh...g-the-vps.html
Quote:
Originally Posted by Amateur View Post
Is their any software that is required by me to install on the server?
That depends on what you are trying to do
Quote:
Originally Posted by Amateur View Post
What is Virtuozzo Power Panel (Vzpp) used for? How is different from Plesk?
Virtuozzo controls the basic operations of the VPS instance, while Plesk is a hosting control panel that can manage your sites, users, email etc., without you having to get "down and dirty" with IIS configuration files etc.,

Quote:
Originally Posted by Amateur View Post
Also, I am hoping to use the server for source control. Have ye any experience of other clients doing such? My plan is to install Subversion on it and store my source code for projects on the server. I would connect to it then from my PC.
I'm not sure if anyone has done this on a Windows based VPS, though I know we have several clients who have done it on Linux VPS
Quote:
Originally Posted by Amateur View Post
Apologies for all the questions but I am interested in the product but want to make sure it fulfill my needs!
That's perfectly understandable
__________________
Please do not send me PMs for support issues - thanks for your understanding.
Blacknight Blog | VPS Hosting| Blacknight Technical Status Blog | Speed Test|Webmaster Chat |Personal Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 28-08-08, 10:51 PM
Junior Member
 
Join Date: Aug 2008
Posts: 5
Default

blacknight,

Thank you very much for your detailed reply, it is very helpful.

I think all your answers have answered any questions that I have. Just the one thing:

"While I am not an expert on ASP.net it is my understanding that 3.5 extends 2.0, so there shouldn't be any issue with that."

This is half correct, 3.5 is an extension of 2.0 but 2.0 websites wont run on the 3.5 Framework and vice versa. Once I can select in IIS which framework the site is based on, then this should be covered off.

Have you any plans in the future to upgrade to IIS7.0? Or if I go ahead can it be upgraded to IIS7.0 in the future?

Also, the functions performed by Plesk, can these be performed in some other way eg allocating hosting, email addresses etc?

Finally, I do not have alot of experience of managing a server but hope to learn quickly, would you see my lack knowledge as an issue? Or a security vulnerability?

Again, thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 29-08-08, 08:47 AM
Junior Member
 
Join Date: Mar 2008
Posts: 7
Default

Quote:
Originally Posted by Amateur View Post
"While I am not an expert on ASP.net it is my understanding that 3.5 extends 2.0, so there shouldn't be any issue with that."

This is half correct, 3.5 is an extension of 2.0 but 2.0 websites wont run on the 3.5 Framework and vice versa. Once I can select in IIS which framework the site is based on, then this should be covered off.
I think, you, like a lot of people are confusing the .Net Framework with ASP.Net. There are several versions of the .Net Framework, 1, 2, 3 and 3.5m whilst there are only 2 versions of ASP.Net being 1 and 2.

.Net Framework 3.5 includes ASP.Net 2 and adds some programmability. In IIS, you select what version of ASP.Net you want to use, and if you have the .Net Framework, you set to use version 3.5 of that in your code. Setting the version of .Net Framework you wish to use is set in code, and not in IIS.

This site explains it well :
Scott Hanselman's Computer Zen - How to set an IIS Application or AppPool to use ASP.NET 3.5 rather than 2.0

Quote:
Originally Posted by Amateur View Post
Have you any plans in the future to upgrade to IIS7.0? Or if I go ahead can it be upgraded to IIS7.0 in the future?
IIS 7 is a feature of Server 2008. It can not be installed on Server 2003.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 29-08-08, 10:16 AM
Junior Member
 
Join Date: Aug 2008
Posts: 5
Default

Quote:
Originally Posted by mark View Post
I think, you, like a lot of people are confusing the .Net Framework with ASP.Net. There are several versions of the .Net Framework, 1, 2, 3 and 3.5m whilst there are only 2 versions of ASP.Net being 1 and 2.

.Net Framework 3.5 includes ASP.Net 2 and adds some programmability. In IIS, you select what version of ASP.Net you want to use, and if you have the .Net Framework, you set to use version 3.5 of that in your code. Setting the version of .Net Framework you wish to use is set in code, and not in IIS.

This site explains it well :
Scott Hanselman's Computer Zen - How to set an IIS Application or AppPool to use ASP.NET 3.5 rather than 2.0



IIS 7 is a feature of Server 2008. It can not be installed on Server 2003.
Thanks for this information. ASP.NET is based upon the .NET Framework so it has changed with each release of the framework. Anyway you have confirmed to me that they can run on the same machine so i'm happy with that!

Is there any plans to introduce Server 2008 into VPS? If not, when ye do introduce it, would it be possible to upgrade to it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-09-08, 01:51 PM
Junior Member
 
Join Date: Mar 2008
Posts: 7
Default

Quote:
Originally Posted by Amateur View Post
Is there any plans to introduce Server 2008 into VPS?
Not at present.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-09-08, 10:40 PM
Junior Member
 
Join Date: Aug 2008
Posts: 5
Default

Quote:
Originally Posted by mark View Post
Not at present.
Thanks for the confirmation.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
questions, vps

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:51 PM.


VPS Hosting Web Hosting Ireland Blacknight Blog Blacknight Status

Powered by: vBulletin Version 3.7.3, Copyright ©2000 - 2009, Jelsoft Enterprises Limited.
Blacknight 2005 - 2008 | VPS Hosting

SEO by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17