How to deploy Asp. Net MVC3.0 to Win7 64-bit system, mvc3.0win7
Previously, I used Visual Studio to run my own projects or small programs directly using F5. I seldom deployed and published them on IIS, so I tested them in my notebook, as a result, a lot of problems were discovered, so I re-went through the VM program to perform a new bare deployment practice.
Deployment process
Step 1:Now IIS is installed on Windows 7 64-bit operating system. You can enable the installation through the control panel location. As shown in:
Select the check box and click "OK" to install the SDK.
Step 2:After IIS is successfully installed, my program is developed through VS2010 and is Asp. net MVC3.0 program, and my Win7 64-bit VM is also newly installed, so the first thing to install is. net Framework4.0.
Step 3:Install Asp. Net MVC3.0.
These two installations should be fast.
Step 4:Open IIS Manager
Step 5:Add a website and select Asp. Net 4.0 Application pool.
Step 6:Click Browse website.
I don't know why, this brand-new Win7 64-bit system was exceptionally smooth during deployment, and there was no error at all. Haha, well, there's no way to record it here first, I will try again when I encounter a problem next time.