Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Running .NET web app self hosted

  • 20-10-2014 12:08PM
    #1
    Registered Users, Registered Users 2 Posts: 2,238 ✭✭✭


    Hi,

    Quick question. I'm planning a simple .NET MVC demo site which will be a locally hosted SQL Server and IIS instance.

    I will get away with SQL Server Express but what about IIS? What are the requirements for that? Will it run on any instance of Windows 7 or do I need a specific version? Or can I just install it via the Web Platform Installer and it will be good to go?

    As long as the Windows 7 installation is fully licensed, are there any further licencing concerns or is it all free?

    Thanks,
    Conor


Comments

  • Administrators Posts: 55,668 Admin ✭✭✭✭✭awec


    It'll work fine on W7.


  • Registered Users, Registered Users 2 Posts: 1,717 ✭✭✭Raging_Ninja


    IIS comes preinstalled on all Windows. Turn it on through the "Programs and Features" settings. You'll need to install MVC though.


  • Registered Users, Registered Users 2 Posts: 2,238 ✭✭✭techguy


    Cheers guys.

    Was just double checking because I remember seeing something about IIS only being available on some Window variants. Admittedly it was pro/business, which I will be using anyway so silly question.

    Thanks.


  • Registered Users, Registered Users 2 Posts: 1,311 ✭✭✭Procasinator


    You'll need to install MVC though.

    Not necessarily. You can do what some refer to as a "bin deploy".

    Procedure like this:
    http://haacked.com/archive/2011/05/25/bin-deploying-asp-net-mvc-3.aspx/


  • Registered Users, Registered Users 2 Posts: 1,454 ✭✭✭Smoggy


    host it on the free azure site ?


  • Advertisement
  • Moderators, Society & Culture Moderators Posts: 9,688 Mod ✭✭✭✭stevenmu




  • Registered Users, Registered Users 2 Posts: 2,238 ✭✭✭techguy


    Smoggy wrote: »
    host it on the free azure site ?

    Yup, that's the plan alright (30 Day Trial). Just wondering about a contingency for a locally hosted solution.

    What exactly can one host on one of those free sites? A simple MVC website with some Web APIs pointing to a SQL database? I had problems deploying from SQLMS to a free database before.

    Thanks.


  • Registered Users, Registered Users 2 Posts: 1,454 ✭✭✭Smoggy


    All of the above.. having said that you might have to pay a little for SQL Server. I was using free credit at the time, but if you too are using the free 30 days you won't have any issues with MVC / SQL Server etc


Advertisement