Are you 100% certain that both environments have been setup the same way?
Have you tried resetting permissions on the development environemetn to ensure that this is absolutely not the issue? Is there any difference in the servers being used? In example IIS, app pools etc.?
When we've encountered the 500.19 error before on local dev machines it was always corrected by making sure URL Rewriter is installed. I would start there.
Turned out one of the deployment machines had the DNS pointing to the wrong machine. so when it tried to resolve the staging server it got something wrong
500.19 - Internal Server Error from one deployment location and not another
Hi.
We have two developement enviroments that deploy to a staging server.
One of them deploys without any problems, while the other one runs into a persmission error.
The error stems from the staging enviroment, which is weird since it works from the other development machine.
The error we get on one of the development machines is shown below.
web.config on the staging server has modify access to everyone
Any sugestions?
/Kristian
Hi Kristian
Are you 100% certain that both environments have been setup the same way?
Have you tried resetting permissions on the development environemetn to ensure that this is absolutely not the issue? Is there any difference in the servers being used? In example IIS, app pools etc.?
I suspect something must differ at some point.
/Jan
When we've encountered the 500.19 error before on local dev machines it was always corrected by making sure URL Rewriter is installed. I would start there.
#h5is
Turned out one of the deployment machines had the DNS pointing to the wrong machine. so when it tried to resolve the staging server it got something wrong
is working on a reply...