Upload asp.net mvc ...
 
Notifications
Clear all

Upload asp.net mvc project to SolidCP

2 Posts
2 Users
0 Likes
1,625 Views
Posts: 1
Topic starter
(@stevenrancho)
New Member
Joined: 6 years ago

I´m new using SolidCP
I have an asp.net mvc project in localhost and i need to upload to my hosting.
Can someone show me how to accomplish this?
All my folders and files are in wwwroot.
The DB is uploaded to mylittleadmin
Thank You

1 Reply
Posts: 1964
Admin
(@m-tiggelaar)
Noble Member
Joined: 8 years ago

It depends on how the server is configured.
Some have Web Deployment enabled which allows Visual studio publishing (i personally don't allow this on my own servers due to it overwriting permissions unless the client knows what they are doing and configure VS properly).
In general you push the compiled files to wwwroot, make sure the database settings are configured as per the hosts settings, and then just make sure the Database and database user is set correct. (what to configure, and where to configure database related settings depend on the project it self, most projects use web.config for those settings, but it can really be defined anywhere).
Regards,
Marco

Reply
Share: