Today, the company's customer warranty website cannot be accessed. I checked the source code and found that the ASP code itself was not a problem. And I can access it locally. It cannot be connected normally on the Internet, and the error is displayed:
Server.mappath () error 'ASP 0175: 80004005'
Path characters that are not allowed
/0709/dqyllhsub/news/opendatabase.asp, line 4
Do not allow characters to be allowed in MAPPATH's path parameters '..'
The webpage uses a response.redirect path to point the direction. The client page points to the path to the path, omitting the website domain name address.
Mainly the IIS server does not open the parent path, the modification method:
In IIS, the attribute-> main directory-> configuration-> option. Tick the front path of the parent. Confirm the refresh.
If the server provider does not open the parent path because of the "security considerations, it is recommended to write the absolute path when the path is directed, that is, the full address, such as http://www.vevb.com/images/logo.gififif to
IIS6.0 The default settings after installation are, do not open the path of the father.
----------------------------------------------
If your website program uses the parent path, such as ../conn/db.asp, which means that the upper directory must open the parent path, otherwise the system cannot normalize.