We are migrating our web servers to a Windows Server 2008 R2 environment. During our testing the classic ASP components on our application gives a page cannot be displayed page on IE. I have performed the following steps in the test environment;
- Enabled ASP on Server
- Enabled 32 bit mode on the application pool
- Registered all the DLLs related to the application (SYSWOW64)
- Enabled Fault trace
- Handler mapping registration for ASP on IIS
- Parent Paths set to true
The fault trace doesn't show any errors. Any help would be appreciated.