I published an ASP.NET 3.5 web service to our test web server, which is running IIS v.6.0. The .NET Framework 3.5 is installed on the server (along with all previous versions). I've set up the web application to run in its own Application Pool because there's another web service that's running .NET 1.1. The problem is that my 3.5 web service has application extension mappings to the 1.1 Framework, and I can't find where to set the application to Framework v.3.5. On other servers, I've seen an "ASP.NET" tab in the properties for the web site, but this this a web service. I don't want to have to map each extension individually, and even if I did, I don't know which .dll to map them to, as there's no "isapi.dll" in the Framework 3.5 folder. I need someone to tell me what to do and where to do it. I'm under time pressure today.
Start Free Trial