Sponsored Content
Top Forums Web Development ASP.NET 5 Application on Centos OS7 Web Hosting Server Post 302968053 by John Fredric on Thursday 3rd of March 2016 05:44:58 AM
Old 03-03-2016
ASP.NET 5 Application on Centos OS7 Web Hosting Server

Hi All,

Frankly I'm new to Linux Environment. While we are trying to Host an ASP.NET 5 Web Application on Centos OS7 Web hosting Server. There were couple of steps which we are supposed to go through, please see this link -

[URL="http://docs.asp.net/en/latest/getting-started/installing-on-linux.html"]

We are stuck at Create a Container & then Running the Container, not knowing anything about Container. Can any of you help me how to go about further.

Regards,
John
ASP.NET 5 Application on Centos OS7 Web Hosting Server-containerpng
 

5 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

ASP.net in unix based system. Someone Help Me

Hi Guys, i am new to the fourms.. i have one doubt related to unix.. i was developed one application in asp.net under windows platfrom. i want to run this application in sun one web server under unix environment.. Its possible or not .. please calrify my doubt. Thanks and Regards... (4 Replies)
Discussion started by: ksathiya76
4 Replies

2. OS X (Apple)

Development tools like VS,ASP.Net

Hi I want to shift to Mac OS X , I wanted to know whether there are any similar development tools like VS,asp.net,.net frameworks are available in Mac OS X or not? I mean how does one can compete with windows with the same results those of microsoft? Are there any extra software availble or where... (7 Replies)
Discussion started by: MULTIVERSE
7 Replies

3. AIX

From ASP.NET to Oracle on unix

Dear all , I have a serious question and i need an answer before i go throught a new project. I have an oracle DB is on remote UNIX box.How can I connect through ASP.net on a windows server machine to the oracle db and do all the jobs i need (insert ,update delete) ? is their is a way ?? please... (2 Replies)
Discussion started by: hoshakhs
2 Replies

4. UNIX for Dummies Questions & Answers

Mail/ftp/web servers, on VIRTUAL!! dedicated server. Also resource usage. Centos 5.

Hi. First of all, would 4 or 5 websites, 1 ftp server (when downloading by someone or a few persons or one, concretize) and one mail server (not many emails, just to sound official and have a nice, spam-free email for myself). Websites with not that many, but some, later more visitors, quite... (0 Replies)
Discussion started by: newn
0 Replies

5. Shell Programming and Scripting

Ldap connection after hosting on Web Server

Hi.. I have very limited knowledge on LDAP and its configuration and but I have been trying to figure out one issue that takes place when I am running the program that is written in php, but so far its unsuccessful. The server, I am working on is ldap server, which is running on Apache. After... (1 Reply)
Discussion started by: GomathiUoM
1 Replies
Gtk2::Container(3)					User Contributed Perl Documentation					Gtk2::Container(3)

NAME
Gtk2::Container HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
$container->add ($widget) o $widget (Gtk2::Widget) $container->add_with_properties ($widget, ...) o $widget (Gtk2::Widget) o ... (list) list of property name/value pairs integer = $container->get_border_width $container->set_border_width ($border_width) o $border_width (integer) $container->check_resize list = $container->child_get ($child, ...) o $child (Gtk2::Widget) o ... (list) list of property names Returns a list of properties of the child. list = $container->child_get_property ($child, ...) o $child (Gtk2::Widget) o ... (list) Alias for child_get $container->child_set ($child, ...) o $child (Gtk2::Widget) o ... (list) list of property name/value pairs Sets a list of properties on the child. $container->child_set_property ($child, ...) o $child (Gtk2::Widget) o ... (list) Alias for child_set string = $container->child_type list = $container->get_children Returns a list of Gtk2::Widget's, the children of the container. list = $container->get_focus_chain Returns a list of Gtk2::Widgets, the focus chain. $container->set_focus_chain (...) o ... (list) of Gtk2::Widget's, the focus chain Sets a focus chain, overriding the one computed automatically by GTK+. In principle each widget in the chain should be a descendant of the container, but this is not enforced by this method, since it's allowed to set the focus chain before you pack the widgets, or have a widget in the chain that isn't always packed. The necessary checks are done when the focus chain is actually traversed. widget or undef = $container->get_focus_child Since: gtk+ 2.14 $container->set_focus_child ($child) o $child (Gtk2::Widget or undef) adjustment or undef = $container->get_focus_hadjustment $container->set_focus_hadjustment ($adjustment) o $adjustment (Gtk2::Adjustment or undef) adjustment or undef = $container->get_focus_vadjustment $container->set_focus_vadjustment ($adjustment) o $adjustment (Gtk2::Adjustment or undef) $container->forall ($callback, $callback_data=undef) o $callback (subroutine) Code to invoke on each child widget o $callback_data (scalar) Invoke $callback on each child of $container, including "internal" children. Most applications should not use this function. Compare with Gtk2::Container::foreach. $container->foreach ($callback, $callback_data=undef) o $callback (subroutine) Code to invoke on each child widget o $callback_data (scalar) Invoke $callback on each child of $container, ignoring "internal" children. $container->propagate_expose ($child, $event) o $child (Gtk2::Widget) o $event (Gtk2::Gdk::Event) $container->set_reallocate_redraws ($needs_redraws) o $needs_redraws (boolean) $container->remove ($widget) o $widget (Gtk2::Widget) $container->resize_children resizemode = $container->get_resize_mode $container->set_resize_mode ($resize_mode) o $resize_mode (Gtk2::ResizeMode) $container->unset_focus_chain PROPERTIES
'border-width' (Glib::UInt : readable / writable / private) The width of the empty border outside the containers children 'child' (Gtk2::Widget : writable / private) Can be used to add a new child to the container 'resize-mode' (Gtk2::ResizeMode : readable / writable / private) Specify how resize events are handled SIGNALS
add (Gtk2::Container, Gtk2::Widget) remove (Gtk2::Container, Gtk2::Widget) check-resize (Gtk2::Container) set-focus-child (Gtk2::Container, Gtk2::Widget) ENUMS AND FLAGS
enum Gtk2::ResizeMode o 'parent' / 'GTK_RESIZE_PARENT' o 'queue' / 'GTK_RESIZE_QUEUE' o 'immediate' / 'GTK_RESIZE_IMMEDIATE' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Container(3)
All times are GMT -4. The time now is 06:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy