I have hosted a windows form control(an assembly in .dll) developed by C# in
IE. This control will be called by an aspx page in my asp.net project.

Now I depoly my asp.net project in windows server 2003 which means run the
project without VS2003. I have installed IIS 6.0, too.
But the control does not work.

do I need install .net Framwork SDK v1.1 to support the control?

Another question, my control need .NET Framework Redistributable Package
version 1.1, as far as I know, under windows server 2003, IIS 6.0 this

package is already installed, is this right?

Re: IIS and depoly asp.net project by jeff

jeff
Tue Jan 10 06:23:08 CST 2006

On Tue, 10 Jan 2006 00:36:01 -0800, xudeutsch
<xudeutsch@discussions.microsoft.com> wrote:

>I have hosted a windows form control(an assembly in .dll) developed by C# in
>IE. This control will be called by an aspx page in my asp.net project.
>
>Now I depoly my asp.net project in windows server 2003 which means run the
>project without VS2003. I have installed IIS 6.0, too.
>But the control does not work.
>
>do I need install .net Framwork SDK v1.1 to support the control?

No.

>Another question, my control need .NET Framework Redistributable Package
>version 1.1, as far as I know, under windows server 2003, IIS 6.0 this
>package is already installed, is this right?

Don't know what you installed.

These aren't IIS issues, see a .NET group for help.

Jeff