Current Application Server Configuration:
- IIS 6.0
- Windows 2003 Server Standard Edition SP2
- .NET Framework 3.5 SP1
Current Application Architecture
- Classic ASP 3.0, referenced within HTML Frames
- A few ASP.NET Web Forms
- System.Web.Mvc.dll copied to Web Application bin folder
To test the feasibility of gradually incorporating ASP.NET MVC into our existing architecture, I published an MVC application to the aforementioned classic ASP application folder. I put in a hyperlink to the MVC page from one of the standard .html pages and I get a 404 response, telling me the requested page does not exist. I am using the same relative link that is being used on my local machine, which works fine.
Any pointers would be much appreciated.
Thanks.