error in preview viewgrid data from Visual Web Studio Express

  • Thread starter Thread starter Fendi Baba
  • Start date Start date
F

Fendi Baba

I created a simple aspx form using the viewgrid data which I bind to a
dataaccesslayer.

When trying to previww tha page I get the following errors:


[SqlException (0x80131904): SELECT permission denied on object
'StudentInfo', database 'Counselling', schema 'dbo'.]


Can someone tell me what went wrong? Is this due to the permission
settings in the Database level?

Thanks in advance.

Regards
 
I created a simple aspx form using the viewgrid data which I bind to a
dataaccesslayer.

When trying to previww tha page I get the following errors:

[SqlException (0x80131904): SELECT permission denied on object
'StudentInfo', database 'Counselling', schema 'dbo'.]

Can someone tell me what went wrong? Is this due to the permission
settings in the Database level?

this is due to the permission.

Check connection string setting in the web.config file
 
Back
Top