newbie aspx.vb question
-
I am just learning asp.net and I am doing some work for my company who has several asp.net sites already built. The particular site I am having trouble with has some codebehind files it is using. My problem is that I cannot find the aspx.vb files it is referring to. I realize that dll files are created and the site is actually using those files, but I want to look at the code it is using. Where are these files usually kept? Thanks for the help. Jim
-
I am just learning asp.net and I am doing some work for my company who has several asp.net sites already built. The particular site I am having trouble with has some codebehind files it is using. My problem is that I cannot find the aspx.vb files it is referring to. I realize that dll files are created and the site is actually using those files, but I want to look at the code it is using. Where are these files usually kept? Thanks for the help. Jim
The files will be contained in the solution which created the DLL - if you don't have access to them - download REFLECTOR and open the DLL files with that - you can at least see what the code behind looks like even if you don't have access to the original files. Mark.
-
I am just learning asp.net and I am doing some work for my company who has several asp.net sites already built. The particular site I am having trouble with has some codebehind files it is using. My problem is that I cannot find the aspx.vb files it is referring to. I realize that dll files are created and the site is actually using those files, but I want to look at the code it is using. Where are these files usually kept? Thanks for the help. Jim
They in the project that was used to create the website. Usually they are stored in some version control system, such Visual SouceSafe, or could possibly be on the developers machine (very bad practice). Ask the person(s) who created the site.
only two letters away from being an asset