It hasn't been updated for days, because I've been reading the basics of the book and then practicing. And so see the database part, on the faint vegetables, can only cursory browse again, want to in the back of the actual combat to strengthen.
Here is the configuration for IIS and ASP.
First, what is IIS?
Baidu Information
IIS is a world Wide Web server. Gopher server and FTP server are all contained inside. IIS means that you can publish Web pages and have ASP (Active Server Pages), JAVA, VBScript-generated pages with some extended functionality. IIS supports something interesting, such as an interface with an editing environment (FRONTPAGE), a full-text search (INDEX SERVER), and a multimedia-enabled (NET SHOW) Second, IIS is a Windows NT SERVER 4.0 files and application servers that are provided together are the basic components of establishing an Internet server on Windows NT Server. It is fully integrated with Windows NT Server, allowing the use of Windows NT Server built-in security and the NTFS file system to build a powerful and flexible internet/intranet site. IIS (Internet Information Server, Internet Information Service) is a Web (Web page) service component that includes Web servers, FTP servers, NNTP servers, and SMTP servers, respectively, for web browsing, file transfer, News services and email delivery make it easy to publish information on the Web, including the Internet and local area networks. The number of Web pages allowed to open at the same time, open a page to account for an IIS, open a frame page for 2 to 3 IIS; if the picture is hotlinking, the image on the other website also occupies an IIS. If you set the parameter to 50 IIS, the station allows 50 pages to be opened at a time. But to be at the same time (very short time) 50 pages are opened, it takes 50 people to operate simultaneously, this probability is still relatively low. Therefore, it is not a big problem that the 100 IIS support Days ip1000 (at the same time the number of visitors to the website must be far below 1000), unless the site is hotlinking or the framework causes other consumption.
Self SummaryIIS provides services that are local to network traffic.
Second, configure IIS1. Open the Computer Control Panel and select "Turn Windows features on or off" 2. Select the option to tick the red box in the figure, click OK, and wait for the configuration to complete.
3. Open Administrative Tools in Control Panel, select Internet Information Services (IIS) Manager
The default is to see that the server is started
4. By entering in the browser: "http://localhost/", detect whether the configuration is successful, if the configuration is successful, the following interface appears in the browser
Ii. ASP.
1. What is ASP.
Asp. NET is a scripting language introduced by Microsoft, ASP. NET Framework-based Web development platform, not only absorbed the previous version of ASP's greatest advantages and reference to Java, VB language development advantages to add a lot of new features, but also fixed the previous ASP version of the operation error.
2.ASP. NET Installation
Open a command-line window and locate local. NET, enter the command in the command line below, and you will eventually see the installation complete.
Read "31 Days Learning CRM project development" record 4-web service configuration