Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5844141
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:15:04+00:00 2026-05-22T12:15:04+00:00

Server Error in ‘/’ Application. The resource cannot be found. Description: HTTP 404. The

  • 0
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /login.aspx

The odd thing is there is no login.aspx file in the solution space and there is no reference to it anywhere in the code file of the aspx file.I have attached the code below

protected void Onbutton_click_login(object sender, System.EventArgs e)
    {
        var dbcontext = new PrepLicensingSolution2010.DAL.LicensingEntities1();
        var user = dbcontext.userpassword(loginName.Text);
        string HashedPassword = FormsAuthentication.HashPasswordForStoringInConfigFile(Password.Text, "sha1");
    if (user.FirstOrDefault() == HashedPassword)
    {


        Response.Redirect("/Members/members.aspx");

    }
    else
    {
        Response.Redirect("signin.aspx");
    }

}

protected void rbUser_Index_Changed(Object sender, EventArgs e)
{

    if (rbUser.SelectedItem != null)
    {
        if (rbUser.SelectedItem.Value == "0")
        {
            Response.Redirect("signup.aspx");
        }
        else
        {
            rbUser.SelectedIndex = 1;
        }
    }
}

Any inputs would be great since I wasnt getting this error last week and started getting it only after we moved to a new office,So I am wondering if this is something to do with the network setup

Well I checked the forms authentication on the web.config and I dont see anything there which explains that issue

The code is below

<authentication mode="Forms" />
<!--
        The <customErrors> section enables configuration 
        of what to do if/when an unhandled error occurs 
        during the execution of a request. Specifically, 
        it enables developers to configure html error pages 
        to be displayed in place of a error stack trace.

    <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
        <error statusCode="403" redirect="NoAccess.htm" />
        <error statusCode="404" redirect="FileNotFound.htm" />
    </customErrors>
    -->
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T12:15:05+00:00Added an answer on May 22, 2026 at 12:15 pm

    You probably have forms authentication setup to redirect to Login.aspx in Web.config.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

@Html.Partial(~/Shared/SuccessErrorStatus) Server Error in '/' Application. The partial view '~/Shared/SuccessErrorStatus' was not found or
Server Error in '/' Application. -------------------------------------------------------------------------------- No parameterless constructor defined for this object. Description:
How do you catch Server Error or 404 page not found, when you use
* Server Error in '/' Application. Compilation Error Description: An error occurred during the
When I goto http://example.com/not-here I get an internal server error instead of an 404,
What this means? Server Error in '/' Application. Compilation Error Description: An error occurred
Has anyone encountered this error using SQL Server 2005 and Data access application blocks
My Error is as follows: Server Error in '/' Application. The view 'Login' or
Server Error in '/' Application. The model item passed into the dictionary is of
Is the below error looks same as from GenericErrorPage.htm? Server Error in '/' Application.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.