|
-
Dec 2nd, 2009, 04:16 AM
#1
[RESOLVED] Web server
Hi,
My client wants to setup a webserver in his office, which will be used for hosting the company website... Website is created using ASP.Net and SQL Server...
So, what are the things that I have to keep in mind while setting up the server..???? (I don't have any previous experience )
Please tell your recommendations....
- Akhilesh
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Dec 2nd, 2009, 06:19 AM
#2
Re: Web server
Hey,
Since you are using ASP.Net and SQL, you are pretty much leaving yourself one choice for the web server, and that is IIS. Which version you use, you depend on which version of Windows Server you are going to install.
Things to look out for:
1) Make sure you have the right version of the .Net Framework installed for the application you have created
2) Make sure ASP.Net is correctly configured in IIS, and that your website is set up to use the correct .Net Framework
3) Make sure the connection string to your database is correctly configured in your web.config file
As a general overview, you are going to want to take a look at the following:
http://msdn.microsoft.com/en-us/library/ms178477.aspx
Hope that helps!!
Gary
-
Dec 3rd, 2009, 04:05 AM
#3
Re: Web server
Thanks Gary ... 
In General, what's your system recommendation for this server... 
This site is expected to have 1000+ daily visits...
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Dec 3rd, 2009, 04:08 AM
#4
Re: Web server
Hey,
Are you talking about server hardware specifictions, or software specifications?
Gary
-
Dec 3rd, 2009, 04:08 AM
#5
Re: Web server
Both...
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Dec 3rd, 2009, 04:11 AM
#6
Re: Web server
Hey,
I thought you might say that 
In terms of software:
- Windows Server 2008
- IIS 7
- SQL Server 2008
In terms of hardware
- 4GB Ram
- as much hard drive space as you think you will need. Given the price of storage just now, let's say 1TB
- CPU, fastest you can afford
These are just off the top of my head, and I haven't put much thought into it.
Gary
Last edited by Pino; Dec 4th, 2009 at 03:45 AM.
-
Dec 3rd, 2009, 04:14 AM
#7
Re: Web server
Thanks pal... 
Which broadband connection should I prefer..??? (speed)
{I am from India...}
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Dec 3rd, 2009, 04:50 AM
#8
Re: Web server
Have a look at the UpSpeeds (Not download) - the higher the better and also check that the provider will allow you to host services - Most dont.
Why not use a reputable hosting company?
Btw Nice Typo:
In terms of software
* 4GB Ram
* as much hard drive space as you think you will need. Given the price of storage just now, let's say 1TB
* CPU, fastest you can afford
-
Dec 3rd, 2009, 05:01 AM
#9
Re: Web server
Have a look at the UpSpeeds (Not download) - the higher the better
Thanks... 
check that the provider will allow you to host services - Most dont
What services...???
Why not use a reputable hosting company?
Most of them allows only limited amount of space for Database... 
Check this one
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Dec 3rd, 2009, 06:01 AM
#10
Re: Web server
 Originally Posted by akhileshbc
Thanks...
What services...???
The web server?
 Originally Posted by akhileshbc
Most of them allows only limited amount of space for Database...
Check this one
It will cost more to buy and host a server yourself than pay for one with unlimited Database space.
-
Dec 3rd, 2009, 06:56 AM
#11
Re: Web server
It will cost more to buy and host a server yourself than pay for one with unlimited Database space
Thanks for the info.. 
I will check that option...
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Dec 3rd, 2009, 09:48 AM
#12
Re: Web server
 Originally Posted by Pino
Btw Nice Typo:

Doh, my bad, was rushing that post
-
Dec 4th, 2009, 03:44 AM
#13
Re: Web server
 Originally Posted by gep13
Doh, my bad, was rushing that post 
Its cool.
Did this issue get sorted?
-
Dec 4th, 2009, 04:40 AM
#14
Re: Web server
Thanks guys...
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Dec 5th, 2009, 07:33 AM
#15
Re: [RESOLVED] Web server
Hey,
Out of interest, what did you end up doing?
Did you find a host, if so, who did you end up using?
Gary
-
Dec 5th, 2009, 07:54 AM
#16
Re: [RESOLVED] Web server
I think getting a Dedicated Server from them will solve this... But they are too costly... So, I need to make some money now...
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|