Friday, September 19, 2014

Install MVC website on IIS7

1st install ASP MVC, then run one of the following depending on your architecture:
 32bit (x86) Windows
%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir
 64bit (x64) Windows
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir
 also check this thread for more info: ASP.NET MVC on IIS 7.5
 You could also need to recreate your application/site after these steps.

No comments:

Post a Comment

📱Build WhatsApp Bot using .NET + OpenAI

   In this article, you will learn how to build a real-world WhatsApp chatbot using ASP.NET Core and OpenAI. This bot can automatically repl...