March 13, 2008 at 10:18 am
I am having a .Net exe on my web server and i have created a DTS package on the database server to call the .net exe. Do you have any idea, will this workout?
March 13, 2008 at 11:58 am
Yes, this can work but you will have to enable this code to execute. I had to read about CAS over and over before I was able to get a DTS package to call a c# console application.
You will have to determine what level of security you want the .net application needs and enable that level of security through the Microsoft .NET Framework 2.0 Configuration tool.
March 14, 2008 at 1:35 pm
my server is having only .net frame work 1.1 and moreover i will not able to upgrade due to other application which is running on the server using .net frame woek 1.1.
Where i need to enable the exe code to excute from DTS package? Can you please give me some sample example with each and every details.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply