Server Explorer: Data source not found
-
Hi there i have a asp.net app and i can;t make it work on my machine IIS is working SQL server 2000 is on i have attached the database through visual studio 2003 i have access to it but in thew servers panel i get data source not found though i can modify my db and i can browse the .aspx files but ofcourse i have no communication with the database,so nothing works... i 'm fresh to asp and i really need your help thanks ninja coding
ninja coding
-
Hi there i have a asp.net app and i can;t make it work on my machine IIS is working SQL server 2000 is on i have attached the database through visual studio 2003 i have access to it but in thew servers panel i get data source not found though i can modify my db and i can browse the .aspx files but ofcourse i have no communication with the database,so nothing works... i 'm fresh to asp and i really need your help thanks ninja coding
ninja coding
You need a basic course in ASP.NET, Your question is very general. You can start from here http://www.w3schools.com/aspnet/default.asp[^] there's lot to learn as a beginner.
Any systematic work reflects its significance for a long time. So let's discuss the best...
-
You need a basic course in ASP.NET, Your question is very general. You can start from here http://www.w3schools.com/aspnet/default.asp[^] there's lot to learn as a beginner.
Any systematic work reflects its significance for a long time. So let's discuss the best...
Yes i know and thanks for the advice but i'm not new in programming got lots of experience in php and java What bothers me is that i can't get it started i installed Sql server 2000 with the windows Authentication system,also use this in my webConfig file After a small search i found out i have to set up the app in the iis with the same authentication protocol [thought that this was the solution] No, i got still the same So nobody in this great site has ever seen "Data source not found" in their server explorer in visual studio?i do the search ...no results it's always "data source name not found or driver..." i hate microsoft:mad: Please help thnks
ninja coding
-
Hi there i have a asp.net app and i can;t make it work on my machine IIS is working SQL server 2000 is on i have attached the database through visual studio 2003 i have access to it but in thew servers panel i get data source not found though i can modify my db and i can browse the .aspx files but ofcourse i have no communication with the database,so nothing works... i 'm fresh to asp and i really need your help thanks ninja coding
ninja coding
To be honest, I never use the server explorer, nor is there any need for you to do so. Your DB communication is in no way related to the server explorer. If you write a proper data layer for your app, then you won't really expect to see any database connectivity within the IDE at all.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi there i have a asp.net app and i can;t make it work on my machine IIS is working SQL server 2000 is on i have attached the database through visual studio 2003 i have access to it but in thew servers panel i get data source not found though i can modify my db and i can browse the .aspx files but ofcourse i have no communication with the database,so nothing works... i 'm fresh to asp and i really need your help thanks ninja coding
ninja coding
-