Search found 2 matches

by malvin
Thu Jun 11, 2015 3:47 am
Forum: Programming Discussions
Topic: Unable to connect to a remote database through ASP. NET
Replies: 0
Views: 4962

Unable to connect to a remote database through ASP. NET

I created a SQL Server Database with Direct Access and updated the connection string with the one provided by http://asphostportal.com . There are no errors, but I see no data being stored in the database on a form submit. Code to insert a row is as follows: public int run_sql(string msg&...
by malvin
Mon Jun 01, 2015 8:24 am
Forum: Programming Discussions
Topic: How to deploy asp.net mvc application to asphostportal.com
Replies: 0
Views: 4867

How to deploy asp.net mvc application to asphostportal.com

I created an ASP.NET MVC4 application using C# on Visual Studio 2012. But facing a hard time deploying it. I uploaded all the folders of my project onto my server (asphostportal). But still cant view my website running.

My question: Is this enough to deploy my site ? Or anything else needed?