PC Review


Reply
Thread Tools Rate Thread

Deploying Data Access Application Block

 
 
=?Utf-8?B?UmFjaGVs?=
Guest
Posts: n/a
 
      16th Jun 2005
Hi,

I am using the data access application block successfully in our development
environment, however when I deploy to our testing server as Private
Assemblies I keep getting the following

Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: Required permissions cannot be acquired.

Source Error:


[No relevant source lines]


Source File: machine.config Line: 199

I do not have access to the machine.config file everything should be
accessed from the web.config and the databaseconfiguration.config

Thanks in advance
Rachel
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q293Ym95IChHcmVnb3J5IEEuIEJlYW1lcikgLSBN
Guest
Posts: n/a
 
      16th Jun 2005
1. Are you deploying to the /bin folder or a shared folder?
2. What OS is the server and what OS is the dev box?
3. Is this a web service?

While the questions might seem a bit inane, there are issues with web
services on Windows Server 2003 and the machine config has to be opened up a
bit to utilize the web interface version of the web service. Where you deploy
is also a big deal with Windows Server 2003.

Short story: With what you have given me to go on, there are a variety of
reasons for failure, including some that are more a Windows and security
issue than a data block issue.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************


"Rachel" wrote:

> Hi,
>
> I am using the data access application block successfully in our development
> environment, however when I deploy to our testing server as Private
> Assemblies I keep getting the following
>
> Configuration Error
> Description: An error occurred during the processing of a configuration file
> required to service this request. Please review the specific error details
> below and modify your configuration file appropriately.
>
> Parser Error Message: Required permissions cannot be acquired.
>
> Source Error:
>
>
> [No relevant source lines]
>
>
> Source File: machine.config Line: 199
>
> I do not have access to the machine.config file everything should be
> accessed from the web.config and the databaseconfiguration.config
>
> Thanks in advance
> Rachel

 
Reply With Quote
 
=?Utf-8?B?UmFjaGVs?=
Guest
Posts: n/a
 
      17th Jun 2005
Hi Greg,

I am deploying to the /bin folder.
The server is on Windows 2003 Server/IIS 6
The development box is on XP Pro
It is not a web service

The configuration file used follows.
Thanks
Rachel

