Environmental requirements:
There are no . NET Framework 4.0 to install first
After you install the. NET Framework 4.0. You also need to register the application pool with IIS by using Administrator privileges to open a command prompt (CMD) and enter the following command:
C : \windows\microsoft . Net\framework\v 4.0 . 30319 -i
After the installation is complete, you can see 4.0 of the application pools in IIS Manager refresh.
Ueditor. NET installation configuration open the Project tutorial:
1 . In the http://ueditor.baidu.com/website/download.html download. NET version, I downloaded the. net-utf-8. Save them. Remember the path!
2. Right-click the computer-management-services and Applications-double-clicking Internet Information Services (IIS Manager). The results are for example:
3. Right-click application Pool-Join the application pool. For example, the following configuration:
Configuration succeeded:
4. Now, it is necessary to operate the downloaded. NET version ueditor, first configure a dedicated site
Right-click Site-Join site
5. Join the application to the site
Right-click the newly created site--Join the application, select the downloaded. NET version of the Ueditor directory path after decompression.
6. code requirements are executed in the form of an application (it is easy to add library dependencies and organize code).
So you need to convert the Net folder into an application.
In IIS, expand to
> folder, right click on the folder and click "Convert to Application".
Pop-up dialog box. Click "Select ..." to specify the application pool to use. Select an application pool with a version number of 4.0. then click OK.
Set the connection credentials. Click "link for ..."button, specify a user who has read and write permissions to the folder (such as Administrator) in the popup dialog, then click OK. "
After Setup is complete, you can click on "Test Settings ..." To test whether the permissions are normal.
7. Perform tests
Execute http://Your IP address in the browser port/net/controller.ashx, such as Http://192.163.1.102:80/net/controller.ashx.
Assuming that it returns below, the application executes successfully.
{"state":"The action parameter is empty or the action is not supported."}"}
Suppose you confirm that the above steps are already running. But there are still problems. Please give Baidu Ueditor Issue.
Now that the configuration item is configured, how do you open the Ueditor project???
1. Select File-Open Web site
2. In the pop-up selection box. Select the site name you previously configured on IIS, and click OK:
3. Select OK in the Bounce box and it appears:
Careful you may have found. There's No. cs file!!!
Right-click net--to open the site and add the site to the correct solution,
After. will appear.
This is the code we really want to see:
Ueditor. NET installation configuration open the project's source Code for Dummies Tutorial Pro ~