We have found out that if we add the following to web.config,
then it works with files created as class libraries. (i.e. IIS finds
them)
==============================
<runtime
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
<probing privatePath="bin;iQS\BQSv51\bin"/
</assemblyBinding
</runtime
=============================================
BUT - that does not work for dlls created as ASP.NET or Web
Service projects
(DLLs associated with aspx/asmx files). The reason is that such files
have
an associated "Codebase".
"WHAT DO WE HAVE TO DO SO THAT even such DLLs are found by IIS".
See for more details:
ms-help://MS.VSCC/MS.MSDNVS/cpguide/html/cpconstep4locatingassemblythroughco
debasesorprobing.htm
and
ms-help://MS.VSCC/MS.MSDNVS/Cpqstart/html/cpsmpnetsamples-howtoassemblies.htm
Thanks a lot in advance.
Many Regards
Sunil
Thanks a lot in advance...
Many Regards
Sunil
"Dan Clark" <drc_...@yahoo.com> wrote in message news:<043301c2aa9d$917f1f50$8af82ecf@TK2MSFTNGXA03>...
Thanks a lot in advance.
Many Regards
Sunil
su...@itb-india.com (Sunil Menon) wrote in message news:<de18ec83.02122...@posting.google.com>...
Parser Error
Description: An error occurred during the parsing of a resource
required to service this request. Please review the following specific
parse error details and modify your source file appropriately.
Parser Error Message: The virtual path '/iqs/bqsv51/bin' maps to
another application, which is not allowed.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebExpPage.aspx.vb" src="\iqs\bqsv51\bin"
Inherits="WebExceptionPage.WebExpPage"%>
Can u tell me where I am wrong?
Thanks a lot in advance.
Many Regards
Sunil
"Dan Clark" <drc_...@yahoo.com> wrote in message news:<004401c2ac34$9419c970$d2f82ecf@TK2MSFTNGXA09>...
Thanks a lot in advance.
Many Regards
Sunil
"Dan Clark" <drc_...@yahoo.com> wrote in message news:<048c01c2acf0$009fdb00$d6f82ecf@TK2MSFTNGXA13>...