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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:35:24+00:00 2026-05-13T22:35:24+00:00

I am working on a ASP.Net web forms application which I inherited from a

  • 0

I am working on a ASP.Net web forms application which I inherited from a programmer who has already left the company a few months ago.

The application is deployed in our intranet servers and user go the application via the url:

http://TestApp/App1/(12345abcde)/login.aspx

When I checked the IIS Server, the application’s folder is only set to

\inetpub\wwwroot\TestApp\App1\

and from that folder, you could see the login.aspx file.

I’d like to ask what IIS settings did the previous programmer tweaked so that the URL is a bit obscured, where the imaginary(?) folder named (12345abcde) has been inserted. Which settings do I need to check for in the IIS for this?

Another question is that in the login.aspx file, the following can be found: Codebehind=”Login.aspx.vb”, but the same file Login.aspx.vb is not on the application’s directory. Although I did see that there is a bin folder where a dll file resides. Is it possible that the vb code behind file is compiled into that DLL?

By the way, if there is an available dll viewer which I could download, kindly post the same so that I could inspect the DLL in the webforms app.

Appreciate your inputs. Thanks.

  • 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-13T22:35:25+00:00Added an answer on May 13, 2026 at 10:35 pm

    This comes from using cookieless sessions in ASP.NET.

    Basically, instead of storing the session id in a cookie, it is passed as part of the URL, which makes the app usable even when cookies are disabled in a browser.

    To enable/disable this feature, use the following web.config entry:

    <sessionState cookieless="true" />
    

    Regarding your second question: when you use the “publish web site” function in Visual Studio, all code-behind files are compiled to DLLs (in the bin folder), and the ASPX file are changed to include a reference to the corresponding DLL (in the <@Page > directive).


    And regarding the “dll viewer”: have a look at .NET Reflector.

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

Sidebar

Related Questions

I'm working on a solution that has two projects: One ASP.NET web application, and
I'm working on an ASP .NET 2.0 site which uses a Web Application project
I'm working on a web application. One of my co-workers has written some asp.net
I am working on an ASP.Net web application that must print dynamically created labels
I am working on an ASP.NET web application that is required to bring up
I'm working on a relatively small asp.net web application and am wondering if there
Here's what i have : ASP.NET 4.0 Web Application Forms Authentication (Cookie Based) Here's
I have 2 asp.net web applications, one of which is the main application and
I'm currently working on a reasonably complicated data input form, based around ASP.NET Web
I'm working on an asp.net web site. We have to use com interop to

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.