Bins and virtuals

  • Thread starter Thread starter Mark Horrocks
  • Start date Start date
M

Mark Horrocks

Hi,
I am trying to deploy my first ASP.Net app.
The root of the site, http://x.y.z , is at c:\inetpub\wwwroot.
The code executes in a virtual: http://x.y.z/code which is mapped to a
shared drive \\server\pathtocode.

So, my first thought is that the bin should be at
c:\inetpub\wwwroot\bin, but having read through numerous posts I get
the feeling that it should be at \\server\pathtocode\bin.

The trouble is, I have tried both of these and neither works. If I
declare the virtual as an application, will that make a difference? Am
I missing something?

Any help gratefully received.

Mark
 
/Bin has to be at the frist level under where the VD's Application is
defined as per the IIS manager
 
Back
Top