<configuration>
<mscorlib>
<security>
<policy>
<PolicyLevel version="1">
<SecurityClasses>
<SecurityClass Name="AllMembershipCondition"
Description="System.Security.Policy.AllMembershipCondition, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="AspNetHostingPermission"
Description="System.Web.AspNetHostingPermission, System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="DnsPermission"
Description="System.Net.DnsPermission, System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="EnvironmentPermission"
Description="System.Security.Permissions.EnvironmentPermission, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="FileIOPermission"
Description="System.Security.Permissions.FileIOPermission, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="FirstMatchCodeGroup"
Description="System.Security.Policy.FirstMatchCodeGroup, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="IsolatedStorageFilePermission"
Description="System.Security.Permissions.IsolatedStorageFilePermission,
mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="NamedPermissionSet"
Description="System.Security.NamedPermissionSet"/>
<SecurityClass Name="PrintingPermission"
Description="System.Drawing.Printing.PrintingPermission, System.Drawing,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
<SecurityClass Name="ReflectionPermission"
Description="System.Security.Permissions.ReflectionPermission, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="SecurityPermission"
Description="System.Security.Permissions.SecurityPermission, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="SocketPermission"
Description="System.Net.SocketPermission, System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="SqlClientPermission"
Description="System.Data.SqlClient.SqlClientPermission, System.Data,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="StrongNameMembershipCondition"
Description="System.Security.Policy.StrongNameMembershipCondition, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="UIPermission"
Description="System.Security.Permissions.UIPermission, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="UnionCodeGroup"
Description="System.Security.Policy.UnionCodeGroup, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="UrlMembershipCondition"
Description="System.Security.Policy.UrlMembershipCondition, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="WebPermission"
Description="System.Net.WebPermission, System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<SecurityClass Name="ZoneMembershipCondition"
Description="System.Security.Policy.ZoneMembershipCondition, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
</SecurityClasses>
<NamedPermissionSets>
<PermissionSet
class="NamedPermissionSet"
version="1"
Unrestricted="true"
Name="FullTrust"
Description="Allows full access to all
resources"
/>
<PermissionSet
class="NamedPermissionSet"
version="1"
Name="Nothing"
Description="Denies all resources, including
the right to execute"
/>
<PermissionSet
class="NamedPermissionSet"
version="1"
Name="ASP.Net">
<IPermission
class="AspNetHostingPermission"
version="1"
Level="Medium"
/>
<IPermission
class="DnsPermission"
version="1"
Unrestricted="true"
/>
<IPermission
class="EnvironmentPermission"
version="1"
Read="TEMP;TMP"
/>
<IPermission
class="FileIOPermission"
version="1"
Read="$AppDir$"
Write="$AppDir$"
Append="$AppDir$"
PathDiscovery="$AppDir$"
/>
<IPermission
class="ReflectionPermission"
version="1"
Unrestricted="true"
/>
<IPermission
class="SecurityPermission"
Flags="Assertion, Execution,
ControlThread, ControlPrincipal, RemotingConfiguration, ControlAppDomain"
/>
<IPermission
class="SocketPermission"
version="1"
Unrestricted="true"
/>
<IPermission
class="SqlClientPermission"
version="1"
Unrestricted="true"
/>
<IPermission
class="WebPermission"
version="1"
Unrestricted="true"
/>
</PermissionSet>
</NamedPermissionSets>
<CodeGroup
class="FirstMatchCodeGroup"
version="1"
PermissionSetName="Nothing">
<IMembershipCondition
class="AllMembershipCondition"
version="1"
/>
<CodeGroup
class="UnionCodeGroup"
version="1"
PermissionSetName="ASP.Net">
<IMembershipCondition
class="UrlMembershipCondition"
version="1"
Url="$AppDirUrl$/*"
/>
</CodeGroup>
<CodeGroup
class="UnionCodeGroup"
version="1"
PermissionSetName="ASP.Net">
<IMembershipCondition
class="UrlMembershipCondition"
version="1"
Url="$CodeGen$/*"
/>
</CodeGroup>
<CodeGroup
class="UnionCodeGroup"
version="1"
PermissionSetName="FullTrust">
<IMembershipCondition
class="UrlMembershipCondition"
Url="$Gac$/*"
version="1"
/>
</CodeGroup>
<CodeGroup class="UnionCodeGroup" version="1"
PermissionSetName="Nothing">
<IMembershipCondition
class="ZoneMembershipCondition"
version="1"
Zone="MyComputer" />
<CodeGroup
class="UnionCodeGroup"
version="1"
PermissionSetName="FullTrust"
Name="Microsoft_Strong_Name"
Description="This code group grants code
signed with the Microsoft strong name full trust. ">
<IMembershipCondition
class="StrongNameMembershipCondition"
version="1"

PublicKeyBlob="002400000480000094000000060200000024000052534131000400000100010007D1FA57C4AED9F0A32E84AA0FAEFD0DE9E8FD6AEC8F87FB03766C834C99921EB23BE79AD9D5DCC1DD9AD236132102900B723CF980957FC4E177108FC607774F29E8320E92EA05ECE4E821C0A5EFE8F1645C4C0C93C1AB99285D622CAA652C1DFAD63D745D6F2DE5F17E5EAF0FC4963D261C8A12436518206DC093344D5AD293"
/>
</CodeGroup>
<CodeGroup
class="UnionCodeGroup"
version="1"
PermissionSetName="FullTrust"
Name="Ecma_Strong_Name"
Description="This code group grants code
signed with the ECMA strong name full trust. ">
<IMembershipCondition
class="StrongNameMembershipCondition"
version="1"

