Click here to Skip to main content
15,886,717 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends..

i hav created my AWS EC2 trail...and i created my instance...i tried to access instance with remote desktop..every thing works fine...

also i created databse in instance for my application...

now i have no idea how to create cretae or upload my ASP.net C# website in instance??
how to conect application with created database?

cud you pls explain??am very new to this..AWS docs fully confusing..

thankyou
stephen
Posted

1 solution

Well, you have to just login into your EC2 instance machine via Remote Desktop Connection. This is as same as you connect to any other Windows Server/Machine using Remote Desktop Connection. I am asuming you know what is Remote Desktop Connection. :) Once you connected to your EC2 instance machine, you can deploy your Asp.Net application in IIS. Again this is as same as you deploy your Asp.Net applications on any other Windows Server/Machine in IIS.

Deploying ASP.NET Websites on IIS 7.0

I worked on Amazon EC2 last year, so not sure if their are any new updates on this. You may have a look at below link to explore more.
http://aws.amazon.com/net/

For Amazon Relational Database Service (Amazon RDS)
http://aws.amazon.com/rds/#functionality

Please post your comments if any issues.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900