Anybody could help me solve the problem as following:
When I click on the save button in the page of project_details, the error occured. But sometime the data real saved in the table of "aspnet_starterkits_projects" and "aspnet_starterkits_projectmembers", sometime only saved in the table "aspnet_starterkits_projects".
Error Message In IE:
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
Message from windows event log:
9:51:51 aspnet_wp.exe (PID: 2688) stopped unexpectedly.
9:51:46 Faulting application aspnet_wp.exe, version 2.0.50727.42, stamp 4333aece, faulting module kernel32.dll, version 5.1.2600.2945, stamp
44ab9ac0, debug? 0, fault address 0x00012a5b.
Last Log in windows\system32\logfiles as follows:
01:50:00 127.0.0.1 GET /Sample/WebResource.axd 200
01:50:00 127.0.0.1 GET /Sample/WebResource.axd 200
01:50:00 127.0.0.1 GET /Sample/WebResource.axd 200
01:50:00 127.0.0.1 GET /Sample/TimeTracker/images/icon-calendar.gif 304
01:50:00 127.0.0.1 GET /Sample/TimeTracker/images/tab_dim.gif 304
01:50:00 127.0.0.1 GET /Sample/TimeTracker/images/tab_bg.gif 304
01:50:00 127.0.0.1 GET /Sample/TimeTracker/images/background_drop_menu.jpg 304
01:50:00 127.0.0.1 GET /Sample/TimeTracker/images/background_body.gif 304
01:50:00 127.0.0.1 GET /Sample/TimeTracker/images/background_formsection.gif 304
01:51:41 127.0.0.1 POST /Sample/TimeTracker/Project_Details.aspx 302
01:51:51 127.0.0.1 GET /Sample/TimeTracker/Project_Details.aspx 500
I am using ASP Web Developer Express and Sql 2005 Express. Please teach me how to solve the problem, Thanks in advance.
OWEN ZHANG
Member
49 Points
37 Posts
Time Track Error when I clicked on the save button in the page of project_detail
Nov 17, 2006 01:02 AM|LINK
Anybody could help me solve the problem as following:
When I click on the save button in the page of project_details, the error occured. But sometime the data real saved in the table of "aspnet_starterkits_projects" and "aspnet_starterkits_projectmembers", sometime only saved in the table "aspnet_starterkits_projects".
Error Message In IE:
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
Message from windows event log:
9:51:51 aspnet_wp.exe (PID: 2688) stopped unexpectedly.
9:51:46 Faulting application aspnet_wp.exe, version 2.0.50727.42, stamp 4333aece, faulting module kernel32.dll, version 5.1.2600.2945, stamp
44ab9ac0, debug? 0, fault address 0x00012a5b.
Last Log in windows\system32\logfiles as follows:
01:50:00 127.0.0.1 GET /Sample/WebResource.axd 200
01:50:00 127.0.0.1 GET /Sample/WebResource.axd 200
01:50:00 127.0.0.1 GET /Sample/WebResource.axd 200
01:50:00 127.0.0.1 GET /Sample/TimeTracker/images/icon-calendar.gif 304
01:50:00 127.0.0.1 GET /Sample/TimeTracker/images/tab_dim.gif 304
01:50:00 127.0.0.1 GET /Sample/TimeTracker/images/tab_bg.gif 304
01:50:00 127.0.0.1 GET /Sample/TimeTracker/images/background_drop_menu.jpg 304
01:50:00 127.0.0.1 GET /Sample/TimeTracker/images/background_body.gif 304
01:50:00 127.0.0.1 GET /Sample/TimeTracker/images/background_formsection.gif 304
01:51:41 127.0.0.1 POST /Sample/TimeTracker/Project_Details.aspx 302
01:51:51 127.0.0.1 GET /Sample/TimeTracker/Project_Details.aspx 500
I am using ASP Web Developer Express and Sql 2005 Express. Please teach me how to solve the problem, Thanks in advance.
Owen