Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

VB
Module
global.asax
Notification
BeginRequest
Handler
ExtensionlessUrlHandler-Integrated-4.0
Error Code
0x00000000



VB
Module
global.asax
Notification
BeginRequest
Handler
ExtensionlessUrlHandler-Integrated-4.0
Error Code
0x00000000


i set application pool 32bit true but when i run got same eorror.

Any sugession or Answer will be higly appreciated

Shafik
Posted

1 solution

When the error is 500, that means it's an internal error, meaning internal to the service - the service threw an exception that was not caught.
Look in the Windows event logs on the server to see what went wrong.

Also, try:
- Go to menu Tools/Internet Options in your IE.
- Click on the Advanced tab, uncheck "Show friendly HTTP error messages" option and click Ok.
- Try accessing your web page again. Now you will see much more meaningful error message which will help you to troubleshoot the problem.


See details here: Microsoft Support: Error message when you visit a Web site that is hosted on IIS 7.0: "HTTP Error 500.0 – Internal Server Error"[^]
 
Share this answer
 
Comments
khosnur 2-Jul-12 13:24pm    
Thank you very much to ur sugession but i am getting the same error: The page cannot be displayed because an internal server error has occurred.

Can give any other sugession?

Thanks in advance
Sandeep Mewara 2-Jul-12 13:47pm    
Did you looked at the event logs at all?
khosnur 2-Jul-12 14:01pm    
Thanks for your reply. Sir please can you tell me where is the event logs? i am a new in IIS web apps.

Thanks in advance
Sandeep Mewara 2-Jul-12 14:29pm    
Start -> Run -> eventvwr -> ok
khosnur 2-Jul-12 14:02pm    
Sir After configuring i got another error that is:problem with the resource you are looking for and it cannot be displayed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900