Testing sample apps - newbie question

onez

Newcomer
Joined
Mar 10, 2006
Messages
10
Always when I download a sample application, it has a App_Code dir and other parts for a project but no VS Solution file.

So, I copy files to another test application, which causes conflictions (such as web.config). What's a better way to practice with a sample app?
 
You can just open the folder in VS 2005.

Go to File-> Open Web Site and make sure 'File System' is selected on the left and then browse to the folder you have extracted the sample to.
 
Back
Top