Server Error in '/xxx_develop' application.

Source: Internet
Author: User

Long-standing problems

Server Error in '/xxx_develop' application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser error message: access is denied: 'xxxxxxxx '.

Source error:

Line 196: <add Assembly = "system. enterpriseservices, version = 1.0.5000.0, culture = neutral, publickeytoken = b03f5f7f11d50a3a"/>
Line 197: <add Assembly = "system. Web. Mobile, version = 1.0.5000.0, culture = neutral, publickeytoken = b03f5f7f11d50a3a"/>
Line 198: <add Assembly = "*"/>
Line 199: </assemblies>
Line 200: </compilation>
 

Source File: C: \ WINDOWS \ microsoft.net \ framework \ v1.1.4322 \ config \ machine. config line: 198

Assembly load trace: The following information can be helpful to determine why the Assembly 'xxxxxx' could not be loaded.

=== Pre-bind state information ===
Log: displayname = XXXXXXXXX

(Partial)
Log: appbase = file: // C:/inetpub/wwwroot/xxxx_develop
Log: initial privatepath = Bin
Calling Assembly: (unknown ).
===

Log: policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind ).
Log: Post-Policy Reference: XXXXX

Log: Attempting download of new URL
File: // C:/Windows/Microsoft. NET/framework/v1.1.4322/Temporary ASP. NET files/pds_develop/334b3141/7fad2c67/InterOP. Excel. dll.
Log: Attempting download of new URL
File: // C:/Windows/Microsoft. NET/framework/v1.1.4322/Temporary ASP. NET files/pds_develop/334b3141/7fad2c67/InterOP. Excel/InterOP. Excel. dll.
Log: Attempting download of new URL
File: // C:/inetpub/wwwroot/pds_develop/bin/InterOP. Excel. dll.
Log: policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind ).
Log: Post-Policy Reference: XXXXX, version = 1.5.0.0, culture = neutral, publickeytoken = NULL

 

 

XXXXX = Excel DLL file. This kind of problem always occurs when you delete this DLL file. Sometimes it will be good, sometimes it will not work, restart will take a while, and debugging will fail ....

 

Solution:

 

If you do not use Index Server on the server, you can disable it. To do so, follow these steps:

1. Click start, and then click Services.
2. Locate Indexing Service from the list of services, and then click Indexing Service properties from the subform.
3. On the General Tab Of the Indexing Service Properties dialog box, in the Startup Type drop-down item list, click
Disabled.
4. Click OK.

If you use Index Server, You can exclude the temporary ASP. Net Files directory from the folders that the Index Server scans. To do so, follow these steps:

1. Click Start, point to all programs, point to administrative tools, and then click computer management.
2. Expand the services and applications node, expand the indexing service node, and then expand the system node.
3. Right-click the directories folder, point to new, and then click directory from the subform to open the Add directory dialog box.
4. click Browse, and then locate the temporary ASP. net Files directory. you typically find the temporary ASP. net files in the following path: C :\< WINDIR> \ Microsoft. net \ framework \ <version number> \ temporary ASP. net files
Note <version number> is the version of. NET Framework installed on your computer.
5. Click No under the include in index? Option buttons.
6. Click OK to close.
7. Close the Computer Management dialog box.
8. Restart the Indexing Services Service.

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.