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 it, remember the path OH
2. Right-click on the computer-management-services and Applications-double-clicking Internet Information Services (IIS Manager), as shown in the following:
3. Right-click application Pool-Add an application pool to configure the following:
Configuration succeeded:
4. Now, it is necessary to operate the downloaded. NET version of Ueditor, first configure a dedicated website
Right-click Site--Add site
5. Add an app to your website
Right-click on the newly created Web site--Add the application, select the downloaded. NET version ueditor the extracted folder path.
6. Code requirements Run as an application (you can easily join library dependencies and organize your code). So you need to convert the net directory to an application.
In IIS, expand to
> directory, right click on the directory and click "Convert to Application".
In the popup dialog box, click "Select ..." to specify the application pool to use. Select the application pool with version 4.0, and then click OK.
Set the connection credentials. Click the "link as ..." button to specify a user who has read and write access to the directory in the Pop-up dialog box (for example, Administrator), then click OK.
Once setup is complete, you can test your permissions by tapping test settings ....
7. Run the test
Run your IP address in the browser: Port/net/controller.ashx, such as Http://192.163.1.102:80/net/controller.ashx. If the following is returned, the application runs successfully.
{"state":"The action parameter is empty or the action is not supported."} "}
If you confirm that the above steps have been implemented, but still have problems, please give Baidu Ueditor Issue.
Now that the configuration item is configured, how do I 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 that there is no. cs file!!!
Right-click net--to open the site, add the site to the correct solution,
After that, it will appear. This is the code we really want to see:
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Ueditor. NET installation configuration open Project source code for Dummies Tutorial Pro-Test ~