Mono Support Please help 

Viewed 38127 time(s), 2 post(s), 1/16/2019 4:38:37 PM - by kstvakin
1/16/2019 4:38:37 PM
188 Reputation 12 Total posts

"Developing custom administration controls
Custom-developed portals often need a set of custom modules to be integrated into the main
administrative panel. MonoX provides you with an option to include a custom administrative control to
the bottom of the default screen (note that the newly added control should follow the look and feel of
the administrative screen). Set the path to the custom control in the user.config:
<add key="CustomAdminTasksControl" value="/MonoX/CustomAdminControl.ascx"
/>
Now you can develop the CustomAdminControl just as you would work with an ordinary ASP.NET
user control."
 


 
But i can't find user.config in the application.
 
Thanks

1
1/24/2019 7:39:31 AM
1849 Reputation 181 Total posts

This is <appSettings> section in the web.config.

2
This is a demo site for MonoX. Please visit Mono Software for more info.