Can aspx file use PATH variable to locate dlls

  • Thread starter Thread starter iana_kosio
  • Start date Start date
I

iana_kosio

Hi,

I was wondering if I can make an aspx file use the PATH variable to locate dlls that it needs. Currently, it looks as though that the aspx page looks for binaries in a bin folder that is located in the current directory. Even if I put the dlls in bin/debug folder it will not work.

Thank you in advance for your help.

Konstantin

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
The applications location for DLL's is either the bin folder of the
application, or the GAC.
--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

Konstantin said:
Hi,

I was wondering if I can make an aspx file use the PATH variable to locate
dlls that it needs. Currently, it looks as though that the aspx page looks
for binaries in a bin folder that is located in the current directory. Even
if I put the dlls in bin/debug folder it will not work.
Thank you in advance for your help.

Konstantin

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP &
ASP.NET resources...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

x 1
visual effects on a web-page 4
Progressbar Oject code for File Upload HTTPModule ??? 3
Asp.Net 1
On The Fly 1
login fail for User 'databaseName\ASPNET' 2
Popup window does not work 4
reference to parent page 1

Back
Top