Im developing software with user module so in my web.config file there is
<authentication mode="Forms">
tag
but while uploading site im getting error : 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.
my web.config is at root of site please sugeest me something wht should i do??