How to configure Web apps (comiled into v1.0) to run on Framework 1.1?

  • Thread starter Thread starter Neo
  • Start date Start date
N

Neo

I can do this for Windows Forms application by adding
supportedRumtime to app.config file. But I figured out that
it is some different for Web applications. The
supportedRumtime does not work for me. I guess it might
have to work with the application mappings in IIS.

Can anyone give me more info on this?
 
Back
Top