Install iis5.1 on XP SP3

Source: Internet
Author: User

I installed IIS on my home computer today. I don't know how long it took to install IIS!

 

It's no longer awkward now!

 

I am using SP3 SP3 !! Install ghostversion XP without the original installation disk!

 

Download only !!

 

1. Download

 

Iis5.1: http://download.csdn.net/source/607162

 

After downloading and installing the package, Go to Start> add or delete components to install the package !!!

 

2. After IIS is successfully installed, I arranged the project on IIS and ran it again.

 

The problem is as follows:

The XML page cannot be displayed-the name starts with an invalid character. An error occurred while processing the resource 'HTTP: // xxxxx !!

 

Go to Google for the first time. solution:

 

The name must start with an invalid character. An error occurred while processing the resource 'HTTP: // localhost. Row 1st, Location: 2

<% @ Page Language = "C #" masterpagefile = "~ /Sitebase. master "autoeventwireup =" true "codebehind =" default. aspx. CS "inherits =" e... ========================================================== ==================== the solution is also very simple, re-register IIS: Open Visual Studio 2005 command prompt from Start> program> Microsoft Visual Studio 2005> Visual Studio Tools and enter the following command:

 

Aspnet_regiis-I

 

In this way, we will re-register. net. It will be completed in less than one minute:

Start installing ASP. NET (2.0.50727 ).
..................
Finished installing ASP. NET (2.0.50727 ).

 

In addition, you also need to open the Properties dialog box on the right of the virtual directory, click ASP. NET properties page, and select the corresponding ASP. NET version (1.1 or 2.0) in the "ASP. NET version" item ).

 

The above two steps can solve the problem.

 

3. After completing the steps above, I thought it was successful !! Another problem occurs when the XX click project is running.

 

The problem is described as follows:

 

 Server application error

The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for maintenance.

 

The solution is as follows:

 

 

1. Right-click my computer --> Manage --> local users and groups --> users, on the right side, set the password to 123 for both "IUSR _ machine name" and "IWAM _ machine name;

2. Start --> Run --> cmd, and then enter the following commands in the command line window (one line of input );

  

Reference content: cscript.exe % homedrive %/inetpub/adminscripts/adsutil. vbs set w3svc/wamuserpass 123

Cscript.exe % homedrive %/inetpub/adminscripts/adsutil. vbs set w3svc/anonymoususerpass 123

I need to check whether IIS is normal here, but it seems that I have encountered this problem before. This time it is still the same. Here, 90% is still the problem.
Then proceed.

  

Reference content: cscript.exe % homedrive %/inetpub/adminscripts/synciwam. vbs-V

Iisreset

After the operation, I am prompted that error: 8004e00f is a MSDTC Service exception. If there is no such prompt, congratulations! You have fixed it successfully.

Continue:

3. Delete the keys in the registry:

Reference content · // HKEY_LOCAL_MACHINE/system/current/ControlSet/services/MSDTC

· // HKEY_LOCAL_MACHINE/software/Microsoft/MSDTC

· // Hkey_classes_root/CID

4. continue in the CMD window just now, type the command (STOP and reinstall the MSDTC Service ):

Reference content: net stop MSDTC

MSDTC-uninstall

MSDTC-install

5. Re-follow the instructions in step 1 (set the passwords of two system users );

6. Run the CMD command to synchronize the password of iwam_myserver in IIS metabase:

Reference content % homedrive %/inetpub/adminscripts/adsutil. vbs set w3svc/wamuserpass "123"

7. Run the CMD command to synchronize the iwam_myserver password used by the COM + application:

Reference content: cscript % homedrive %/inetpub/adminscripts/synciwam. vbs-V

After the operation, although I did not receive an error message of 8004e00f, But I tested IIS, the problem persists. The access page is still "server application error ".

You have to continue the operation:

Check whether your DTC service (full name: Distributed Transaction Coordinator) can be started normally.

Run the following command in cmd:

  

Reference content rundll32 % WINDIR %/system32/inetsrv/wamreg. dll, createiispackage

Regsvr32 % WINDIR %/system32/inetsrv/asptxn. dll/s

This is a success!

OK, ASP page is all normal

 

XX! It took about one hour !! Hope to help anyone who has encountered such problems !!

 

Use more search engines !!

 

Baidu is no longer needed. Use Google directly!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.