Click to See Complete Forum and Search --> : ASP.NET && Classic ASP


doomsday123
July 20th, 2006, 12:10 PM
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

vbnov
July 20th, 2006, 12:25 PM
is .Net framework 1.1 installed on the server.

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

doomsday123
July 20th, 2006, 02:17 PM
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

vbnov
July 20th, 2006, 02:57 PM
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

doomsday123
July 20th, 2006, 03:05 PM
default app pool and .net 2.0

vbnov
July 20th, 2006, 03:12 PM
change the .net version to 1 and try the classic asp page

doomsday123
July 20th, 2006, 03:20 PM
page not found error still

doomsday123
July 21st, 2006, 10:06 AM
*bump*

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