Today, a friend asked me how to configure the program on IIS and reported an error: "The webpage cannot be displayed" (the server cannot be found). I was wondering, how was the configuration well done before? Why did this problem occur during configuration today? I started to query information online. Some people said they needed to set user permissions:
Http://www.2000xg.com/article.asp? Id = 398
Some people say they are other problems. The specific problems are found on Baidu or Google ..
But when I see the access address: http: // 192. 168. *. */wuning/default. aspx
I quickly pinged my IP address when I found a problem with the IP address. I found that the IP address does not match. Haha ~ The first thing that comes to mind is that the change of my IP address is consistent with the access address, and the result is correct. After the IP address is changed, the program can run.
Later I thought that my IP address is dynamic, But I entered a fixed IP address on the page, so the program cannot be accessed ..
The suggestions are as follows:
If you find the same problem with me, you can first check whether the IP address you accessed is consistent with the IP address you actually set ..
1. Open "Control Panel"-> Administrative Tools-> iternet Information Server (IIS)-> default website-> properties:
2. Go to the "website" tab-> ip address text box and change all unallocated IP addresses to your IP address
Note: If you have not installed IIS, install IIS on your own (I used the XP system and iis5.1)