Hi, installed DNN with the Install-zip.
I extracted the file to a location on my harddisk. Then i set up a virtual directory in my IIS.
Then called my url http://localhost/dnn to install this version.
Everything is ok!!!
Then i opened Visual Web Deveoper Express and opened the website. In the startoptions i set the start url to http://localhost/DNN
I modified the web.config so that debugging is switched on.
I added a module that i downloaded. The files are located in two folders. One folder is placed in the App_Code-directory and the other in the Desktop-Modules-directory.
in the ViewThingsForSale.asc.vb is set a breakpoint.
I started debugging but then the breakpoint is no longer filled, it is just outlined and a warning sign that says something like "this breakpoint will not be reached. no symbols loaded for this document"
What did i wrong?
What did i need to change???
Thank you