473,408 Members | 1,771 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Web Server...

Ali Rizwan
925 512MB
Hi all,
I want to start my website using my own computer.
How can i install IIS and how can i use it for a web server.

Thanx
>> ALI <<
Jun 6 '08 #1
9 1956
kenobewan
4,871 Expert 4TB
First I have to give you a warning. If this is your home computer this is a really bad idea. Letting the world into your home to try and save a few dollars, well its just wrong.

If you decide to jump anyway, you need to know that IIS is a windows component. You go to add or remove components and to windows components. If it isn't there you will have to upgrade your OS.

Good luck!
Jun 8 '08 #2
Ali Rizwan
925 512MB
First I have to give you a warning. If this is your home computer this is a really bad idea. Letting the world into your home to try and save a few dollars, well its just wrong.

If you decide to jump anyway, you need to know that IIS is a windows component. You go to add or remove components and to windows components. If it isn't there you will have to upgrade your OS.

Good luck!
Thanx
But can i know how can i prevent such type of activities like hacking etc...

Thanx
>> ALI <<
Jun 12 '08 #3
RedSon
5,000 Expert 4TB
Thanx
But can i know how can i prevent such type of activities like hacking etc...

Thanx
>> ALI <<
First, you need a really good firewall. Then you need to learn everything you can about locking down IIS. It really isn't something to take lightly, your computer can be messed up very easily if it is not configured properly. Additionally you need to be aware of your ISP's policies regarding home servers. You may not be allowed to have them and then they can shut down your internet service.
Jun 12 '08 #4
sicarie
4,677 Expert Mod 4TB
First, you need a really good firewall. Then you need to learn everything you can about locking down IIS. It really isn't something to take lightly, your computer can be messed up very easily if it is not configured properly. Additionally you need to be aware of your ISP's policies regarding home servers. You may not be allowed to have them and then they can shut down your internet service.
And lock down the OS that it's on as well.

I'd also recommend centralized log monitoring so that you are not dependent on the logs on a single system (which can be modified and erased after a device is compromised. But if they're kept somewhere else it makes that more difficult)
Jun 13 '08 #5
RedSon
5,000 Expert 4TB
And lock down the OS that it's on as well.

I'd also recommend centralized log monitoring so that you are not dependent on the logs on a single system (which can be modified and erased after a device is compromised. But if they're kept somewhere else it makes that more difficult)
Well that would be *de*-centralized log monitoring if you are not going to be dependent on one system.

A good way to do that is to have your server pass its logs to a write-only network share or email it's logs to you every minute or so.
Jun 13 '08 #6
sicarie
4,677 Expert Mod 4TB
Well that would be *de*-centralized log monitoring if you are not going to be dependent on one system.

A good way to do that is to have your server pass its logs to a write-only network share or email it's logs to you every minute or so.
Dang, I may have my terms mixed up.

My company, for example, has a real-time agent that sits on all our builds and forwards the logs to a SIM/SEM that then not only processes and retains, so that we can run specific reports later, but also has a correlation engine so that if there is something the 'human element' misses, it still triggers an elevated event for investigation.
Jun 17 '08 #7
jhaxo
57
im guessing that you dont have a windows server os and can't afford to buy a copy of the cd. windows xp home edition does not support iis , and xp pro will impose restrictions on connection count and restrict you to iis 5.0.

By contrast you can go to apache.org and get apache and install it.
Jun 17 '08 #8
RedSon
5,000 Expert 4TB
Dang, I may have my terms mixed up.

My company, for example, has a real-time agent that sits on all our builds and forwards the logs to a SIM/SEM that then not only processes and retains, so that we can run specific reports later, but also has a correlation engine so that if there is something the 'human element' misses, it still triggers an elevated event for investigation.
So what you have is a bunch of logs being sent off to one location? I suppose it depends on which direction you are looking at it from. Centralized since there is only one computer collecting the logs but de-centralized since all the computers are sending their logs off to somewhere.

The point is...if your web server gets compromised you want to make sure that your logs are safe so you can see what happened and then fix the problem. The terminology isn't really important. Also, if you are having your server send off its logs to somewhere else, you'd better be sure that the "somewhere else" is protected as well.

A good person to ask about this is iamclint, he runs a professional website for his company, knows tons about IIS.
Jun 17 '08 #9
iam_clint
1,208 Expert 1GB
We don't send any logs off anywhere out of our local network. However you do want to keep everything locked down as tight as you can without affecting your end users. We use a cisco pix hardware firewall and a few routers for hardware security. In IIS you will want to disable things like Directory Listing,

---- Home Directory
If local path have settings something like
Read Only
Log Visits
Index this resource
---- Options to stay away from ----
Write Access
Directory Browsing
Script Source Access

---- Directory Security ----
for authentication and access control we use integrated windows account and have that account locked down.

---- Documents ----
This is the tab where you can tell your server which file to autoload when a user hits your IP on that port.


---- Website ----
If this is not a public website you can change the port from 80 to another. You probably want enabled Keep-Alives and Logging.


---- Performance ----
This is where you can set your amount of connections allowed at 1 time, Depending on your os version.
Jun 17 '08 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Phil | last post by:
I am using a Pascal like language (Wealth-Lab) on W2K and call this server: class HelloWorld: _reg_clsid_ = "{4E797C6A-5969-402F-8101-9C95453CF8F6}" _reg_desc_ = "Python Test COM Server"...
6
by: Nathan Sokalski | last post by:
I want to set up SQL Server on Windows XP Pro so that I can use the database capabilities of ASP and IIS. I am probably using some incorrect settings, but I am not sure what they are. Here is what...
9
by: Grim Reaper | last post by:
My work let me put SQL Server 7.0 Enterprise Edition on my laptop. I have never setup a server from the beginning, so I am a little new at creating server groups. Alright, I am trying to create...
0
by: Chris Halcrow | last post by:
Hi I've spent ALL DAY trying to re-install SQL Server 2000 on Windows XP. I continually get the error 'cannot configure server' just at the end of the installation. I've tried the following: ...
0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
2
by: Hazzard | last post by:
I just realized that the code I inherited is using all asp.net server controls (ie. webform controls) and when I try to update textboxes on the client side, I lose the new value of the textbox when...
2
by: Mike | last post by:
Hi, I am strugling with a simple problem which I can't seem to resolve. I have an asp.net page which contains a server-control (flytreeview, which is a kind of a tree to be exact). The tree is...
2
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of...
14
by: Developer | last post by:
Hello All, i have recently installed VS2005 and was trying to install SQL sever 2000. I have Win XP' SP2. But when I tried installing, it only installed client tools and not the database. Can...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.