Middle Tier deployment issue
Posted: Fri Dec 06, 2019 4:53 pm
I have my plugin working with Middle Tier on my development machine. But when I try to deploy it to my live machine with https I get
Not sure how to fix that
PS: Not sure if it matters, but its running on an AWS instance
Code: Select all
Server Error in '/OpenDentalServer' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not create type 'OpenDentalServer.ServiceMain'.
Source Error:
Line 1: <%@ WebService Language="C#" CodeBehind="ServiceMain.asmx.cs" Class="OpenDentalServer.ServiceMain" %>
Source File: /OpenDentalServer/ServiceMain.asmx Line: 1 PS: Not sure if it matters, but its running on an AWS instance