If you get this error after you setup the Atlas doc.............

Its because you didn't configure your site to use ASP.NET 2.0.  I got the error and then I noticed at the bottom that the app wasn't setup with ASP.NET 2.0.  After I setup the app to use .NET 2.0, all things were resolved.

Here is the error:  If you get the error, you should beat yourself over the head for being dumb like me......

 

Server Error in '/AtlasDoc' Application.

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: Unrecognized attribute 'xmlns'.

Source Error:

Line 1: <?xml version="1.0"?> Line 2: <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> Line 3: <configSections> Line 4: <sectionGroup name="microsoft.web" type="Microsoft.Web.Configuration.MicrosoftWebSectionGroup">

Source File: C:\Program Files\Atlas Documentation\atlas\web.config    Line: 2

Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300

1 Comment

Comments have been disabled for this content.