Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have finally transferred the database for my project from .sql to SQL Server. when i run my website now undel the localhost i get this error:
or i get this error when i debug it from the VS:
I cannot understand why. the databse looks ok, all the data is there. can somebody help me please?
Does anyone think .dbo in front of the table names(in SQL Server) may cause the problem?
Hi Mitra,
Maybe this blogpost at about the format on connection string can help you further. I hope so.
http://blogs.msdn.com/b/sameersurve/archive/2009/06/15/no-such-host-is-known-error-when-configuring-ssrs-2008.aspx
/Dennis
Is that not an iis issue? IIS site pointing to the wrong place?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
The requested name is valid, but no data of the requested type was found
I have finally transferred the database for my project from .sql to SQL Server. when i run my website now undel the localhost i get this error:
The requested name is valid, but no data of the requested type was found
or i get this error when i debug it from the VS:
No such host is known
I cannot understand why. the databse looks ok, all the data is there. can somebody help me please?
Does anyone think .dbo in front of the table names(in SQL Server) may cause the problem?
Hi Mitra,
Maybe this blogpost at about the format on connection string can help you further. I hope so.
http://blogs.msdn.com/b/sameersurve/archive/2009/06/15/no-such-host-is-known-error-when-configuring-ssrs-2008.aspx
/Dennis
Is that not an iis issue? IIS site pointing to the wrong place?
is working on a reply...