Veri tabanı bağlantı hatası Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: Veri tabanı bağlantı hatası Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [InvalidOperationException: Hata veritabanına bağlanmada] asoft.lib.database.DBConnect() in c:\inetpub\wwwroot\asoft\lib\database.cs:89 asoft._default.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\asoft\default.aspx.cs:41 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Page.ProcessRequestMain() +750web.config satırım
<!-- connection string --> <add key = "strConnection" value = "Provider=Microsoft.Jet.OleDb.4.0;Data Source= db/database.mdb" /> <!-- connection string -->ve c:\inetpub\wwwroot\ diye bir yerde değil sistemim bu yolu nerden buluyor kendisi anlamadım ve hiçbir dosyamın içinde böyle bir yol yok
asp.net konusunda biraz yeniyim bana bu konuda yardımcı olursanız sevinirim