authentication
-
hi, how to provide authentication in asp.net application. here my application run well when i debug.but it show error at web.cofig when i run through url. error: Parser Error Message: 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. Source Error: Line 27: ASP.NET to identify an incoming user. Line 28: --> Line 29: Line 30: Line 31: Source File: D:\mtallotment\mwindialogo\web.config Line: 29 venkat
-
hi, how to provide authentication in asp.net application. here my application run well when i debug.but it show error at web.cofig when i run through url. error: Parser Error Message: 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. Source Error: Line 27: ASP.NET to identify an incoming user. Line 28: --> Line 29: Line 30: Line 31: Source File: D:\mtallotment\mwindialogo\web.config Line: 29 venkat
I have been looking around on different sites and fora, and i have a similar problem than some people had before... 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 is the solution i've read (almost everywhere) "You need to create an application or a virtual directory ( with the IIS Manager ) for the directory in which the code is placed." Since I have several subfolders in my app, that would mean that I have to make an application of every single folder? There has to be another solution, or am I wrong ? Thanks and Regards Aavesh Agarwal