PublicKeyBlob="00000000000000000400000000000000"
/>
</CodeGroup>
</CodeGroup>
</CodeGroup>
</PolicyLevel>
</policy>
</security>
</mscorlib>
</configuration>

"Cowboy (Gregory A. Beamer) - MVP" wrote:

> 1. Are you deploying to the /bin folder or a shared folder?
> 2. What OS is the server and what OS is the dev box?
> 3. Is this a web service?
>
> While the questions might seem a bit inane, there are issues with web
> services on Windows Server 2003 and the machine config has to be opened up a
> bit to utilize the web interface version of the web service. Where you deploy
> is also a big deal with Windows Server 2003.
>
> Short story: With what you have given me to go on, there are a variety of
> reasons for failure, including some that are more a Windows and security
> issue than a data block issue.
>
> --
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
>
> ***************************
> Think Outside the Box!
> ***************************
>
>
> "Rachel" wrote:
>
> > Hi,
> >
> > I am using the data access application block successfully in our development
> > environment, however when I deploy to our testing server as Private
> > Assemblies I keep getting the following
> >
> > Configuration Error
> > Description: An error occurred during the processing of a configuration file
> > required to service this request. Please review the specific error details
> > below and modify your configuration file appropriately.
> >
> > Parser Error Message: Required permissions cannot be acquired.
> >
> > Source Error:
> >
> >
> > [No relevant source lines]
> >
> >
> > Source File: machine.config Line: 199
> >
> > I do not have access to the machine.config file everything should be
> > accessed from the web.config and the databaseconfiguration.config
> >
> > Thanks in advance
> > Rachel

 
Reply With Quote
 
=?Utf-8?B?UmFjaGVs?=
Guest
Posts: n/a
 
      21st Jun 2005
I still can not find any solution to this, do you have any more details that
may help me.

Thanks in Advance
Rachel

"Cowboy (Gregory A. Beamer) - MVP" wrote:

> 1. Are you deploying to the /bin folder or a shared folder?
> 2. What OS is the server and what OS is the dev box?
> 3. Is this a web service?
>
> While the questions might seem a bit inane, there are issues with web
> services on Windows Server 2003 and the machine config has to be opened up a
> bit to utilize the web interface version of the web service. Where you deploy
> is also a big deal with Windows Server 2003.
>
> Short story: With what you have given me to go on, there are a variety of
> reasons for failure, including some that are more a Windows and security
> issue than a data block issue.
>
> --
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
>
> ***************************
> Think Outside the Box!
> ***************************
>
>
> "Rachel" wrote:
>
> > Hi,
> >
> > I am using the data access application block successfully in our development
> > environment, however when I deploy to our testing server as Private
> > Assemblies I keep getting the following
> >
> > Configuration Error
> > Description: An error occurred during the processing of a configuration file
> > required to service this request. Please review the specific error details
> > below and modify your configuration file appropriately.
> >
> > Parser Error Message: Required permissions cannot be acquired.
> >
> > Source Error:
> >
> >
> > [No relevant source lines]
> >
> >
> > Source File: machine.config Line: 199
> >
> > I do not have access to the machine.config file everything should be
> > accessed from the web.config and the databaseconfiguration.config
> >
> > Thanks in advance
> > Rachel

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems Deploying Data Access Application Block =?Utf-8?B?UmFjaGVs?= Microsoft ASP .NET 3 3rd Jul 2005 11:39 AM
How about Data Access Application Block ad Microsoft C# .NET 4 1st Mar 2005 05:34 AM
Data Access Application Block bug Amidan Microsoft ADO .NET 1 1st Nov 2004 02:26 PM
Data Access Application Block for .NET =?Utf-8?B?Q2hyaXM=?= Microsoft ADO .NET 1 28th Apr 2004 09:08 PM
Data access application block Martin Bischoff Microsoft ADO .NET 4 4th Aug 2003 01:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:25 AM.