Re: How to configure my application to recognize the bin directory?
From: Scott Allen (scott_at_nospam.odetocode.com)
Date: 02/11/05
- Next message: Scott Allen: "Re: HTTP Module - Global Error Handler"
- Previous message: Tom wilson: "asp.net: What's wwwroot$/sitename?"
- In reply to: peelman: "How to configure my application to recognize the bin directory?"
- Next in thread: peelman: "Re: How to configure my application to recognize the bin directory?"
- Reply: peelman: "Re: How to configure my application to recognize the bin directory?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Feb 2005 15:18:39 -0500
Do you see this error at runtime? This looks more like a compiler
error.
-- Scott http://www.OdeToCode.com/blogs/scott/ On 11 Feb 2005 11:31:08 -0800, "peelman" <neil.collier@gmail.com> wrote: >Hi, > >I have a web server (IIS 6 on Windows 2003) and just ported over my web >app from IIS 5. Everything used to work on IIS 5 but now on IIS 6 my >scripts cannot find the namespace compipiled in the dll in my bin >directory. It crashes at: > >MyNameSpace.MyClass var = new MyNameSpace.MyClass(); > >I get the standard "are you missing a using directive or assembly >reference" asp.net error in the browser. But the dll is in the bin >directory. I have no virtual directories and only one site running at >inetpub\www\, and the bin is inetpub\www\bin\. So why isn't ASP.NET >looking in this bin directory? Do i have to add some configuration >option to the web.config or something? > >Regards,
- Next message: Scott Allen: "Re: HTTP Module - Global Error Handler"
- Previous message: Tom wilson: "asp.net: What's wwwroot$/sitename?"
- In reply to: peelman: "How to configure my application to recognize the bin directory?"
- Next in thread: peelman: "Re: How to configure my application to recognize the bin directory?"
- Reply: peelman: "Re: How to configure my application to recognize the bin directory?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|