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 - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -