G
Guest
Hello
My aspx pages run fine with non-secure server. When I tried to run them with https://, on the browser side, the runtime error occurred with suggestions of adding the following configuration
<configuration><system.web><customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/></sytem.web></configuration
and on the server side, the errors were
access denied to "C:\WebFiles\web.config". Failed to start monitoring file changes...
My aspx pages run fine with non-secure server. When I tried to run them with https://, on the browser side, the runtime error occurred with suggestions of adding the following configuration
<configuration><system.web><customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/></sytem.web></configuration
and on the server side, the errors were
access denied to "C:\WebFiles\web.config". Failed to start monitoring file changes...