CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Sep 2004
    Posts
    80

    ASP.NET && Classic ASP

    Ok I have a ASP.NET server running ASP 2.0.

    When i try to navigate to Classic ASP pages it tells me that it can not find the page. I believe this is because it cannot render the classic ASP pages.

    I dont think this is an IIS setting problem. I think i need some type of framework installed or something. Im new to the development world and have only used .NET so dont know much about classic asp. What can I do to get this to work.

    Thanks

  2. #2
    Join Date
    Jan 2003
    Posts
    195

    Re: ASP.NET && Classic ASP

    is .Net framework 1.1 installed on the server.

    The classic ASP project should be pointed to run on framework 1.1

  3. #3
    Join Date
    Sep 2004
    Posts
    80

    Re: ASP.NET && Classic ASP

    The classic asp is in the same project as all of the .net pages. I cant tell sub-directories to run on a different framework i think.

    Atleast I cant when I right click and go to properties through IIS

  4. #4
    Join Date
    Jan 2003
    Posts
    195

    Re: ASP.NET && Classic ASP

    right click the sub directory in which the classic ASP pages are and check under the directory tab, what the application pool is set to?

    Also check the version under the .Net tab

  5. #5
    Join Date
    Sep 2004
    Posts
    80

    Re: ASP.NET && Classic ASP

    default app pool and .net 2.0

  6. #6
    Join Date
    Jan 2003
    Posts
    195

    Re: ASP.NET && Classic ASP

    change the .net version to 1 and try the classic asp page

  7. #7
    Join Date
    Sep 2004
    Posts
    80

    Re: ASP.NET && Classic ASP

    page not found error still

  8. #8
    Join Date
    Sep 2004
    Posts
    80

    Re: ASP.NET && Classic ASP

    *bump*

    Still having problem getting classic ASP to run along side ASP.NET 2.0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured