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?