Right now I'm trying to bring back to life an existing IIS server (I have the files from a broken server).
After selecting the root, several ASP files work correctly, but I have an application with this output
Parser Error Message: Could not load type 'WebService1.Global'.
Source Error:
<%@ Application Codebehind="Global.asax.vb" Inherits="WebService1.Global" %>
I want to load this path:
http://localhost/wsCriativo/wscriativo.asmx
But it is trying to load the /global.asax
file and get this error.
I must say those files were working on the previous server so it must be a configuration problem with IIS.
Info: IIS 8.5, Windows Server 2012 x64