FTP problem
Hi all
I have one website which is developed in .net 2005.
when i upload this site on ftp,there is one folder wwwroot.But I have created one folder as demo in wwroot.
I upload all site in this demo folder.
when i run this site i got an 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.
Source Error:
Line 39: ASP.NET to identify an incoming user.
Line 40: -->
Line 41: <authentication mode="Windows" />
Line 42: <!--
Line 43: The <customErrors> section enables configuration
my question is how to access subfolder of wwroot from ftp? is there any changes in web.config.
pls give me solution.It's urgent.
Thanks
|