Forum Replies Created
-
AuthorPosts
-
sancudo
ParticipantManaged to solve it by using DSIM in the command prompt in one of the replies of the first link.
After aplying that I started getting the following error
Server Error in ‘/Scada’ 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: The value of the property ‘controlRenderingCompatibilityVersion’ cannot be parsed. The error is: Version string portion was too short or too long.
Source Error:
Line 4: <compilation targetFramework=”4.0″ />
Line 5: <roleManager enabled=”true” />
Line 6: <pages controlRenderingCompatibilityVersion=” ” />
Line 7: </system.web>However, I fixed it by putting 4.0 instead of leaving line 6 blank which is the line of the error.
Thanks for all the help and availability!
sancudo
ParticipantWindows 8.1
sancudo
ParticipantWell, seems I made some progress, now I’m getting this error
WFC servie error: [ResponseContentTypeMismatch
Arguments: text/html; charset=utf-8,text/xml; charset=utf/8,1024,<!DOCTYPE html PUBLIC “-//WC3//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org…
The ScadaWeb.log throws this as the associated error
2015-10-13 14:55:39 <MYCOMPUTER><DefaultAppPool><EXC> Application error: Path ‘/Scada/scheme/ScadaSchemeSvc.svc’ is forbidden.
at System.Web.HttpForbiddenHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Page: http://localhost/Scada/scheme/ScadaSchemeSvc.svcAnd trying to access directly to the .svc throws this in the browser
Application error: Path ‘/Scada/scheme/ScadaSchemeSvc.svc’ is forbidden.Any way to enable the access? is it because of firewall or is there another reason?
sancudo
ParticipantThe ScadaScheme log provides no information. The only thing in ScadaWeb that could be something is this, which i’m not sure what kind of file it is.
2015-10-13 06:27:29 <MYCOMPUTER><DefaultAppPool><ACT> SCADA-Server unable to open file [Ev]\e151013.dat
Only log before that is me login in. Not sure if this has something to do with it. When I attempt to load the default scheme and get the error, no lines are added to the log file but the time of that is not far off from about 5 minutes from one of the times when I got the error.
I get an error 404.3 when trying to Access the .svc like that.
-
This reply was modified 9 years, 10 months ago by
sancudo.
sancudo
ParticipantI’m having the same problem, opening SCADA-Web with the different URLs suggested didn’t work for me. It throws the same error anyway.
Are there any other alternatives to solve this?
-
This reply was modified 9 years, 10 months ago by
-
AuthorPosts