Tuesday, June 21

 

GoDaddy hosting - "The page cannot be displayed because an internal server error has occurred" IIS7

Digg! delicious Google Bookmark Reddit Slashdot Yahoo my Web stumbleupon Technorati

You use Windows shared hosting (Godaddy,...) and get this error (assume the web server use IIS7):

"The page cannot be displayed because an internal server error has occurred"

You can't access to the web server. Most possible source of error would be something is wrong on your web.config settings.

How to show detail error to your browser? Just edit your web.config file.

Add/edit the following element in tag:


...

...


Add/edit httpErrors element:

...

...


Note: httpErrors element must not have child element(s).

Upload the web.config and see what's?

Hope this helpful!

Labels: , , ,

Tuesday, April 26

 

Solved Subversion error: MKCOL of '...': 405 Method Not Allowed

Digg! delicious Google Bookmark Reddit Slashdot Yahoo my Web stumbleupon Technorati

I hope this helps some other poor person before they tear all their hair out.

When i commit using VisualSVN i get error message

svn: MKCOL of '...': 405 Method Not Allowed


What?! What does that mean?

The directory already existed in the Subversion repository.

Ultimately, the error was therefore mine - trying to add a directory existed in source control. However, a more descriptive error messsage would have been nice!

Labels: , ,