authentication mode="Windows"

Discussion in 'ASP.NET / ASP.NET Core' started by reiji, Nov 3, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I used Copy Project to copy my asp.net project to this website (a subweb). When I tried to run the .aspx file, it gave me the error: authentication mode="Windows". How do I fixed it?



    - reiji
     
  2. quote:Originally posted by reiji

    I used Copy Project to copy my asp.net project to this website (a subweb). When I tried to run the .aspx file, it gave me the error: authentication mode="Windows". How do I fixed it?



    - reiji
    </blockquote id="quote"></font id="quote">

    You probably need to set the authentication to 'Forms', or None, if you do not need authentication.
    You can find more information on www.asp.net. Go to tutorials, and in the left-side menu, search for authentication.


    --
    Steurm
    www.steurm.net/steurm
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page