Try the links below to see if you can use the connection info for the Mono Project. If your RDBMS (relational database managment systems) is Oracle use the trick we used at a Bank I worked for install a client on a Windows box and connect to Oracle will
not know the difference. We had Oracle 9i 64bits running on IBM AIX 64bits but all connection was through Oracle client on Windows 2000 32bits server. Hope this helps.
I am not sure why you need to access Unix shell. ASP.NET runs on IIS on a Windows Server. You can validate accounts on the Unix network by invoking authentication service that the network provides from C# (say, by calling a Web service running on a Unix
box).
If you want functionality similar to ASP.NET on Unix server, you can look at Mono project.
newbie2asp.n...
Member
5 Points
1 Post
Need help -- How access unix systems from ASP.NET or using C#
Feb 06, 2006 12:25 PM|LINK
Hi all,
We wanted to develop web application , But the login should be validated against unix accounts and need an ability to execute some of the commands ?
Is there a way to access the unix shell using ASP.NET or C## technologies ?
Can some one help me in understanding , how this can be acheived .
Thanks a lot for your Help.
GK
Caddre
All-Star
26581 Points
5308 Posts
Re: Need help -- How access unix systems from ASP.NET or using C#
Feb 07, 2006 02:07 PM|LINK
Try the links below to see if you can use the connection info for the Mono Project. If your RDBMS (relational database managment systems) is Oracle use the trick we used at a Bank I worked for install a client on a Windows box and connect to Oracle will not know the difference. We had Oracle 9i 64bits running on IBM AIX 64bits but all connection was through Oracle client on Windows 2000 32bits server. Hope this helps.
http://www.mono-project.com/FAQ:_ASP.NET
http://www.codeproject.com/cpnet/MySQLCSMono.asp
Gift Peddie
Mikhail Arkh...
All-Star
33139 Points
6083 Posts
Microsoft
Re: Need help -- How access unix systems from ASP.NET or using C#
Feb 14, 2006 07:58 PM|LINK
I am not sure why you need to access Unix shell. ASP.NET runs on IIS on a Windows Server. You can validate accounts on the Unix network by invoking authentication service that the network provides from C# (say, by calling a Web service running on a Unix box).
If you want functionality similar to ASP.NET on Unix server, you can look at Mono project.
------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.