I'm not sure how much - or if at all - you'll be able to assist me with this problem, but it's confusing me a lot so I thought I may as well ask.
Basically, on one of our servers we have a piece of software called BKSB running, which uses ASP.NET and such. I need to have a look at some of the source code, which you'd think would be simple, but for the life of me I can't work out where it is..
All the .aspx, .css, .js, etc... files are in a directory called bksb_portal, and if I go into one as an example, at the top it tells me where the codebehind is:
<%@ Page Language="VB" EnableEventValidation="false" AutoEventWireup="false" Inherits="bksbWebPortalSolution.Player"
CodeBehind="Player.aspx.vb" %>
But I just cannot work out where these files would be.. They are not in the same directory, they are not in App_Data. I've even searched all the disc drives on the server for .vb extensions, and nothing...
So my question is this:
Is there a way I can find out the full path to the actual source code anywhere?
I've had a look through as much as I can find, such as web.config, clientSettings.config, global.asax, etc... But I just cannot find where on earth it is loading these files from. But they must be somewhere or the software wouldn't work

New Topic/Question
Reply




MultiQuote







|