Rank: Advanced Member Groups: Member
Joined: 4/22/2008 Posts: 75
|
OK i add the lcx file to my project but when i publish it or reupdate the project and repubish it VS doesnt interpet the file and therefore doesnt publish the file with it. Is there a way to have it just be in like the root of the www folder and apply for all sub folders i have in my default website? Or how do i get to the application_Start event handler to add the code for my Key
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
You can place the license file on the root folder of your application, but pacing it in www_root won't do the trick. As for Application_Start, you would need to add an application class first. If you use Visual Studio, you can simply choose "Add New Item" and then choose "Global Application Class" from the template list.
Hope this helps.
Thanks
|