C
Christian Schönig
When I put a .NET assembly (.exe) generated with VS.NET 2003 on a Webserver
(IIS) and try to invoke it over a Browser (IE) from another station the
following happens:
1. under .NET 1.1 the application gets executed (normal appearance)
2. as soon .NET 2.0 is installed as well, the application is not executed.
It comes up the dialog to execute or save the Application in a folder. It
looks like a coumputer with no .NET framework at all.
The Application in our case has to be started right away. We can not store
it locally and execute it from there! We need the not touch deployment
there!
Any ideas why?
(IIS) and try to invoke it over a Browser (IE) from another station the
following happens:
1. under .NET 1.1 the application gets executed (normal appearance)
2. as soon .NET 2.0 is installed as well, the application is not executed.
It comes up the dialog to execute or save the Application in a folder. It
looks like a coumputer with no .NET framework at all.
The Application in our case has to be started right away. We can not store
it locally and execute it from there! We need the not touch deployment
there!
Any ideas why?