Hi, I wrote the following class in C++ just to test:
Code:
#pragma once
#include <windows.h>
#include <stdio.h>
namespace Test1 {

public ref class Class1
{ public: void Web_Code()  
   { DeleteFile("c:\\Test_Web.txt"); 
     printf("Hello"); 
    }
};
}
And built it. So I got Web_Test.dll
I uploaded to my web folder Web_Test.dll...