Framework 1.0 in IIS for webforms

M

Martijn Damen

Hi,

At the moment I am trying to develop an application in VS 2003. We are
working with .net Framework 1.1 since over a year, but unfortunately the
application I am trying to connect over .net remoting is still using the
framework 1.0. Because the .net remoting is not compatible, this poses a
problem to me.

For a example application (windowforms) I have managed to get the
application to use the framework 1.0 by adding the following line to my
config file:

<startup>
<requiredRuntime
version="V1.0.3705" safemode="false"/>
<supportedRuntime version="V1.0.3705" />
</startup>

For the Windows Forms this works, but if I try to do the same trick with my
webform, which is running on the local IIS, it fails and still loads the
framework 1.1, as can be seen in the debugging:

'DefaultDomain': Loaded
'c:\winnt\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols
loaded.

Does someone know how to solve this? Thanks for any help!
Ciao, Martijn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top