I created an ASP.net application in Visual Studio. When it was ready, I did Publish Website. I placed the created folder on my website.
When I go to the application on my site, I get the following error:
Server error in application "/".
Configuration error
Description : An error occurred while processing a configuration file is required to service this request. Check the specific error below and the configuration file.
Parser error message : it is an error to use a section registered as allowDefinition = 'MachineToApplication' above the application level. This error may be caused by a virtual directory that is not configured as an application in IIS.
Source Error:
Line 47: ASP.NET to identify an incoming user. Line 48: --> Line 49: <authentication mode="Forms" /> Line 50: Line 51: <customErrors mode="Off">
Original file:
\ CLST_SMB1IIS \ WebfarmData $ \ WebData \ winckelmans.net \ wwwroot \ bookstore \ web.config Line: 49
How to solve this?
Thanks,
Vincent
Vinzcent
source share