It is an error to use a section registered as allowDefinition ='MachineToApplication' beyond application level.
This error can be caused by a virtual directory not being configured as an application in IIS.
This error is caused mainly for two reasons.
If you have not Configured your application to run on IIS then Create a virtual directory and assign permissions to Application (Read,Write).
Open IIS manager by typing INETMGR by clicking start menu > Run on windows
This will open IIS manager, now right click on the folder containing ur web application files and select properties.
In directory tab click on create button associated with Application name section.
Click on apply and this should fix the problem.
Chekc whether u r having two or more web.config files in ur application ?
If yes than remove one, web.config file should be in root under virtual directory.
Remove any backup folders if you have which may contain web.config file.
Hope this helps
This error can be caused by a virtual directory not being configured as an application in IIS.
This error is caused mainly for two reasons.
1. Virtual directory not configured in IIS.
If you have not Configured your application to run on IIS then Create a virtual directory and assign permissions to Application (Read,Write).
Open IIS manager by typing INETMGR by clicking start menu > Run on windows
This will open IIS manager, now right click on the folder containing ur web application files and select properties.
In directory tab click on create button associated with Application name section.
Click on apply and this should fix the problem.
2. Two or more web.config files.
Chekc whether u r having two or more web.config files in ur application ?
If yes than remove one, web.config file should be in root under virtual directory.
Remove any backup folders if you have which may contain web.config file.
Hope this helps
If you like this post than join us or share
3 comments:
how about configs affected by server local web.config?
The blog was absolutely fantastic! Lots of great information and
inspiration, both of which we all need!b Keep 'em coming... you all do
such a great job at such Concepts... can't tell you how much I, for
one appreciate all you do!
Sometime this problem occur in Visual studio also, What abt that problem?
Post a Comment