If I have an ASP.NET application in IIS with virtual directories, can aspx pages in the virtual directories access DLLs within that application as well?
WEBSITE -App___Data -App_Themes -Bin -MyDLL.dll -Images -MyVirtualDir -MyAspPageThatNeedsToAccessMyDll.aspx
Is this possible?