Saturday, March 24, 2012

Configuration Error - Unrecoginzed Type

I built an Atlas site on my local machine then moved it out to the server and this is the error I receive. Any ideas?

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 'type'.

Source Error:

Line 13: -->
Line 14: <configSections>
Line 15: <sectionGroup name="microsoft.web" type="Microsoft.Web.Configuration.MicrosoftWebSectionGroup">
Line 16: <section name="converters" type="Microsoft.Web.Configuration.ConvertersSection" requirePermission="false"/>
Line 17: <section name="webServices" type="Microsoft.Web.Configuration.WebServicesSection" requirePermission="false"/>

hello.

since you must surelly have the atlas dll in the bin folder, i must ask if you have configured IIS to run asp.net 2.0


Hi Luis:

Would you please see you can help with the following, I have EXACTLY the same problems as Ianem, and do not know what to do next.

Ianem posted:

“I installed atlas on my dev machine and everything works great. When I try
to get it working on the server, I get this error when building the page:
"Request for the permission of type 'System.Web.AspNetHostingPermission,
System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed"on the line where I have the ScriptManager tag. I set everything up
the same as I did on my dev machine, but nothing works. I added the
reference to the atlas dll in /bin. I registered the assembly on the page.
I installed atlas on the server. Does anyone know what I can do? Thanks.”

I had Microsoft.Web.Atlas.dll in the “bin” and evenScriptLibrary folder in the root of the project as MorningZ suggested, and yes it is configured IIS to run asp.net 2.0 but there is no different at all. Still get the same error messages.

Any suggestion and help is greatly appreciated!!!

Thanks.


I am receiving the same error. And, yes, IIS is running ASP.NET 2.0.

Does anyone have an answer for this issue? Thanks in advance!

...Jim...


hello.

this last error is different from the 1st one. in this case, we're speaking about a permissions problem, which normally occurs due to the fact that the bridgemodule is active. if this is the case, deactivate it or change the permission level of your app (through the <trust> element)


OK, Pardon my ignorance!

Note to self: Verify and THEN answer. I didn't have the site set to run ASP.NET 2.0. It's working now. Thanks!

...Jim...

No comments:

Post a Comment