• 0

deploying ASP.net mcv2


Question

hi all,

ive been working with MVC for about a year now at work but i wanted to use it to make a website at home, i can make the app no problem but i dont have a clue how to deply it to a web host in order for it all to run, also i'd like to connect it to SQL server but i dont know how to do that on a web host either...

any advice you can gice would be great :)

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

hi all,

ive been working with MVC for about a year now at work but i wanted to use it to make a website at home, i can make the app no problem but i dont have a clue how to deply it to a web host in order for it all to run, also i'd like to connect it to SQL server but i dont know how to do that on a web host either...

any advice you can gice would be great :)

Deployment would depend on your host and the version of IIS they're using. How do you deploy at work? You'll likely sign up for some hosting plan, and upload your site via FTP. If you're using IIS <= 6.0, you'll need to enable wild card mappings to ASP.NET, or create an extension for mvc to use (.mvc).

To deploy your SQL server database, generate your SQL script, and run it against your hosts sql server instance.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.