Configure site

kenraka

New member
Joined
Aug 10, 2010
Messages
1
Programming Experience
Beginner
I am not an experienced .net developer and hence this question.
I have given an assigment to debug a vb.net web aplication created by a t least 2 different team of developers before me. I have all the project files and folders.

1) Solution files are missing . I dont see .vbproj, .sln etc . How do i figure out which version it is. I see app_code folder and I see Grid view being used so that makes me think its either 2.0 or 3.5 . .. but which one.

2) If I create a blank project site I dont know what to name it. This project has data access layer business logic layer . below are some of the files that i see in bin folder
app.entity.appglobal.dll
app.DAL.appglobal.dll
app.BLL.appglobal.dll
system.web.extensions.dll
ajaxcontroltoolkit.dll
app_licenses.dll
mycontrols.dll

should I create project with name appglobal or app?

3) I dont see any BLL or DAL source code files folders . How to I find out their source or location?

Thanks for help in advance. I am still learning.
 
Back
Top