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?

Re: .NET exe of Webserver is not executed in .Net 2.0 by Michael

Michael
Mon Jul 03 06:37:22 CDT 2006

In the application's IIS configuration, you need to specify the correct
version of .NET. By default, the highest version number is used.

Mike Ober.

"Christian Schönig" <cschoenig@weber-online.com> wrote in message
news:%2372%23LSpnGHA.3528@TK2MSFTNGP04.phx.gbl...
> 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?
>
>
>

.
503 time out
?

Re: .NET exe of Webserver is not executed in .Net 2.0 by cschoenig

cschoenig
Mon Jul 03 08:21:54 CDT 2006

This is a multi-part message in MIME format.

------=_NextPart_000_00AE_01C69EB4.6B841D00
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Mike,

that sounds correct, but how can I put this in a normal application?
I put the following in the App.config file:

<?xml version=3D"1.0" encoding=3D"utf-8" ?>
<configuration>
<startup>
<supportedRuntime version=3D"v1.1.4322"/>;=20
</startup>
</configuration>

but it did not help!

Thanks for Your advice!

"Michael D. Ober" <obermd.@.alum.mit.edu.nospam> schrieb im Newsbeitrag =
news:Sj7qg.2265$PE1.1728@newsread2.news.pas.earthlink.net...
> In the application's IIS configuration, you need to specify the =
correct
> version of .NET. By default, the highest version number is used.
>=20
> Mike Ober.
>=20
> "Christian Sch=F6nig" <cschoenig@weber-online.com> wrote in message
> news:%2372%23LSpnGHA.3528@TK2MSFTNGP04.phx.gbl...
> > 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?
> >
> >
> >
------=_NextPart_000_00AE_01C69EB4.6B841D00
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1555" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Hi Mike,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>that sounds correct, but how can I put =
this in a=20
normal application?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I put the following in the App.config=20
file:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV dir=3Dltr><FONT face=3DArial size=3D2>&lt;?xml version=3D"1.0" =
encoding=3D"utf-8"=20
?&gt;</FONT></DIV>
<DIV dir=3Dltr><FONT face=3DArial =
size=3D2>&lt;configuration&gt;</FONT></DIV>
<DIV dir=3Dltr><FONT face=3DArial size=3D2>&lt;startup&gt;</FONT></DIV>
<DIV dir=3Dltr><FONT face=3DArial size=3D2>&lt;supportedRuntime=20
version=3D"v1.1.4322"/&gt;; </FONT></DIV>
<DIV dir=3Dltr><FONT face=3DArial size=3D2>&lt;/startup&gt;</FONT></DIV>
<DIV dir=3Dltr><FONT face=3DArial =
size=3D2>&lt;/configuration&gt;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>but it did not help!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks for Your advice!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>"Michael D. Ober" &lt;</FONT><A=20
href=3D"mailto:obermd.@.alum.mit.edu.nospam"><FONT face=3DArial=20
size=3D2>obermd.@.alum.mit.edu.nospam</FONT></A><FONT face=3DArial =
size=3D2>&gt;=20
schrieb im Newsbeitrag </FONT><A=20
href=3D"news:Sj7qg.2265$PE1.1728@newsread2.news.pas.earthlink.net"><FONT =

