Jump to content
Fórum Script Brasil
  • 0

Erro 401.2 Access is Denied


marciolf10

Question

Boa noite!

No meu site nos codebehind das páginas onde coloco Session, localhost eu consigo acessar esta página normalmente, mas quando publico no uol ao acessar a página dá o erro Access Denied Error message 401.2.: Unauthorized: Logon failed due to server configuration. Verify that you have permission to view this directory or page based on the credentials you supplied and the authentication methods enabled on the Web server. Contact the Web server's administrator for additional assistance.

Ou seja o erro só acontece nas paginas onde coloco Session.

protected void Page_Load(object sender, EventArgs e)

{

if (Session["Codigo"] != null)

{

Response.Redirect("~/Restrict/getStarted.aspx");

}

}

Att,

Marcio

Responder Citação

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...