foozball3000
Executive Member
- Joined
- Oct 28, 2008
- Messages
- 5,827
Hi, I come from older ASP.Net versions, so the last few weeks, I've been getting up to speed with MVC and Monkeysoft Identities, ect, ect...
So the time has come to publish my first MVC Project, and I'm stuck.
Simply publishing to and FTP Site does copy the files and such but doesn't just work out of the box.
That much I expected, what I didn't expect was how little information is available on this.
First Things First...
I'm using Visual Studio Community 2015 Edition, on Windows 7, trying to publish to a .Net Domain at WebAfrica.
About the DB.. I've kept the ASP Identities tables as is. So for the additional roles I needed, I've created a seperate table linked (one way) to the AspNetUsers and AspNetRoles table. Not the most optimal setup, but practical.
(The Additional Roles is... you can be a Manager at Company1, but also a Standard User at Company2)
Anyhow.. I'm still learning as I go, and getting the hang of it. It's such a change from the old way of doing things.
So, where to start?
I'm guessing with the DB?
At the moment the SQL Db (2015, I think) has nothing.
Does MVC automatically create a db and make changes to the DB for startup and create the tables it requires on the webserver?
So the time has come to publish my first MVC Project, and I'm stuck.
Simply publishing to and FTP Site does copy the files and such but doesn't just work out of the box.
That much I expected, what I didn't expect was how little information is available on this.
First Things First...
I'm using Visual Studio Community 2015 Edition, on Windows 7, trying to publish to a .Net Domain at WebAfrica.
About the DB.. I've kept the ASP Identities tables as is. So for the additional roles I needed, I've created a seperate table linked (one way) to the AspNetUsers and AspNetRoles table. Not the most optimal setup, but practical.
(The Additional Roles is... you can be a Manager at Company1, but also a Standard User at Company2)
Anyhow.. I'm still learning as I go, and getting the hang of it. It's such a change from the old way of doing things.
So, where to start?
I'm guessing with the DB?
At the moment the SQL Db (2015, I think) has nothing.
Does MVC automatically create a db and make changes to the DB for startup and create the tables it requires on the webserver?