0

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?

1 Answer 1

1

Yes, assuming that all the folders are running under the same application. If the "MyVirtualDir" was its own application, then I don't think it'll work.

Sign up to request clarification or add additional context in comments.

1 Comment

Yes, I just realized that my DLL wasn't built so I was seeing the methods in intellisense but would error our when I tried to run it.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.