I am new in asp..i am making a project in asp..
I am using sql 2000..When I run my my program.
the following error is showing..I am being trying since 3 days yet not get any solution..plz help....this is the error
HTTP 500.100 - Internal
Server Error - ASP error
Internet Information Services
Technical Information (for support personnel)
- Error Type:
Microsoft OLE DB Provider for SQL Server (0x80004005)
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
/intro/saveuser.asp, line 27
- Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; AskTB5.3) - Page:
GET /intro/saveuser.asp - Time:
Friday, February 26, 2010, 10:54:39 AM - More information:
Microsoft Support
Amit ChoudharyPosted Feb 26, 2010, 5:35 AM
Data Source=(local)
Try give a DataSource name in place of (local) like your SqlServer Instance name..
Hope it solves your problem..
kshama parasharPosted Feb 26, 2010, 2:08 AM
Amit ChoudharyPosted Feb 26, 2010, 1:58 AM
SSPI points to an authentication error connecting to your SQL Server instance.
have you tried creating a SQL Server logon and passing that to your connection string? If that works, then there's an issue with your Windows authentication.....
If it doesn't, then you have a more general problem connecting to your database
Amit ChoudharyPosted Feb 26, 2010, 1:08 AM
post the few lines of code for /intro/saveuser.asp, line 27
Check your connection string also for datasource..
kiran kumarPosted Feb 26, 2010, 1:08 AM
mark the answer if it helps you