I have created a quiz application in asp.net c#. The link of the site is www.lifeintheuktest.co The page is using session, LINQ and standard .net code. I need to transfer my site to Umbraco 4.7.2. My questions is do I need to convert my .cs code into usercontrols before I can use it in umbraco? Can any exprert give me a similar example
If you want to use it in Umbraco the easiest way would be to have a usercontrol which does everything. All the session, LINQ and standard .net code you can reuse. If you have some code in a class library you can compile it and place the dll in the bin folder.
how to convert .net page in to umbraco
I have created a quiz application in asp.net c#. The link of the site is www.lifeintheuktest.co The page is using session, LINQ and standard .net code. I need to transfer my site to Umbraco 4.7.2. My questions is do I need to convert my .cs code into usercontrols before I can use it in umbraco? Can any exprert give me a similar example
thanks
If you want to use it in Umbraco the easiest way would be to have a usercontrol which does everything. All the session, LINQ and standard .net code you can reuse. If you have some code in a class library you can compile it and place the dll in the bin folder.
Jeroen
is working on a reply...