|
Related Topics:
| 2000 to 2003 upgrade breaks IIS--dcom event ID 10004 error - I was running IIS 5.0 on my 2000 server, and was working fine. I did an in-place upgrade to 2003 Server (std.), and it went ok but now my website is busted. When I try to login to a web page it cannot find it and the server..
401.2 Denied by Server Configuration Errors w/ Windows 200.. - I have a 2003 ASP.NET intranet set to Windows in my In IIS (Windows 2003 Server) i've set only Security. My clients are using IE7. I get almost the same number of 401.2 error and i do status code 200..
Wildcard SSL Errors Windows 2003 - I have installed a wildcard cert on my server and applied it to (4) of my 150 websites. All of my websites are using an assigned IP address I have applied the SSL bindings into the metabase however this error still shows up. No matter how..
random authentication errors with IIS 6 and NTLM? - Hi, I have an intranet server set up on W2K03/IIS 6 (regular ASP and ASP.NET) which normally works fine with NTLM This morning, users would log in, then be unable to access some pages. Clicking on a link would send a request from the..
Random compile errors: IIS 6.0 losing track of ASP class m.. - I am using ASP and have migrated from Windows 2000 and iis5.0 to Windows 2003 and iis6.0. I have noticed some unusual behavior that didn't happen under iis5.0. Can anyone assist, help or point me in a direction to take this? After the site runs
|
|
| Author |
Message |
External

Since: Feb 20, 2008 Posts: 2
|
(Msg. 1) Posted: Wed Feb 20, 2008 12:07 pm
Post subject: Random 500 Errors - IIS 6, Server 2003, Access 2000, ASP Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
Hello all,
I have received lately a couple calls a week stating that an asp page on my
website has not been working properly.
They get the following:
The website cannot display the page, HTTP 500, most likely causes: The
website is under maintenance or the website has a programming error.
This page has a submit command and collects information, inserts into an
access database and passes it to another page where they can print the
information off.
There are no errors in the event viewer when this happens, I have downloaded
and installed LogParser 2.2 and have pulled up the 500 errors, but it
doesn't tell me why I am having them. Is there any other way to capture
these errors and tell me what is happening? I didn't have Win32 Status
checked in IIS logs, I do now.
I can go to the website and go to the page that is giving an error and can
never re-create it on the 5 machines that I use to test. It never happens
to me.
Any suggestions to tell me how I can find out why this is happening?
Thanks >> Stay informed about: Random 500 Errors - IIS 6, Server 2003, Access 2000, ASP |
|
| Back to top |
|
 |  |
External

Since: Feb 20, 2008 Posts: 2
|
(Msg. 2) Posted: Wed Feb 20, 2008 1:18 pm
Post subject: Re: Random 500 Errors - IIS 6, Server 2003, Access 2000, ASP [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Feb 21, 2008 Posts: 9
|
(Msg. 3) Posted: Thu Feb 21, 2008 9:23 am
Post subject: Re: Random 500 Errors - IIS 6, Server 2003, Access 2000, ASP [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Ask your users to disable "SHOW FRIENDLY HTTP ERROR MESSAGES" in MSIE
advanced settings) and revisit the page. Then they will see the actual error
which can be emaield to you
SHOW FRIENDLY HTTP ERROR MESSAGES is the one most annoying feature of MSIE
because it makes support so bloody difficult....
W
"GMC" <gcoleman.RemoveThis@legalassist.oops.org> wrote in message
news:%23GBamV$cIHA.1168@TK2MSFTNGP02.phx.gbl...
> OK, I think I may be on my way to figuring out what is going on.
>
> I went into the IIS log files and see this:
>
> 2008-02-19 19:58:05 POST /application_for_services.asp
> |145|80020005|Type_mismatch. - 24.111.22.94 HTTP/1.1
> Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+InfoPa
> th.1) https://xxxxxx/xxxxxxxxxxxx.asp 500 471
>
> Is the "145" the line that the error is coming from?
>
> Thanks.
>
> >> Stay informed about: Random 500 Errors - IIS 6, Server 2003, Access 2000, ASP |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 3041
|
(Msg. 4) Posted: Thu Feb 21, 2008 9:23 am
Post subject: Re: Random 500 Errors - IIS 6, Server 2003, Access 2000, ASP [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Since you are using ASP, you really should configure a custom 500-100.asp
error handling page. You can then use the inbuilt ASPError object to get the
details of the last error that occured. Additionally you can display a nice
friendly message to your users.
Cheers
Ken
"GMC" <gcoleman DeleteThis @legalassist.oops.org> wrote in message
news:%23GBamV$cIHA.1168@TK2MSFTNGP02.phx.gbl...
> OK, I think I may be on my way to figuring out what is going on.
>
> I went into the IIS log files and see this:
>
> 2008-02-19 19:58:05 POST /application_for_services.asp
> |145|80020005|Type_mismatch. - 24.111.22.94 HTTP/1.1
> Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+InfoPa
> th.1) https://xxxxxx/xxxxxxxxxxxx.asp 500 471
>
> Is the "145" the line that the error is coming from?
>
> Thanks.
>
> >> Stay informed about: Random 500 Errors - IIS 6, Server 2003, Access 2000, ASP |
|
| Back to top |
|
 |  |
External

Since: May 27, 2008 Posts: 1
|
(Msg. 5) Posted: Tue May 27, 2008 4:46 pm
Post subject: HTTP 500 error with PHP/MySQL [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In our case this error was due to a problem between MySQL and the login PHP page.
When we tried to access the page with MySQL root account and it worked fine but with another MySQL user we just got the HTTP 500 error.
Finally we deleted the MySQL database and created it from scratch, including the Mysql user for that specific database with the GRANT ALL... >> Stay informed about: Random 500 Errors - IIS 6, Server 2003, Access 2000, ASP |
|
| Back to top |
|
 |  |
|