Hi Ken,
On my local machine I've never had to grant execute permissions for a SP.
Did you have to do that before your restore? If not the permissions might
be a little whacked. Did you install VS.Net before SQL Server? If so maybe
the aspnet account was setup without the permissions for SQL. Or after you
setup your machine the first time, way back, did you ever do anything to add
the aspnet account or your Windows login account to the SQL Server
permissions list? I'm just throwing those out there to maybe point you in
the right direction. I've never encountered this locally and when I've
encountered it in production I've always done what the guy mentioned in the
reply before mine. Good luck! Ken.
--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
"Ken" <> wrote in message
news:E05C6978-C24F-474C-8133-...
> Hi guys,
>
> this is a curios thing, everything was working fine then I had to restore
my
> development machine( VS.NET, SQL server etc) now I'm receiveing this
error
> from my asp aplication only in RELEASE mode, but everything works good in
> DEBUG mode, this is happening when I run my app against my local SQLDB and
> against a hosting DB.
>
> EXECUTE permission denied on object 'sp_sdidebug', database 'master',
owner
> 'dbo'.
>
> Any sugg we'll b apre...
>
> thks
>
> Ken