Help

  • Thread starter Thread starter tomer
  • Start date Start date
T

tomer

Hi,

What can I do to fix this problem


Line 49: ASP.NET to identify an incoming user.
Line 50: -->
Line 51: <authentication mode="Windows"/>
Line 52: <!--
Line 53: The <customErrors> section enables configuration


The page is also in http://www.itctech.co.il/aspx/



Thanks,
Tomer
 
Hi,

What can I do to fix this problem

Line 49: ASP.NET to identify an incoming user.
Line 50: -->
Line 51: <authentication mode="Windows"/>
Line 52: <!--
Line 53: The <customErrors> section enables configuration

The page is also inhttp://www.itctech.co.il/aspx/

Thanks,
Tomer

This is usually caused by the root directory of the web application
not being setup as an application in IIS. In IIS find the root of the
web app, right click and select properties and then in the home
directory tab click create application at the bottom. If you are using
application pools you can also select which pool you want the
application to be in.
 
Hi,

What can I do to fix this problem

Line 49: ASP.NET to identify an incoming user.
Line 50: -->
Line 51: <authentication mode="Windows"/>
Line 52: <!--
Line 53: The <customErrors> section enables configuration

remove <authentication mode="Windows"/> from
D:\domains\itctech.co.il\httpdocs\aspx\web.config
 
Back
Top