S
Siegfried Heintze
I ran Internet Services Manager to create a virtual directory whose physical
path was C:\InetPub\wwwroot\SIGNITEK_PRIVATE. Since this notebook is not
exposed on the network, I gave the virtual directory write and browse
permissions in addition to the defaults of read and execute.
I then created a C:\InetPub\wwwroot\SIGNITEK_PRIVATE\bin directory and
recompiled some assemblies and stored them in that bin directory. I also ran
tlbimp to import MSXML2 and stuck that in the bin directory too.
My web pages in C:\InetPub\wwwroot\SIGNITEK_PRIVATE\articles\asp.net\lecture
referencing those libraries would not work.They could not find the
assemblies I was referencing.
I created c:\InetPub\wwwroot\bin and moved all the assemblies there. Then my
web pages started to work again. What do I have to do special when creating
a virtual directory so it can find the assemblies in the bin directory?
Thanks,
Siegfried
path was C:\InetPub\wwwroot\SIGNITEK_PRIVATE. Since this notebook is not
exposed on the network, I gave the virtual directory write and browse
permissions in addition to the defaults of read and execute.
I then created a C:\InetPub\wwwroot\SIGNITEK_PRIVATE\bin directory and
recompiled some assemblies and stored them in that bin directory. I also ran
tlbimp to import MSXML2 and stuck that in the bin directory too.
My web pages in C:\InetPub\wwwroot\SIGNITEK_PRIVATE\articles\asp.net\lecture
referencing those libraries would not work.They could not find the
assemblies I was referencing.
I created c:\InetPub\wwwroot\bin and moved all the assemblies there. Then my
web pages started to work again. What do I have to do special when creating
a virtual directory so it can find the assemblies in the bin directory?
Thanks,
Siegfried