Strong name question

  • Thread starter Thread starter Arthur Puszynski
  • Start date Start date
A

Arthur Puszynski

Hi All,

Is it possible to use a control without a strong name in an asp.net project
that is signed with a strong name?

Thank you,
Art
 
Hi,

Are you talking about user ctrl or Server Control? Any way you can use
server controls/costum controls in you ASP.Net not project. No need of
strong name....But if you want to put the control to GAC, you have to use
strong name. Other wise you can skip the key validation..pls refer sn.exe
command line parameters for more details...

--
Let me know if you need further help

Regards
Sreejumon[MVP]
www.mstechzone.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top