views:

187

answers:

4

Can this be made to work? - been having lots of issues setting it up:

HttpHandlers not being seen even though .net 1.1 is installed and regiis -i working, worker processes crashing.

Really need this for maintaining many old projects.

Is there a specific order that things need to be installed in?

+3  A: 

I was able to get my .NET 1.1 applications working in IIS 7 on Vista 64bit without having any issues. To get everything working properly, you have to create a special application pool in IIS dedicated to .NET 1.1.

You also need to disable data execution prevention if you want to debug your applications. Here are the instructions for doing that:

Disabling Data Execution Prevention (DEP)

Justin Niessner
+1  A: 

Microsoft does not support Visual Studio 2003 on Vista anymore, no matter whether 32bit or 64bit version. See the Visual Studio on Vista FAQ and the list of known issues.

This means even if everything seems to work there might be unexpected problems. If a direct upgrade to .NET 2.0 (or greater) is not an option I would use a development VM with the older VS version to maintain the .NET 1.1 projects.

0xA3
A: 

You should at least upgrade to .NET 1.1 SP1, even if you don't care about running a supported configuration.

John Saunders
A: 

man seriously, if it will take some work but you can do it, then upgrade to .Net 2, you will save your self a lot of fuss, if you cant then as John suggested at least upgrade to 1.1 SP1.

also if i was in your position i would use Vmware to run xp and IIS 6 on it, other that i think you are going to face a lot of problems, all the best for you