Hello! So I am looking to upgrading to premium, but I want to test out my application on the free-version first.
I am brand to everything I just created so if you need more information feel free to ask as I have never done anything like this before.
Basically I want my web application online to see how it runs and such, it really has no use other than modifying a database I made but I have never used Visual Studio's before, let alone exporting/publishing (you know what I mean) a MVC project out of it.
Overview:
So yea...is it possible for me to put that web application onto the free hosting site I currently have, and if so, how?
Thank you! Loving the service so far
-Austin
I am brand to everything I just created so if you need more information feel free to ask as I have never done anything like this before.
Basically I want my web application online to see how it runs and such, it really has no use other than modifying a database I made but I have never used Visual Studio's before, let alone exporting/publishing (you know what I mean) a MVC project out of it.
Overview:
- I am using Web Express 2013 with MVC 5 with Entity Framework 6
- I am using SQL Server Management Studio (1 database with 7 small tables)
- I connected to this Database by adding a folder within my MVC solutions window and then I added a ADO.NET Entity Data Model and followed the wizard guide in which something occurred via mvc magic that makes my app and db connect now.
- I also had to add a `<add name="MoviesEntities" connectionString=....>` to help find the Database on my computer.
- Whenever I use SQL Sever Management Studio I use the Window's authentication (not sure if that matters for putting it online)
So yea...is it possible for me to put that web application onto the free hosting site I currently have, and if so, how?
Thank you! Loving the service so far
-Austin