Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / February 2008

Tip: Looking for answers? Try searching our database.

FIPS validated cryptographic algorithm ASP.Net 2.0 Parsing Error

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
George - 23 Jan 2008 22:50 GMT
All

    I am receving the following error message when I attempt to run
my ASP.Net 2.0 Site on a server built to pass the DISA Gold scan.
--------------------------------------------------------------------------------------------------------
Parser Error Message: This implementation is not part of the Windows
Platform FIPS validated cryptographic algorithms
-------------------------------------------------------------------------------------------------------

The source error shows the following line of code as being in error:

Line 1:  <%@ master language="VB" inherits="GATSSimpleMaster,
App_Web_0ny_5agg" %>

SO --- I search the web and found knowledge base article 91172 that
talked about a similar problem and tried its fix of adding a
machinekey entry to system.web section of the application web.config
file.
http://support.microsoft.com/kb/911722

The exact same error message was generated even with after the line
was added to the web.config file.  (Please see the web.config file
below)

Any assistance would be greatly appreciate.

----------------------------------  Web.Config File
-------------------------------------------
<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/
v2.0">
    <appSettings>
    </appSettings>
    <connectionStrings>
    </connectionStrings>
    <system.web>
        <compilation debug="true" strict="true" explicit="true">
            <assemblies>
                <add assembly="Infragistics2.WebUI.Shared.v7.2,
Version=7.2.20072.61, Culture=neutral,
PublicKeyToken=7DD5C3163F2CD0CB"/>
                <add assembly="Infragistics2.WebUI.UltraWebListbar.v7.2,
Version=7.2.20072.61, Culture=neutral,
PublicKeyToken=7DD5C3163F2CD0CB"/>
                <add assembly="System.Management, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="System.Data.OracleClient, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                <add assembly="System.Transactions, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                <add assembly="System.Configuration.Install, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="System.Windows.Forms, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                <add assembly="System.Design, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A"/></assemblies>
        </compilation>
        <pages>
            <namespaces>
                <clear/>
                <add namespace="System"/>
                <add namespace="System.Collections"/>
                <add namespace="System.Collections.Specialized"/>
                <add namespace="System.Configuration"/>
                <add namespace="System.Text"/>
                <add namespace="System.Text.RegularExpressions"/>
                <add namespace="System.Web"/>
                <add namespace="System.Web.Caching"/>
                <add namespace="System.Web.SessionState"/>
                <add namespace="System.Web.Security"/>
                <add namespace="System.Web.Profile"/>
                <add namespace="System.Web.UI"/>
                <add namespace="System.Web.UI.WebControls"/>
                <add namespace="System.Web.UI.WebControls.WebParts"/>
                <add namespace="System.Web.UI.HtmlControls"/>
            </namespaces>
        </pages>
        <customErrors mode="Off"/>
        <profile>
            <properties>
                <add name="SiteMinderUserID" type="string"/>
                <add name="FirstName" type="string"/>
                <add name="EmailAddress" type="string"/>
                <add name="UserDefinedProductGroups" type="System.Data.Dataset"/>
                <add name="UserDefinedPartnerGroups" type="System.Data.Dataset"/>
                <add name="UserPreferences" type="string"/>
            </properties>
        </profile>
        <machineKey validationKey="AutoGenerate,IsolateApps"
decryptionKey="AutoGenerate,IsolateApps" validation="3DES"
decryption="3DES"/>
    </system.web>
</configuration>
Bill - 21 Feb 2008 18:53 GMT
Did you ever find a solution to this problem? I'm getting the same error.

Thanks.

> All
>
[quoted text clipped - 89 lines]
>     </system.web>
> </configuration>

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.