472,779 Members | 1,960 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,779 software developers and data experts.

Asp.Net In Unix Server

Hi everyone...

Recently i've been looking around in the internet to look for some emulator
or what so ever so that i can deploy my asp.net application in Unix server...
but i failed.. i was wondering anyone have any idea regarding this matter ?
Jul 21 '05 #1
4 5800
"danlegion" <da*******@discussions.microsoft.com> wrote in message
news:A3**********************************@microsof t.com...
Hi everyone...

Recently i've been looking around in the internet to look for some
emulator
or what so ever so that i can deploy my asp.net application in Unix
server...
but i failed.. i was wondering anyone have any idea regarding this matter
?


Have a look at mono: http://www.mono-project.com,
http://www.mono-project.com/ASP.NET
Jul 21 '05 #2
Hi Sean,
I've checked out Mono.. but i'm still wondering do we need the .Net
Framework in the unix server with mono? Cause i understand most of the stuff
we do in asp.net are from the .net framework

"Sean Hederman" wrote:
"danlegion" <da*******@discussions.microsoft.com> wrote in message
news:A3**********************************@microsof t.com...
Hi everyone...

Recently i've been looking around in the internet to look for some
emulator
or what so ever so that i can deploy my asp.net application in Unix
server...
but i failed.. i was wondering anyone have any idea regarding this matter
?


Have a look at mono: http://www.mono-project.com,
http://www.mono-project.com/ASP.NET

Jul 21 '05 #3
"danlegion" <da*******@discussions.microsoft.com> wrote in message
news:05**********************************@microsof t.com...
Hi Sean,
I've checked out Mono.. but i'm still wondering do we need the .Net
Framework in the unix server with mono? Cause i understand most of the
stuff
we do in asp.net are from the .net framework


Mono is an implementation of the CLR, just as .NET is the Microsoft
implementation of the CLR. Now .NET is Windows-only, whereas Mono is
cross-platform. There are times and areas where Mono may lag behind .NET,
but it looks like they're doing a pretty good job of keeping up.

I'd say your best bet would be to install Mono on a Windows machine (without
..NET installed), and get the code working there. Once that's going, port it
to Unix. Hopefully it won't need many changes, and try to make sure that all
the changes you perform will also work on the Windows implementation.
Jul 21 '05 #4
Thanks for the advice.. will keep that in mind..

Cheers

"danlegion" wrote:
Hi Sean,
I've checked out Mono.. but i'm still wondering do we need the .Net
Framework in the unix server with mono? Cause i understand most of the stuff
we do in asp.net are from the .net framework

"Sean Hederman" wrote:
"danlegion" <da*******@discussions.microsoft.com> wrote in message
news:A3**********************************@microsof t.com...
Hi everyone...

Recently i've been looking around in the internet to look for some
emulator
or what so ever so that i can deploy my asp.net application in Unix
server...
but i failed.. i was wondering anyone have any idea regarding this matter
?


Have a look at mono: http://www.mono-project.com,
http://www.mono-project.com/ASP.NET

Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: francisl | last post by:
We have to build some script were I work to make a dynamic server inventory. But, the project team, a windows crew, start it all in vbscript and on mssql. Note, due to political reason, we can...
0
by: Danny Jensen | last post by:
I need to test if certain processes on a unix box were running. I wanted to use whatsup gold to do the testing. First I needed to go to the whatsup configure>monitors & services menu to add this...
0
by: Dan | last post by:
I am working with the C-API to MYSQL Ver 12.16 Distrib 4.0.5a-beta, for pc-linux (i686). I have noticed the following problem. Within my C program I issue --- conn = mysql_init(NULL); conn =...
4
by: Jonathan Li | last post by:
I have posted the question before but nobody have given me a solution. I would like to rephrase my requirement and want to hear your advice. We are developing application packages for logistics...
10
by: Andrea M. Segovia | last post by:
Hello, I am a newbie to Oracle databases.... We have a visualization front-end tool connected to an Oracle back-end database on a Tru64 UNIX server. We also have clients with MS access...
0
by: niket patel | last post by:
Hi There is a unix server and and we access unix and perform its commond using exceed or ftp through dos. Now i want to create an application in Visual Studio C#.Net 2003 such that i can create...
15
by: Alpha | last post by:
I was told that Unix API can only be called using C++, ATL and MFC. However, I was also told that C# can do that through Pinvoke to a DLL that interfaces with the Unix API. Can someone direct me...
7
by: programming | last post by:
Hi all, i have been having trouble with a login script that works on my windows machine, however when i upload it to the Unix server through VPN, the same script won't work! It won't parse...
21
by: Tom Gur | last post by:
Hi, It's seems that csh and tcsh acts a bit different when handling special characters in quotes. i.e: if i'll supply my program with the following arguments: -winpath "c:\\temp\\" tcsh will...
1
by: Marcin Wiszowaty | last post by:
Hello, I work at a company that has 2 development enviroments. One Unix which i dont know anything about and the othe vs.net 03 with MSSQL server 2000 for db. How can i cause applications...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.