all groups > dotnet remoting > september 2005 >
You're in the

dotnet remoting

group:

Apparent permissions problem with IIS


Apparent permissions problem with IIS Mark Saini
9/30/2005 9:19:20 AM
dotnet remoting:
I get a remoting exception thrown to the client. The Windows 2003 event view
shows no problems. The virtual directory is anonymous user enabled. Any
ideas on where I could look:

"Config file E::Server\test\web.config cannot be read sucessfully fue to
exception System ID. File Load Exception Access is denied ''ServerIIS""
FileName : ''ServerIIS''"

The web config file looks like this:

<?xml version="1.0" ?>
<configuration>
<system.runtime.remoting>
<application>
<channels>
<channel ref ="http" >
<serverProviders>
<formatter ref="binary"/>

</serverProviders>
</channel>
</channels>
<service>
<wellknown type="ServerDBBaseIIS.ServerDBbaseManager, ServerDBBaseIIS"
objectUri="ServerDBbaseManager.rem" mode="SingleCall" />
</service>
</application>
<debug loadTypes="true" />
</system.runtime.remoting>
<system.web>
<customErrors mode="Off"/>
</system.web>
Re:Apparent permissions problem with IIS Mark Saini
10/5/2005 12:03:17 PM
This now works if I set the asp.net DefaultAppPool Identity to "Local
AddThis Social Bookmark Button