Peter Bradley wrote:
Quote:
Hi,
>
I have a Web Service that has been running on a server for a couple of
years. I now have to redeploy it to another server. Everything is fine
except that the Web Service cannot write to its log on the new server.
>
As part of the redeployment, I created the event log on the server for
the Web service to write to, so I don't understand what the problem can
be. I also checked the permissions on the Web service and couldn't find
anything materially different between the two servers. I even recreated
the log, cutting and pasting the name to make sure that it wasn't a case
of mis-spelling the log name.
>
BizTalk requires Sharepoint as a prerequisite. Sharepoint puts a
Web.config file in wwwroot. This file contains the following line:
<trust level="WSS_Minimal" originUrl=""
processRequestInApplicationTrust="false"/>
For the moment, I've renamed the Web.config file so that it is not read
by the Web service. Everything now runs fine.
Took me all day to find that!
Peter