Getting a lot of problems when I am trying to run a .NET 1.1 solution on IIS7.5 (on windows 7, 32 bit system). When I add the virtual directory in IIS and provide it with an ASP 1.1 application pool and try to browse the site, it adds events to to the event log with event id 5009 and 1000 and stops the application pool. I dont know what is probably going wring here and have been unable to find anything on net. I am thinking to install IIS 5.1 instead (sinse the same project on a xp machine with iis 5.1 works alright). Is it even possible to install IIS 5.1 on windows 7 32 bit system? OR if there is an another solution? Any help would be greatly appreciated. Thanks.
Asked
Active
Viewed 7,461 times
1
-
possible duplicate of [.NET1.1 website on IIS7](http://stackoverflow.com/questions/3285252/net1-1-website-on-iis7) – devio May 09 '11 at 17:11
1 Answers
3
-
done with all the steps except 3rd one which asks me to do this: Enable ASP.NET v1.1 ISAPI Extension. How do I do it in Windows 7 (IIS 7.5)? I dont see any add button in actions sidepane when I select CGI or ISAPI icon... thanks for the help so far... – Tintin May 09 '11 at 18:41
-
well its running now with all the changes done. But when I try to open the website code using Visual Studio 2003 it gives me error : Visual studio .NET cannot create or open the application. The likeliest problem is that required components are not installed on the local web server. Run visual studio .NET setup and add the web development component. – Tintin May 09 '11 at 19:24