이것저것 해보다가 발견된게 있어 추가합니다.
답답해서 서버에서 직접 dll 경로를 url 로 처 보았습니다.
그랬더니 파일을 실행할 것인지 저장 할건지를 묻는 창이 뜨더군요.
근데 제 컴에서 경로를 치면 없는 페이지로 나옵니다.
아마도 dll 파일을 찾지 못하는 것 같습니다.
분명히 맞는 경로인데요 그렇습니다.
iis 에서 스마트 클라이언트 dll 을 실행하려면 어떠한 설정이 필요한건가요?
dll 원본 파일 내용을 적어 봅니다. 
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
namespace dok
{
    public partial class dok : UserControl
    {
        public dok()
        {
            InitializeComponent();
        }
        private void test_Click(object sender, EventArgs e)
        {
            MessageBox.Show("text");
            TextBox.Text = "ok";
        }
        private void dok_Load(object sender, EventArgs e)
        {
        }
    }
}
바뿌시더라도 작은 도움이라도 꼭 부탁드립니다.
수고하세요 
        
        
                    
                    
                    
                    
                    
    
                    
                    
                    
                    
                    
                
                    [최초 등록일: ]
                    [최종 수정일: 12/18/2006]