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. But the control does not work.
I have installed IIS, do I need install .net Framwork SDK v1.1 to support the control? which configuration of the project should i take care?
Another question, my control need .NET Framework Redistributable Package version 1.1, as far as I know, under windows server 2003 this
package is already installed, is this right?