D'oh, sorry! The first time I posted it, I copied the error message from the server, but for some reason, the posting didn't take & I had to resubmit it. Slightly frustrated & rushing, I just noticed I must have copied this useless error from my laptop's browser, rather than the server.
Here is the error displayed locally on the server:
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30002: Type 'Web.HttpResponse' is not defined.
Source Error:
|
Line 32: Implements System.Web.IHttpHandler Line 33: Line 34: Private Sub RenderToResponseStream(ByVal Response As Web.HttpResponse, ByVal controller As XmlController) Line 35: ' save script timeout Line 36: Dim scriptTimeOut As Integer = HttpContext.Current.Server.ScriptTimeout
|
Source File: C:\Inetpub\wwwroot\EastbourneIT\App_Code\XML\Handlers\download.vb
Line: 34
Compiler Warning Messages:
Show Detailed Compiler Output:
Show Complete Compilation Source:
Version Information: Microsoft .NET Framework Version:2.0.50727.3607; ASP.NET Version:2.0.50727.3082