Question:
Hey, Im just running a little project for my University Group. I created a little .aspx website, and going for the Open Source Apache Server. Im used to just loading Index.html files onto the htdocs folder were you put your website. But how do you go ahead putting a .aspx website live on a Webhost server or my own Apache server? As it has .sln files, has folders and other stuff and i get confused.
Thank you
Answer1:
Have you configured Apache to run ASP.NET? The Mono Project is most popular. Beyond that, upload the HTML, ASPX and ASCX files, as well as the .vb or .cs files and any data or bin folder contents. Or use Visual Studio's options for publishing.
Jeff
Answer2:
By the way, ideally if Apache was your main decision, you should have developed in PHP or another native technology. If ASP.NET was your main factor, you should deploy in Windows and IIS.
Jeff