Trying to register a Web Part as safe when my Project Server resides on a different server

L

LeyDoggy

I keep getting the Web Part is not registered as Safe message when
trying to drag and drop my web part on my web part page and I have
tried everything from all the articles. The only thing I can think of
is that the issue is because my project server is one server and my
visual studio files are on my local server. I connect to the other
server via Terminal Services - remote connection. My web.config file
is on the other server than the server that has my web part solution
files on it. How do I configure this and make my web part work?
Thanks, Leyla
 
L

LeyDoggy

Okay I got this to work. It was a stupid mistake on my part in the .dwp
file. Make sure in your assembly line, that you have everything spelled
out correctly. My PublicKeyToken line was spelled wrong. I had it with
spaces in between like this "Public Key Token=" and thats wrong. There
should be no spaces in between the words.
 
Top