Hello,

I just took a couple of .NET courses and they went over how to create an ASP.NET web app using C# or VB.NET, but it was by using the http://localhost/... and IIS. That was about as far as it went. I was thinking that since there is an http:// when you are creating the project, that you can use an ASP.NET enable web host to create your application right on the web. Is that right? If I have an ASP.NET enable web host such as http://www.domain.com, can I just create my application straight to there rather than creating it locally on my harddrive and then uploading the files?

I ask this because I have purchased an ASP.NET enabled webhost and things are not going as expected.

Thanks!