It shouldn't be a problem. I am not sure what type of application you are
publishing - and that will affect which approach you take.
HTML application
- Just use ASP.NET and make sure that the HTML you emit is appropriate for
your client browsers.
- If you are using authentication, use Forms-based or Basic/(prefereably
with SSL)
Web Services over HTTP
- Use standard ASMX infrastructure
- Make sure that the types you are exposing are usable from the client
platform. Avoid the dataset etc.
Sockets
- Use the sockets classes in the Framework System.Net.Sockets
-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemnetsockets.asp
Hope this helps.
Richard Burte
Technical Product Manager
Microsoft Corporation
--------------------
[quoted text, click to view] >From: baker_tony@hotmail.com (Tony Baker)
>Newsgroups: microsoft.public.dotnet.faqs,microsoft.public.dotnet.general
>Subject: Accessing .Net web application from UNIX
>Date: 3 Sep 2003 03:18:09 -0700
>Organization:
http://groups.google.com/ >Lines: 18
>Message-ID: <2af81223.0309030218.488eb6d2@posting.google.com>
>NNTP-Posting-Host: 212.159.90.149
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Transfer-Encoding: 8bit
>X-Trace: posting.google.com 1062584290 12733 127.0.0.1 (3 Sep 2003
10:18:10 GMT)
>X-Complaints-To: groups-abuse@google.com
>NNTP-Posting-Date: 3 Sep 2003 10:18:10 GMT
>Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-
xit-05!sn-xit-09!supernews.com!postnews1.google.com!not-for-mail
[quoted text, click to view] >Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:107068
microsoft.public.dotnet.faqs:11602
>X-Tomcat-NG: microsoft.public.dotnet.faqs
>
>Hi, being a Windows developer and not having anything to do with
>UNIX/Solaris, I have a few questions about accessing .Net Web
>Applications from such environments.
>
>If a client has a UNIX/Solaris environment, is it possible to put a
>Windows 2000 box on the network which hosts a .Net web application and
>access it from other UNIX machines on the network (via Netscape or
>whatever)?
>Is this as straight forward as plugging a network cable in to the back
>of a windows box and directing any machines Browser on the network to
>the web site on the win machine?
>
>What issues would we face? Any handy web sites to help me through
>this?!
>
>Cheers,
>
>Tony.
>