asp.net - What does web.config's codeBase's href element do? -


what asp.net href element of web.config's codebase element?

does go out web address , read file remotely?

according codebase element docs href attribute:

specifies url runtime can find specified version of assembly.

if assembly not private assembly can on internet, assembly web address. can local relative path applications directory well.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -