Microsoft
98-363 · Question #201
You have a custom webpage that is published on the Internet. The webpage includes unique code that is compiled into the CustomCode.dll file. Where should you deploy the CustomCode.dll file?
The correct answer is D. The local bin directory for the website. ASP.NET Web Pages - Publishing the Website Make sure the bin folder, on your remote hosting computer, contains the same dll files as on your development computer.
Understanding Web Applications
Question
You have a custom webpage that is published on the Internet. The webpage includes unique code that is compiled into the CustomCode.dll file. Where should you deploy the CustomCode.dll file?
Options
- AThe user's computer
- BThe developer's computer
- CA shared directory on the local network
- DThe local bin directory for the website
How the community answered
(52 responses)- A4% (2)
- B8% (4)
- C13% (7)
- D75% (39)
Explanation
ASP.NET Web Pages - Publishing the Website Make sure the bin folder, on your remote hosting computer, contains the same dll files as on your development computer.
Topics
#DLL deployment#bin directory#ASP.NET deployment#web application structure
Community Discussion
No community discussion yet for this question.