hi team, i am trying to setup a website in windows 2008 64-bit using IIS, during the steps i end up getting with an error "
Could not load file or assembly 'ISymWrapper' or one of its dependencies. An attempt was made to load a program with an incorrect format"
not sure why this happens
the steps i did to setup a website
1) create an application in iis
2) map it to physical path
3) setting default app pool to .net framework 2.0 (my vs application points to 2.0)
4) identity set to apppoolidentity
now when i try to browse the start up page i end up with the error mentioned above,
i tried setting up modules and handlers fields to "allow" from "deny" in applicationhost.config file also
can some one suggest me what could be wrong on this issue