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 8836431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:29:35+00:00 2026-06-14T09:29:35+00:00

I inherited a web site that I know little about. I’ve worked with asp.net/C#

  • 0

I inherited a web site that I know little about. I’ve worked with asp.net/C# websites, but this seems to be something different. There is no code behind for me to put a break point and step through it. Also several refernces in the program can’t be found. My general question is: How do I debug this program in Visual Studio?

Specifc questions related to this sample code:

  • Where do I put my break point?
  • What happens in this sample when a user clicks the submit button?
  • The program inherits “Company.Program.SystemLogin”. I can’t find that class in any of the code. Why not and how do I find it?

     <%@ Page Language="vb" AutoEventWireup="false" Inherits="Company.Program.SystemLogin" %>
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
     <HTML>
      <HEAD>
      <title>Company CMS</title>
      <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
      <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
      <meta name="vs_defaultClientScript" content="JavaScript">
      <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
      <style>
      BODY { FONT-SIZE: 11px; FONT-FAMILY: Verdana, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff }
       INPUT { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Helvetica, sans-serif }
       TEXTAREA { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Helvetica, sans-serif }
       SELECT { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Helvetica, sans-serif }
        TD { FONT-SIZE: 11px; FONT-FAMILY: Verdana, Helvetica, sans-serif }
       .red { FONT-WEIGHT: bold; COLOR: #851205 }
       .orange { FONT-WEIGHT: bold; COLOR: #e05e02 }
       .message { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #e05e02 }
       </style>
       </HEAD>
       <body onload="document.getElementById('txtUsername').focus();">
       <form id="Form1" method="post" runat="server">
    
    
                <table width="400" cellpadding="3" cellspacing="3" align="center">
                    <tr>
                        <td colspan="2" align="center"><img src="images/pcms.jpg" alt="Company CMS"></td>
                    </tr>
                    <tr>
                        <td colspan="2" align="center"><asp:Label ID="lblMessage" Runat="server" CssClass="message">PLEASE LOGIN</asp:Label></td>
                    </tr>
                    <tr>
                        <td align="right" class="red">Username</td>
                        <td><asp:TextBox ID="txtUsername" Runat="server" />
                            <asp:RequiredFieldValidator ID="rUsername" Runat="server" ControlToValidate="txtUsername" Text="*" Font-Bold="True"
                                Display="Dynamic" ForeColor="#E05E02" /></td>
                    </tr>
                    <tr>
                        <td align="right" class="red">Password</td>
                        <td><asp:TextBox ID="txtPassword" Runat="server" TextMode="Password" />
                            <asp:RequiredFieldValidator ID="rPassword" Runat="server" ControlToValidate="txtPassword" Text="*" Font-Bold="True"
                                Display="Dynamic" ForeColor="#E05E02" /></td>
                    </tr>
                    <tr>
                        <td align="right" class="red"><asp:label id="lblconn" Runat="server" Visible="False">Connection:</asp:label></td>
                        <td><asp:DropDownList ID="conns" Runat="server" Visible="False">
                                <asp:ListItem Value=""></asp:ListItem>
                            </asp:DropDownList></td>
                    </tr>
                    <tr>
                        <td colspan="2" align="center"><asp:Button id="btnSubmit" Runat="server" Text="Log In" CssClass="button" /></td>
                    </tr>
                </table>
    
        </form>
    </body>
    

  • 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-06-14T09:29:36+00:00Added an answer on June 14, 2026 at 9:29 am

    If you have inherited an application without source code, you have a tough challenge ahead of you.

    You could use dotpeek or reflector to decompile the DLLs in order to recreate the source code, but this will be an onerous task.

    My first point of call would be to find out if the source code was available anywhere.

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

Sidebar

Related Questions

I want to add logging to the ASP.NET 2.0 web site that I've inherited
So I have an asp.net Web Application (Not Web Site) that I am trying
I have inherited a web site project that makes use of a number of
This is my first time doing VB :-) I've inherited a web site, which
I know how to approach this problem but i have very little experience dealing
I have inherited an ASP.NET 3.5 application that relies heavily on sessions and storing
I have a reasonably large project at work that I've inherited. It's an ASP.NET
one question about NDBCLUSTER. I inherited the writing of a web site basing on
I've inherited a VB.net project that generates 2 DLLS: one for the web app,
I've just inherited a website (ASP.Net 2.0) written by someone else that I need

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.