Toon posts:

[w2k/IIS] Server Error in '/' Application

Pagina: 1
Acties:

Verwijderd

Topicstarter
Deze fout kreeg een van onze klanten toen 'ie z'n website ging bezoeken.
Volgens de klant gebeurt dit wanneer de site druk bezocht wordt...

Kan iemand mij vertellen wat hier aan de hand is, want ik kom er niet echt uit. 'k Heb gezocht op Google, maar dan krijg ik eigenlijk alleen maar de verkeerde foutmeldingen...

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Unspecified error 
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.Data.OleDb.OleDbException: Unspecified error

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: 

[OleDbException (0x80004005): Unspecified error]
  System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) +20
  System.Data.OleDb.OleDbConnection.InitializeProvider() +57
  System.Data.OleDb.OleDbConnection.Open() +203
  CuAround.header.bindData() +83
  CuAround.header.Page_Load(Object sender, EventArgs e) +7
  System.Web.UI.Control.OnLoad(EventArgs e) +67
  System.Web.UI.Control.LoadRecursive() +35
  System.Web.UI.Control.LoadRecursive() +98
  System.Web.UI.Control.LoadRecursive() +98
  System.Web.UI.Page.ProcessRequestMain() +731
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573


Alvast bedankt!

[ Voor 4% gewijzigd door Verwijderd op 15-09-2004 09:35 ]