Hi, My hosting company are making changes to their servers to handle some security issues with .NET. One of the associated problems seems to be any .NET files requiring that .NET runs in Full Trust mode won't work.
This effects many sites I have working with this hosting company and seems to be an issue with ASP Upload and Resize, which runs on all of them!
So, I am getting this error
----------------------- WARNING!!
Error on DwZone AspUpload extension (Code status: 403) There is a problem on the Server settings Your server is unable to find himselfe To verify: Open a browser directly on the server desktop Type in the browser address bar the url: http://www.uiprojects.com/dwzUpload/ResizeAspNet.aspx?TestAspNet=yes and verify if you see your site To work the extension need the server is able to find this Url and in your server the XMLHTTP microsoft component must have right permissions Verify and resolve the problem
-----------------------
and if I enter the test url I get this:
------------------------
Server Error in '/' 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: This configuration section cannot be used at this path. This happens when the site administrator has locked access to this section using <location allowOverride="false"> from an inherited configuration file.
Source Error:
Line 4: <system.web> Line 5: Line 6: <trust level="Full" originUrl="http://www.dwzone-it.com"/> Line 7: Line 8: <!-- COMPILAZIONE CON DEBUG DINAMICO
Source File: G:\websites\uiprojects\htdocs\web.config Line: 6
-------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082 -------------------------
The version of ASP Upload and Resize I am using is 2.3.3
Does the extension have to use .NET to process images? Or, is there a way round this issue?
Thanks,
Steve. |
|
|