Hello everyone,
When i put an index.asp file into the remote site i have come accross with the following warning,
can anyone help me how to fix this problem.
Thanks in advance.
quote
Server Error in Application "Default Web Site"
HTTP Error 404.0 - Not Found
Description: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Error Code: 0x80070002
Notification: MapRequestHandler
Module: IIS Web Core
Requested URL: http://localhost:80/blog/index.asp
Physical Path: C:\inetpub\wwwroot\blog\index.asp
Logon User: Anonymous
Logon Method: Anonymous
Handler: ASPClassic
Most likely causes:
- The directory or file specified does not exist on the Web server.
- The URL contains a typographical error.
- A custom filter or module, such as URLScan, restricts access to the file.
What you can try:
- Create the content on the Web server.
- Review the browser URL.
- Create a tracing rule to track failed requests for this HTTP status code and see which module is calling SetStatus. For more information about creating a tracing rule for failed requests, click here.
More Information...
This error means that the file or directory does not exist on the server. Create the file or directory and try the request again.
unquote
Maksinx