Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Dear All,

I was developed a website in VS2005 2.0 using AjaxToolKit. Websiting was running in IIS 7.0 perfectly as soon as copied the publish files into FTP server, not starting the website shows error 'HTTP:500 internal error'.

Is any authentication required to be done. Please suggest.

Can anyone help me !!

Thanks in advance.
Posted
Comments
Johannes Hillert 20-Feb-12 1:35am    
Hello, your hosting machine has IIS and the application is started? You can also turn on debug output to show you a call trace and you can remote debug the application, if you have to rights on the host system. Personally, I prefer the remote debug method as most stuff works very differently when it's no longer running on the local machine. Good luck!
Ramkitg@gmail.com 20-Feb-12 3:35am    
Thanks for ur posting. Initially created html pages and upload to ftp server, it works fine for me. Now I converted all html pages to aspx and add ajaxtool kit & web.config. shows me error "500: Inter Server Error, There is a problem the resources you are looking for and it cannot be displayed."

Thanks in advance once again.

1 solution

How To Fix the 500 Internal Server Error

The 500 Internal Server Error is a server-side error, meaning the problem is not with your computer or Internet connection but instead is a problem with the web site's server.

Even though the issue is not yours to fix, there are some things you can try:

Reload the web page. You can do that by clicking the refresh/reload button, pressing F5, or trying the URL from the address bar again.

Even though the 500 Internal Server Error is reporting a general error on the web site's servers and not your computer, the server error may only be temporary. Trying the page again will often be successful.

Note: If the 500 Internal Server Error message appears during the checkout process at an online merchant, be aware that duplicate attempts to checkout may end up creating multiple orders - and multiple charges! Most merchants have automatic protections from these kinds of actions but it's still something to keep in mind.

Come back later. The 500 Internal Server Error message is one of the most common HTTP error message seen when checking out during an online purchase so sales are often disrupted. This is usually a great incentive to resolve the issue very quickly.

Contact the webmaster. Chances are good that the website administrators already know about the 500 error but if you suspect they don't, you can always try to contact the website directly.

The best way to find contact information for a website is through a WHOIS search, using the domain name (i.e. facebook.com) as your search term. If that doesn't produce an email address, the webmaster of most Internet sites can be reached via email at webmaster@website.com, replacing website.com with the actual website name.


Check this on :

http://pcsupport.about.com/od/findbyerrormessage/a/500servererror.htm[^]
 
Share this answer
 

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