How to run a WebForms page and an MVC page in different files?

Posted by Erx_VB.NExT.Coder on Stack Overflow See other posts from Stack Overflow or by Erx_VB.NExT.Coder
Published on 2010-04-01T11:19:13Z Indexed on 2010/04/01 11:23 UTC
Read the original article Hit count: 393

when i try to do this and load the webforms page, i get this error, even tho the path is correct. what can i do to get past this? i've tried running the aspx page from the root as well. nada.

Server Error in '/' Application.

The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /Views/Home/FileUploadFrame.aspx


Version Information: Microsoft .NET Framework Version:4.0.30128; ASP.NET Version:4.0.30128.1

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc