This article mainly Introduces ASP. NETMVC5 + EF6 + EasyUI background management system, resource environment preparation for public platform development, has some reference value, interested friends can refer to this article mainly Introduces ASP. NET MVC5 + EF6 + EasyUI background management system, resource environment preparation for public platform development, has some reference value, interested friends can refer
Preface:
This will learn how to expand the public account function of an enterprise. the public account is also the main channel for enterprise traffic and brand promotion. to do this, you must first sharpen the tool and release the program to an Internet environment, the debugging speed is too slow and too troublesome!
We need to prepare for rapid development.
What is intranet penetration?
You can access the local IIS site through the domain name on the external network!
Software environment:
Windows 10 + IIS10
(Configure the local site to IIS10 as a backup, and the publishing site is not used as a tutorial)
Knowledge Point:Peanut Shell (main) ngrok start:
First, publish the site to IIS. here, I publish the site to local IIS and bind the port to 8081. the default port 80 can be used.
ngrok http -subdomain=inconshreveable 8081 Forwarding http://inconshreveable.ngrok.io -> 127.0.0.1:80Forwarding https://inconshreveable.ngrok.io -> 127.0.0.1:80
Finally, you can access it through the domain name of the custom inconshreveable. ngrok. io.
Summary:
1. fixed domain names are charged, which is cheaper than peanut shells.
2. if your network permits, you can use a peanut shell and feel that the domestic domain name is still relatively fast.
3. ngrok can also be used for development and debugging for free.
4. ngrok is not stable. sometimes the network is opened incorrectly. I don't know if it is a problem with my personal network.
5. subsequent tests on peanut shells
The above is the detailed content for parsing instances of the ASP. NET MVC5 + EF6 + EasyUI background management system. For more information, see other articles on php Chinese network!