.dll file is created when you run the asp.net application.
Build will build the whole application and create .dll files in the web application root's/bin folder.
If your asp.net page contains in Web site not in Web Application, .dll file is not created in Application root's/bin but these .dll are created in the temp directory.
Hope this answer your question.
Adnan, please login to Mark As Answer, if this helps |
Alert Moderator