Here is the error message I get, “The EXECUTE permission was denied on the object ‘GetDepartments’, database ‘BalloonShop’, schema ‘dbo”
I was able to workaround it by configuring sql server 2008 and making IIS APPPOOL\DefaultAppPool a dbowner aside from datawriter and datareader, the problem is there are some security issues with it according to some articles that I found online.
How do I allow IIS APPPOOL\DefaultAppPool to have access to all stored procs in my current database?(or in any database)
(It would be nice if you could provide links/ script)
Sir/Ma’am your answers would be of great help. Thank you++
use below script to grant execute permissions on a schema