This topic is locked

where's the code behind ?

12/9/2004 6:22:09 PM
ASPRunner.NET General questions
author

I am evaluating asprunner.net.

It works great but unfortunately there's no way to see & edit the code behind. (the vb files) they are in the dll i assume.

is this a demo-limitation ? if not why ? because i would seriously consider buying the software if it would let me manually edit all the code instead of only the html.

Marc

Sergey Kornilov admin 12/15/2004

Marc,
later this week we release ASPRunner.NET 2.0 that generates full VB source code which you can easily modify.

A
artistscope 6/26/2006

What governs the code that is included in the DLL when using code behind?
Can I add extra code to the DLL and how?

Sergey Kornilov admin 6/27/2006

All .vb files can be found in the output directory.

A
artistscope 6/27/2006

All .vb files can be found in the output directory.


There are no .vb files in the .NET version source folder.

Eugene 6/28/2006

At first, update your ASPRunner.NET version from here: http://asprunner.com/files/asprunnernet30-setup.exe
And rebuild project in code behind mode. This option can be set at the last step of ASPRunner.NET wizard.

After that you will find .vb files in Output directory.

A
artistscope 6/28/2006

At first, update your ASPRunner.NET version from here: http://asprunner.com/files/asprunnernet30-setup.exe


Thanks, it's good to see the template editor in the .NET version.
What I wish to do is add code to be compiled into the DLL... but which file to add my code?
For example I have some code that does referrer checks to be applied to all pages.

Eugene 6/30/2006

I didn't quite understand your question.
You can use header.ascx or footer.ascx to output information in header and footer of page.

If you want to add server code you can insert your function in lib.vb (or lib.cs) file.