When i navigate to an ASP.NET page, the browser displays a "Page Not Found" message. The page exists and is in a virtual directory, I am able to browse it on the IIS on my local development machine. What could be causing this problem on the server?
When i replace one of the class libraries that iam using, with an older version it works. But the page works on my local machine with the new version of the component as well. I have the exact same files on both the server and my development machine.
I have turned custom errors "Off". Is there a way to have the error displayed rather than "Page Not Found".
The page is built using .NET 2.0.