locked
Softwares required to host/run web application developed in visual studio 2013 update 4 RRS feed

  • Question

  • User-1782410546 posted

    Hi,

    I developed a web application "Single Page Application using ASP.NET MVC "  in visual studio 2013 update 4.

    Now i need to host it in web server 2008 R2 Enterprise with IIS 7.5.

    There are no softwares installed till now in this server, its a new server.

    Do i need to install any softwares to run the hosted web application.

    I know how to host a web application in IIS, but i want to know the required softwares to run the hosted web application.

    Thanks,

    Vijay Devd

    Tuesday, August 9, 2016 12:40 PM

Answers

  • User-2057865890 posted

    Hi Vijayd,

    If you deploy an ASP.NET 4.5 project to a hosting provider that does not support ASP.NET 4.5, the application will not run. Before you can deploy applications that are built on the .NET Framework to a server, the server must have specific software components and patches installed. Most server systems meet the requirements. However, you may have to manually verify that a specific system is ready to receive the .NET Framework redistributables. For more information, see Deployment to a Hosting Provider: Troubleshooting.

    Best Regards,

    Chris

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, August 10, 2016 11:05 AM

All replies

  • User-359936451 posted

    If you know how to host a site in IIS, there isn't much more to do. Create a folder for your site in IIS, add the files, create a new web site in IIS. Set the host name and/or IP addressing requirements, create your APP Pool for the new site. etc, etc.

    If you site requires any other items, such as a database or security, you did not mention that. So please consider before deploying.

    Tuesday, August 9, 2016 2:45 PM
  • User-1782410546 posted

    Thanks March for your reply

    Is it not necessary to install .NET Framework Runtime or MVC runtime.

    Thanks,

    Vijayd Devd

    Tuesday, August 9, 2016 4:07 PM
  • User-2057865890 posted

    Hi Vijayd,

    If you deploy an ASP.NET 4.5 project to a hosting provider that does not support ASP.NET 4.5, the application will not run. Before you can deploy applications that are built on the .NET Framework to a server, the server must have specific software components and patches installed. Most server systems meet the requirements. However, you may have to manually verify that a specific system is ready to receive the .NET Framework redistributables. For more information, see Deployment to a Hosting Provider: Troubleshooting.

    Best Regards,

    Chris

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, August 10, 2016 11:05 AM