I have .asp extention file that i want to run in .Net 3.5 enviorment please help?

Classic ASP and ASP.NET pages are run side by side in IIS. Check the Application Mapping settings:

The classic asp extensions (.asp) should map to asp.dll and The .Net extensions(.aspx, .ascx, .asax, etc.) should map to aspnet_isapi.dll.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.