Under the root directory of the WEB site, most webmasters will find a folder named aspnet_client, which contains javascript integrating ASP. NET's "SmartNavigation" function. If SmartNavigation is enabled, web designers can maintain the position of the scroll bar and element focus between pages and other content.
The aspnet_client directory is the virtual root Web application directory, which is created on your computer when you install. NET Framework SDK or Visual Studio. NET. This file does not occupy user space. Please do not delete this folder when using the website space.
For example, the script files that come with ASP. NET are located in the following locations.
D: \ home \ ftp Username/wwwroot/aspnet_client/system_web/<version No.>/File
If you have installed Multiple SDK versions, you will see multiple subdirectories under aspnet_client/system_web. Because the control library is associated with a specific version of the script file, the deployment mode allows different versions of the control library to run in parallel.
What is the "aspnet_client" folder?
There are files in the file path! The complete path below:
Aspnet_client \ system_web \ 2017100004322
There are also three files: SmartNav.htm, smartnav. js, webuivalidation. js!
Role:
Installed.. net Framework. used to support.. net environment. 2017100004322 indicates your.. net framework Version 1.1.4322.. net verification controls provide script support
After. net is installed on the server, the folder is added to the directory of each website on the server.
When a virtual site is generated, a folder named aspnet_client is automatically generated under the root. Are you sure this folder is missing?
Solution: recreate an independent site and copy the generated aspnet_client folder to the bottom of the site.
First, make sure that you have installed iis
Go to the C: \ WINDOWS \ Microsoft. NET \ Framework \ v1.1.4322 \ folder from the command line \
Drive letter, system folder, version number may be different, depending on your own machine, select the folder with the highest version number
Run the command aspnet_regiis.exe-I
After installation, you can use vs to open it.
A little bit of information:
Details about the aspnet_regiis command.
Usage:
Aspnet_regiis.exe [-I [r] [-enable] |-u [a] |-r |-s [n] |-k [n] |-lv |-lk |- c |-e [a] |-?]
-I-install this version of ASP. NET and update
Script ing and all
Script ing. Existing low version script ing
Upgrade to this version.
-Ir-install this version of ASP. NET and register it only. No
Update the script ing in IIS.
-Enable-with-I or-ir specifies-enable
Enable ASP. NET in the IIS security console (IIS6.0 or later.
-S-install this version recursively in the specified path
. Existing low version script ing
Upgrade to this version.
For example, aspnet_regiis.exe-sW3SVC/1/ROOT/SampleApp1
-Sn-install this version in a non-recursive manner in the specified path
Script ing. Existing low version script ing
Upgrade to this version.
-R-this version is the root location of the IIS metadata Library
And all scripts below the root are mapped to the installation script ing. No matter what the current version is,
All existing script mappings are
Change to this version.
-U-Uninstall this version of ASP. NET. To this version
Existing script ing is remapped to
Other top ASP. NET versions.
-Ua-Uninstall all ASP. NET versions on the computer
-K-recursively remove all ASP. NET versions from the specified path
Script ing.
For example, aspnet_regiis.exe-kW3SVC/1/ROOT/SampleApp1
-Kn-Remove all ASP. NET versions from the specified path in non-recursive mode
Script ing.
-Lv-list all installed on the computer
ASP. NET version (including status and installation path ).
Status: Valid [(Root)] | Invalid
-Lk-list all paths of all IIS metadatabase items that contain ASP. NET script ing
(Together with the version ). Do not show from parent
Inherits the ing of ASP. NET scripts.
-C-install this version of the client script
In the aspnet_client subdirectory of each IIS Site Directory.
-E-from the directory of each IIS Site
In the aspnet_client subdirectory
Remove this version of the client script.
-Ea-from the aspnet_client subdirectory of each IIS Site Directory
Remove all versions of the client script.
-? -Print the help text.
Example:
When the system creates an asp. netweb application, the following error message is displayed:
"Visual Studio. NET has detected that the specified Web server is not running ASP. NET, and you will not be able to run ASP. NET applications or services. "
You can try to run
Aspnet_regiis-i
Aspnet_regiis-r
Two commands are used to install the asp.net Service Manager.
If the problem persists, try the following operations:
1. First determine if it is 1.1
2. Set "ip address" to all unallocated
3. Check if the local address is not used as the proxy server in the IE connection settings.