I upgraded existing web server in an NT machine to Win2003 and all asp page show up as 404 error.
ASP service extension is enabled. Anonymous access is enabled. Grant access of the web root directory to Everyone.
Static html and aspx work fine.
Searched many posts about 404 error on ASP but cant find a solution to that.
In the existing web application there are many COM objects, and I dont know if it the cause of the problem. However I already create a new web site in port 81 that only have 1 .asp, 1 .html and 1 .aspx files for testing but no luck.
Look at the event log, at the first time i load the asp file in browser it saved 6 duplicate logs as following:
Event Type: Error
Event Source: DCOM
Event Category: None
Event ID: 10021
Date: 2/6/2007
Time: 4:53:35 PM
User: N/A
Computer: UAT_WS2
Description:
The description for Event ID ( 10021 ) in Source ( DCOM ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: {61738644-F196-11D0-9953-00C04FD919C1}.
However dont know what it mean, please help. Thanks
Jason