When I uploaded the new website on Amazon EC2 server using IIS, I got HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid here are the more error details were
This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
Config Source:
33: <urlCompression doDynamicCompression="true" doStaticCompression="true" dynamicCompressionBeforeCache="true" />
34: <modules>
35: <remove name="FormsAuthentication" />
Here is the image of the error
...
I am searching my s3 bucket and I would like to know how can I check total number of objects (files) I have uploaded inside particular S3 Bucket on amazon web server? I am looking for easy solution here.
...I am creating a new website and have purchased it's domain from GoDaddy, and i will possible host it in Amazon EC2 web server.
So i would like to know how i will attach my EC2 instance with already purchased GoDaddy domain name?
Thank you
...Hello, I have some files and folders saved on Amazon web services S3 Bucket, now I would like to download entire bucket files and folders locally, how can I do it using CLI? Which is an easy way to get all contents of the Amazon S3 bucket? Thanks.
...I am looking at my AWS S3 Bucket and I can see there are lots of files in it, but I am not sure, how much space these files are consuming on Amazon S3 bucket so, how can I know AWS S3 Bucket size using AWS console or AWS S3 Cmd easily and quickly.
...