|
|
|
|
![]() ![]() |
Dec 1 2004, 04:15 AM
Post
#1
|
|
|
Advanced Member Group: Members Posts: 109 Joined: 19-November 04 From: singapore Member No.: 1,426 |
this tutorial shows how to set up IIS on windows XP..
IIS is not installed by default on Windows XP Professional. You will need to install it & will need your Windows XP setup CD for this process. Go to the Control Panel and select Add or Remove Programs.From within Add or Remove Programs, click on the Add/Remove Windows Components button on the left panel. The Windows Components Wizard will appear. Check Internet Information Services (IIS) and click on Details.This is all of the functionality being installed. Check the File Transfer Protocol (FTP) Service so you can gain experience with it. Click OK. Click Next. After this it better to update the service using windows update... Then Open the Control Panel and double-click on Administrative Tools. You have a new icon there labeled Internet Information Services. Double click and open it. u will see something similar to the screenshot ![]() Right-click on Web Sites and choose Properties. Here you can set the properties for all of the websites. ISAPI Filters ISAPI Filters are functions in IIS where documents are passed through before being served to the web. For example, a document is passed through the Compression filtered and compressed before being served. You can change the order documents are processed through the filters or Add new ones. Typically, you do not need to alter the settings on this tab. The Home Directory tab contains the default rights for directories and also allows you to change settings for your web “applications.” If you click on the Configuration button, you will see the Application Configuration. This allows you to change extensions which are run through certain application DLLs. For example, ASP files are run by ASP.DLL which processes the commands and scripting contained in it. HTTP Headers contains the header information sent from the server to the web browser. You can control content expiration from here – forcing browsers to request web pages if they're expired. You can change header information sent, Content Rating, or the MIME map – which files are handled by what application. The Web Site Identification section allows you to assign an IP address for the Web Server to serve pages on. Click on the advanced TAB and click on ADD Here you can specify Host Header Names that IIS will listen for. Again, if you had the Server version you can specify multiple websites to listen on one IP address but then enter different Host Header Names to separate your websites out. This should contain www.yoururl.com and yoururl.com to catch people not using www. Since your IIS server will only serve up one website, it's optional to enter this information. Any other INFo on setting up IIS.. PM me or post.. |
|
|
|
Dec 2 2004, 08:42 AM
Post
#2
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 17 Joined: 2-December 04 Member No.: 1,587 |
hi from where did you get that program i really need it badly please friend let me know
|
|
|
|
Dec 2 2004, 08:50 AM
Post
#3
|
|
|
Advanced Member Group: Members Posts: 109 Joined: 19-November 04 From: singapore Member No.: 1,426 |
. Read it.. u should understand..
QUOTE IIS is not installed by default on Windows XP Professional. You will need to install it & will need your Windows XP setup CD for this process. Go to the Control Panel and select Add or Remove Programs.From within Add or Remove Programs, click on the Add/Remove Windows Components button on the left panel.
The Windows Components Wizard will appear. Check Internet Information Services (IIS) and click on Details.This is all of the functionality being installed. Check the File Transfer Protocol (FTP) Service so you can gain experience with it. Click OK. Click Next. |
|
|
|
Dec 4 2004, 06:41 PM
Post
#4
|
|
|
death Group: Members Posts: 268 Joined: 8-September 04 Member No.: 384 |
nice tutorial
just an advise to novice if you want to use php, cgi, jsp, asp(old) use apache instead of iis, coz iis a little bit buggy and its a backdoor when the service is running when your online. if you want to try asp.net use iis with precutions and besure to update it regularly |
|
|
|
Feb 4 2005, 12:15 PM
Post
#5
|
|
|
PsYcheDeLiC dR3aMeR Group: Admin Posts: 2,242 Joined: 29-January 05 From: Nakorn Chaisri, Thailand Member No.: 2,411 |
QUOTE(r3d @ Dec 5 2004, 01:41 AM) nice tutorial iis a little bit buggy and its a backdoor when the service is running when your online. if you want to try asp.net use iis with precutions and besure to update it regularly Absolutely agree with that - iis is not just a "little" bt buggy - it's very unstable too, even after you apply all the hotfixes. No use of it unless you plan to use asp. Nothing to beat the stability and performance boost that is gained by using the LAMP model ( Linux, Apache, MySQL, PHP ). One thing if you notice carefully - is that every time Microsoft comes out with a patch to fix some security hole - it covers that one up and opens up another 100 new ones. And with every hotfix - your installed code gets bulkier and shakier. One is left to wonder why ...... |
|
|
|
Jul 5 2005, 10:08 PM
Post
#6
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 27 Joined: 4-July 05 Member No.: 6,819 |
is this what you have to do when you are setting up a website and they ask you about your server?
|
|
|
|
Jan 12 2006, 07:54 AM
Post
#7
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 9 Joined: 12-January 06 Member No.: 10,651 |
Just wanna ask you dude's is it a big security risk to run Frontpage Server Extensions on a server? i read on the net that they advise not to run the server extension as it is quite dangerous. is it true?
|
|
|
|
Oct 26 2006, 09:01 AM
Post
#8
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 6 Joined: 26-October 06 Member No.: 16,798 |
Absolutely agree with that - iis is not just a "little" bt buggy - it's very unstable too, even after you apply all the hotfixes. No use of it unless you plan to use asp. Nothing to beat the stability and performance boost that is gained by using the LAMP model ( Linux, Apache, MySQL, PHP ). One thing if you notice carefully - is that every time Microsoft comes out with a patch to fix some security hole - it covers that one up and opens up another 100 new ones. And with every hotfix - your installed code gets bulkier and shakier. One is left to wonder why ...... Well Guys, I agree with you all too saying that iis is buggy. but I've a different experience. I'm using iis with php5 and it's working all fine. I'm a linux lover myself too so no doubt that LAMP (Linux, Apache, MySQL, PHP) environment is unbreakable and is perfect. Anyhow, if, for some reason, someone feels that linux can not be handled then having windows server 2003 with AMP(Apache, MySQL, PHP) Model is not a bad idea too. This'll work fine and installation 's not very tricky too except you have to configure httpd.conf configuration file manually. Which's really not a big headach. So, we have other options |
|
|
|
Oct 26 2006, 09:17 AM
Post
#9
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 6 Joined: 26-October 06 Member No.: 16,798 |
Just wanna ask you dude's is it a big security risk to run Frontpage Server Extensions on a server? i read on the net that they advise not to run the server extension as it is quite dangerous. is it true? Well, the problem with Microsoft stuff is that they open ports and leave them open ungaurded or may be with gaurds who'll stop everyone without separating goods and bads or stoping no one at all. I have been in a huge huge struggle to fix Windows XP professional's firewall to makee to PCs work in a work group, wirelessly at my home, witout any Access Point. It's done now but it's not easy as it is so called "User friendly"; The main point here is that Frontpage Server Extensions might be risky cause you have an inviting open http port. Secondly, two things I always ask everyone and i.e. Do you have any enemy? and Do You have a server working on, for or with something important? any of these questions' answer is yes then yes Frontpage is totally unsafe. I give you another example here. If you drive a s-grade MERC and then have a try on Some korean Hayundai's Luxary car of same class, off course MERC is better in performance, smoothness, power and comfertability. now in Operating System's case, Hayundai (Microsoft) is a huge numbered production, well advertised, beautifully designed body(FRONT END), shining brand new engine(Windows Kerenal) , but what happens when its stats up, wow nice sound let's have a race with MERC now. and MERC is Linux which is almost free. so get the s-grade lads... it's free. forget Frontpage Server Extensions, cause yes it might be risky:) |
|
|
|
May 10 2007, 01:20 PM
Post
#10
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 10 Joined: 9-May 07 Member No.: 21,875 |
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 24th July 2008 - 12:16 PM |