face=3DArial=20
size=3D2>news:Sj7qg.2265$PE1.1728@newsread2.news.pas.earthlink.net</FONT>=
</A><FONT=20
face=3DArial size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>&gt; =
In the=20
application's IIS configuration, you need to specify the correct<BR>&gt; =
version=20
of .NET.&nbsp; By default, the highest version number is used.<BR>&gt; =
<BR>&gt;=20
Mike Ober.<BR>&gt; <BR>&gt; "Christian Sch=F6nig" &lt;</FONT><A=20
href=3D"mailto:cschoenig@weber-online.com"><FONT face=3DArial=20
size=3D2>cschoenig@weber-online.com</FONT></A><FONT face=3DArial =
size=3D2>&gt; wrote=20
in message<BR>&gt; </FONT><A=20
href=3D"news:%2372%23LSpnGHA.3528@TK2MSFTNGP04.phx.gbl"><FONT =
face=3DArial=20
size=3D2>news:%2372%23LSpnGHA.3528@TK2MSFTNGP04.phx.gbl</FONT></A><FONT =
face=3DArial=20
size=3D2>...<BR>&gt; &gt; When I put a .NET assembly (.exe) generated =
with VS.NET=20
2003 on a<BR>&gt; Webserver<BR>&gt; &gt; (IIS) and try to invoke it over =
a=20
Browser (IE) from another station the<BR>&gt; &gt; following =
happens:<BR>&gt;=20
&gt;<BR>&gt; &gt; 1. under .NET 1.1 the application gets executed =
(normal=20
appearance)<BR>&gt; &gt; 2. as soon .NET 2.0 is installed as well, the=20
application is not executed.<BR>&gt; &gt; It comes up the dialog to =
execute or=20
save the Application in a folder. It<BR>&gt; &gt; looks like a coumputer =
with no=20
.NET framework at all&nbsp;&nbsp; &gt;<BR>&gt; &gt; The Application in =
our case=20
has to be started right away. We can not store<BR>&gt; &gt; it locally =
and=20
execute it from there! We need the not touch deployment<BR>&gt; &gt;=20
there!<BR>&gt; &gt;<BR>&gt; &gt; Any ideas why?<BR>&gt; &gt;<BR>&gt;=20
&gt;<BR>&gt; &gt;</FONT></BODY></HTML>

------=_NextPart_000_00AE_01C69EB4.6B841D00--


Re: .NET exe of Webserver is not executed in .Net 2.0 by Michael

Michael
Mon Jul 03 09:24:39 CDT 2006

This is a multi-part message in MIME format.

------=_NextPart_000_002E_01C69E7A.209D8270
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

The setting is in the IIS Administration utility itself. You need =
administrator access to the IIS Server. Unfortunately, it's not in your =
web application.

Mike.
"Christian Sch=F6nig" <cschoenig@weber-online.com> wrote in message =
news:%23t2ppOqnGHA.2364@TK2MSFTNGP02.phx.gbl...
Hi Mike,

that sounds correct, but how can I put this in a normal application?
I put the following in the App.config file:

<?xml version=3D"1.0" encoding=3D"utf-8" ?>
<configuration>
<startup>
<supportedRuntime version=3D"v1.1.4322"/>;=20
</startup>
</configuration>

but it did not help!

Thanks for Your advice!

"Michael D. Ober" <obermd.@.alum.mit.edu.nospam> schrieb im =
Newsbeitrag news:Sj7qg.2265$PE1.1728@newsread2.news.pas.earthlink.net...
> In the application's IIS configuration, you need to specify the =
correct
> version of .NET. By default, the highest version number is used.
>=20
> Mike Ober.
>=20
> "Christian Sch=F6nig" <cschoenig@weber-online.com> wrote in message
> news:%2372%23LSpnGHA.3528@TK2MSFTNGP04.phx.gbl...
> > 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?
> >
> >
> >
------=_NextPart_000_002E_01C69E7A.209D8270
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1555" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>The setting is in the IIS =
Administration=20
utility&nbsp;itself.&nbsp; You need administrator access to the IIS=20
Server.&nbsp; Unfortunately, it's not in your web =
application.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Mike.</FONT></DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Christian Sch=F6nig" &lt;<A=20
=
href=3D"mailto:cschoenig@weber-online.com">cschoenig@weber-online.com</A>=
&gt;=20
wrote in message <A=20
=
href=3D"news:%23t2ppOqnGHA.2364@TK2MSFTNGP02.phx.gbl">news:%23t2ppOqnGHA.=
2364@TK2MSFTNGP02.phx.gbl</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>Hi Mike,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>that sounds correct, but how can I =
put this in a=20
normal application?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I put the following in the App.config =

file:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV dir=3Dltr><FONT face=3DArial size=3D2>&lt;?xml version=3D"1.0" =
encoding=3D"utf-8"=20
?&gt;</FONT></DIV>
<DIV dir=3Dltr><FONT face=3DArial =
size=3D2>&lt;configuration&gt;</FONT></DIV>
<DIV dir=3Dltr><FONT face=3DArial =
size=3D2>&lt;startup&gt;</FONT></DIV>
<DIV dir=3Dltr><FONT face=3DArial size=3D2>&lt;supportedRuntime=20
version=3D"v1.1.4322"/&gt;; </FONT></DIV>
<DIV dir=3Dltr><FONT face=3DArial =
size=3D2>&lt;/startup&gt;</FONT></DIV>
<DIV dir=3Dltr><FONT face=3DArial =
size=3D2>&lt;/configuration&gt;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>but it did not help!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks for Your advice!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>"Michael D. Ober" &lt;</FONT><A=20
href=3D"mailto:obermd.@.alum.mit.edu.nospam"><FONT face=3DArial=20
size=3D2>obermd.@.alum.mit.edu.nospam</FONT></A><FONT face=3DArial =
size=3D2>&gt;=20
schrieb im Newsbeitrag </FONT><A=20
=
href=3D"news:Sj7qg.2265$PE1.1728@newsread2.news.pas.earthlink.net"><FONT =

face=3DArial=20
=
size=3D2>news:Sj7qg.2265$PE1.1728@newsread2.news.pas.earthlink.net</FONT>=
</A><FONT=20
face=3DArial size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>&gt; =
In the=20
application's IIS configuration, you need to specify the =
correct<BR>&gt;=20
version of .NET.&nbsp; By default, the highest version number is =
used.<BR>&gt;=20
<BR>&gt; Mike Ober.<BR>&gt; <BR>&gt; "Christian Sch=F6nig" =
&lt;</FONT><A=20
href=3D"mailto:cschoenig@weber-online.com"><FONT face=3DArial=20
size=3D2>cschoenig@weber-online.com</FONT></A><FONT face=3DArial =
size=3D2>&gt; wrote=20
in message<BR>&gt; </FONT><A=20
href=3D"news:%2372%23LSpnGHA.3528@TK2MSFTNGP04.phx.gbl"><FONT =
face=3DArial=20
=
size=3D2>news:%2372%23LSpnGHA.3528@TK2MSFTNGP04.phx.gbl</FONT></A><FONT=20
face=3DArial size=3D2>...<BR>&gt; &gt; When I put a .NET assembly =
(.exe) generated=20
with VS.NET 2003 on a<BR>&gt; Webserver<BR>&gt; &gt; (IIS) and try to =
invoke=20
it over a Browser (IE) from another station the<BR>&gt; &gt; following =

happens:<BR>&gt; &gt;<BR>&gt; &gt; 1. under .NET 1.1 the application =
gets=20
executed (normal appearance)<BR>&gt; &gt; 2. as soon .NET 2.0 is =
installed as=20
well, the application is not executed.<BR>&gt; &gt; It comes up the =
dialog to=20
execute or save the Application in a folder. It<BR>&gt; &gt; looks =
like a=20
coumputer with no .NET framework at all&nbsp;&nbsp; &gt;<BR>&gt; &gt; =
The=20
Application in our case has to be started right away. We can not =
store<BR>&gt;=20
&gt; it locally and execute it from there! We need the not touch=20
deployment<BR>&gt; &gt; there!<BR>&gt; &gt;<BR>&gt; &gt; Any ideas=20
why?<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;</FONT> =
</BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_002E_01C69E7A.209D8270--



Re: .NET exe of Webserver is not executed in .Net 2.0 by Christian

Christian
Tue Jul 04 04:03:12 CDT 2006

Hi,

i found a interesting thread in
http://connect.microsoft.com/VisualStudio/feedback/Workaround.aspx?FeedbackID=93820
where is stated, that no touch deployment is discontinoued in V2.0! There
are workarounds which seem to help for certain applications!
So my problem is clear now and there is kind of solution for it!

Thanks for all replies!
Chris.


"Michael D. Ober" <obermd.@.alum.mit.edu.nospam> schrieb im Newsbeitrag
news:Sj7qg.2265$PE1.1728@newsread2.news.pas.earthlink.net...
> In the application's IIS configuration, you need to specify the correct
> version of .NET. By default, the highest version number is used.
>
> Mike Ober.
>
> "Christian Schönig" <cschoenig@weber-online.com> wrote in message
> news:%2372%23LSpnGHA.3528@TK2MSFTNGP04.phx.gbl...
> > 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?
> >
> >
> >