I installed IIS7 with ASP on Windows vista home premium with 32 bits home pc.
When
I run http://localhost to check my IIS7 installation, I am getting
welcome IIS7 screen but when I access sample asp file with file name
default.asp which got saved in c:\inetpub\wwwroot\default.asp
I am getting following error.
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or
is temporarily unavailable.
| ModuleName | IIS Web Core |
| Notification | 16 |
| HttpStatus | 404 |
| HttpReason | Not Found |
| HttpSubStatus | 0 |
| ErrorCode | 2147942402 |
| ConfigExceptionInfo |
|
| Notification |
MAP_REQUEST_HANDLER |
| ErrorCode |
The system cannot find the file specified. (0x80070002) |
| Url |
http://localhost:80/default.asp |
| App Pool |
DefaultAppPool |
| Authentication |
anonymous |
| User from token |
NT AUTHORITY\IUSR |
| Activity ID |
{00000000-0000-0000-0500-0080000000FF} |
| Site |
1 |
| Process |
4456 |
| Failure Reason |
STATUS_CODE |
| Trigger Status |
404 |
| Final Status |
404 |
| Time Taken |
0 msec |
Through process monitor:
12:11:12.2928353 PM w3wp.exe 4456 CreateFile C:\inetpub\wwwroot\default.asp\web.config PATH NOT FOUND Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Write, AllocationSize: n/a
12:11:12.2938378 PM w3wp.exe 4456 CreateFile C:\inetpub\wwwroot\DEFAULT.ASP NAME NOT FOUND Desired Access: Generic Read, Disposition: Open, Options: Sequential Access, No Buffering, Attributes: RE, ShareMode: Read, Write, Delete, AllocationSize: n/a, Impersonating: NT AUTHORITY\IUSR
Can anyone tell me what else I have to do in order to see my asp pages.
Thanks for your help.