I am using visual studio 2012 and MS SQL Server 2012. I created SQL CLR project and followed the steps according to the following link http://blogs.interfacett.com/how-create-net-stored-procedure-sql-server
Now when I insert data in the table with which I attached a trigger, the data is inserted, but I get the following error. "Request for the permission of type 'System.Net.WebPermission, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."
Can anyone tell me, how I can fix it?
Thanks in advance.