views:

15

answers:

0

While deploying my application built on ASP pages over Amazon EC2 Cloud instance. Iam getting " 500 - Internal server error " for all my ASP pages hosted. Any idea on what would be the settings need to be done to overcome this error. my EC2 instance uses IIS7.

my page is using XMLDOC object to extract the connection string from an web.config file. I believe EC2 instance does not support or some configuration to be done to support XMLDoc, if you have any idea, please let me know.

When I hardcoded the connection string, ASP page was working fine.