Runtime Error on running aspx page on https://

  • Thread starter Thread starter Guest
  • Start date Start date
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...
 
Hi Kim,

It certainly sounds like permissions. Did you try the suggestions in this
article?

FIX: "Failed to Start Monitoring Directory Changes" Error Message When You
Browse to an ASP.NET Page

"To detect file changes, the process identity and the impersonated user
identity must have specific permissions to all of the directories in the
hierarchy of the file path for the file that ASP.NET is monitoring if any of
the directories in that hierarchy have more than eight characters in their
names."

http://support.microsoft.com/default.aspx?scid=kb;en-us;317955
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top