I have a problem in the setup with the key file:
I want to install the website in a different folder than C:\wrox\ThePhile.
I changed the AssemblyInfo.
vb code to reflect this at :
<Assembly: AssemblyKeyFile("C:\Inetpub\wwwroot\plataforma\wro x\website\Keys\ThePhile.SNK")>
but VS yields an error when building (it's looking for C:\wrox\ThePhile\thphile.snk): "Error creating Assembly manifiest: Error reading key file c:\wrox\keys\thephile.snk"
how can solve this?
thanks
Luis