Teamsite 6.1 (SP2) Windows
Hi,
I'm having problems previewing my .NET website through Teamsite. Basically my problem is that my pages use a .net library located in the "bin" directory and when I preview it can't seem to locate the binary:
"The type or namespace name 'xxxxx' could not be found (are you missing a using directive or an assembly reference?)"
I went through the stages in this article
https://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=49749 to add the ASPNET user to the Teamsite Preview group, make the workarea an application and add a virtual directory for aspnet_client. And prior to adding the dll reference to the presentation template the .NET site was virtualizing without error.
My file structure is as follows:
[workarea name]
|
|_ templatedata
|
|_ web
|
|_ bin
|_ [rest of site]
So i tried making "web" an application in IIS to ensure it recognises the bin directory - but that didn't work. I also wondered whether i needed to the same as I had done with the aspnet_client and so tried adding the bin directory as a virtual directory under the workarea but that didn't work.
Is there something I'm missing or something I need to add to iw.cfg?
thanks in advance - hope I've provided enough information for someone to be able to help me :-)
Ani