I have IIS7 and am trying to get a website working for development reasons (not production).
So far, I’m getting
HTTP Error 500.0 - Internal Server Error
and so I can’t get off square 1.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are getting a COM error. The most common error is that you need to register the COM service on the server (the COM you will need to register is AboMapperCustom).
You register a COM using the regsvr32 utility.