Hello,
Whenever I try to deploy and Run an ATLAS web I get following error in Web.config File...
Parse Error Message: unrecognized attribute 'type'
Line 15 : <sectionGroup name="microsoft.web" type = "Microsoft.web.configuration.MicrosoftWebSectionGroup">
I tried to create Website in Both FileFormat and HTTP. In both method I get the Same Error Message.
Have you checked whether the ASP.NET version of your web application is set to 2.0? You would get this message if your application is set to use ASP.NET 1.x, because the type attribute did not exist on the sectionGroup element in v1.x.
Thanks,
Hi,
It works...
I have just changed the version and Application Pool to ASP.NET 2.0.
It works Nice...
Thank u...
No comments:
Post a Comment