Rank: Advanced Member Groups: Member
Joined: 1/9/2009 Posts: 97
|
Hello,
I am using VS2005 to build an ASP.net 2.0 website. I noticed that each time I compile and publish my website VS2005 doesnt send the Licesne file which annoys me. Where to I go to set it by code any help is appreciated.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
You will need to have a Global.asax or Global.asax.cs/.vb file first. If you do not have one, you can choose "Add New Item" from your project to add one. Once you have the file, you would go your license key page to copy the code block to put in your Global file.
Thanks!
|