How to Host a .net application in AWS S3

I need to host a .net application on AWS S3 using static website hosting, is there any possibility to do so? Please help, Thanks in advance.

Answers:

Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.

Method 1

You can front your UI artifacts in S3, but the .Net part will have to be executed server side by a Web Server like IIS. S3 just serves files: doesn’t execute them, so you’ll need more than S3 to pull this off.

There are various AWS services you can look at to help you get started on hosting .Net solutions including EC2, ECS (.Net core) and Lambda (.Net runtime).


All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x