On Unix / Linux

I'm working on a proof of concept for ASP. I've already done it using Windows 2k server, IIS, using open source [no initial cost involved]. I'm looking to doing the same using a linux box. Does anyone know if this can be done without buying any additional tools?

View Replies


ADVERTISEMENT

Run On Unix/Linux Software

Will ASP run on Unix/Linux software like Apache or Red Hat? If so what needs to be done to do this?

View Replies View Related

Accessing LINUX/Unix LDAP

I currently use ADO (adoConn.Provider = "ADSDSOObject") to access user information in the domain Active Directory. I want to expand my application to be able to access user information in other LDAP compatable user lists (LINUX or UNIX for example). I did some
searching on deja.com (google groups) and microsoft's newsgroups, but couldn't find anything.

View Replies View Related

Interfacing With UNIX

I need to do is display results of a command I run in UNIX, for example:

In the ASP page I'd have a textbox in which the user would type an UNIX command like "cat unixFile", after the user hits the "Execute Button" the results would be displayed in another textbox.

Basically my question is, how can I login to an UNIX server from ASP, send UNIX commands and capture the result?

View Replies View Related

Directory On Unix

Is there a way to create directories using vb or jscript in IIS to a unix machine? I want to have the aility to upload files through my Win2k Web Server, and have those files stored on my Mac OS X Server under new directories based on date and Upload ID's from the Db.

View Replies View Related

ASP And Unix Web Hosting

Simple quesion: Can you run ASP pages on a Unix server?

I am trying to learn "include files" and before I go any further I need to know if it can be used on a Unix server. IF NOT, what would be my options?

View Replies View Related

Running On UNIX

i have got someone who is interested in moving a ASP site to my hosting setup but my host is a UNIX platform. Actually i can see no reason for his site to be ASP cause it looks like a flat html site with .asp encoded pages.I just wondered what the experts think of running ASP on UNIX.

View Replies View Related

Convert A File From Unix To DOS

In my pages i have to read a text file which is created in Unix format through my asp code. The problem is that the readline command reads the whole file and not line by line as the file is in Unix format. Is there a way to convert it using asp code and then read it or any other solution to this problem?

As the file is created by an application not controlled by myself it is impossible to force the application developer to do this job so i have to do it during runtime. So what are your suggestions?

View Replies View Related

Unix Time Stamp

I am trying to replicate the Unix Timestamp,specifically the function
mktime() in Vbscript, ASP. I have the following so far:

ThisTime = DateSerial(2004, 9, 27) + TimeSerial(0, 0, 0)
response.write DateDiff("s", "12/31/1969 00:00:00", ThisTime)

This returns the timestamp: 1096329600, and when you decode that it comes
to: 27 Sep 2004 20:00. I want to set the time too, ie. show for example: 27
Sep 2004 16:15

View Replies View Related

Execute Unix Script

Please tell me how to execute a unix shell script from ASP?

Is it possible to pass the user id and password for the unix server as call parameters?

View Replies View Related

Unix Apache ODBC To MS SQL

I need to access a database on a MS SQL Sever from my unix apache web server.I would preferably want to continue to use ASP rather than go to PHP or Perl - I know that I need to build unixODBC on the web box, but do I need to do anything else other than reference the SQL server in unixODBC?

Has anyone used unixODBC? The console & CLI seem fairly self-explanatory... Do you need extra drivers to connect to a MS SQL box? Can I still use the same server.createobject & ADODB statements in my ASP code? Or do they need to change? Syntax etc?

View Replies View Related

Oracle Database On Unix Box

I'm new to ASP so please forgive my ignorance. Our IT department says that there is no way that what I suggest can be done. I disagree because it should be possible (if not there is a massive hole in the market), but don't have the technical knowledge to back myself.

We have an Windows/IIS web server for our public website. Internally for our intranet we have a Unix box with and Oracle database. What I want to know is: Is it possible to query that database from the windows server using ASP? Are there any clients/COM/APIs etc that this would require? Can anyone direct me to a webpage that has more info?

View Replies View Related

Win2k Asp Connection To Data Source On Unix

i'm trying to use an odbc driver to connect from an asp page to a data source (dbase) on unix sunsolaris. is this poss?

the driver is installed though i cant seem to do it through dreamweaver ultradev - can i do it through the ftp connection?

what would i input as the source on the following to initiate the connection in the asp page?

"Provider= "MSDASQL"; Data Source= server name ?
"Database=test;User ID=sa;Password=blabla"

or how would i do it using the followign as an include file ? Code:

View Replies View Related

Asp In Linux

Is ASP compatible with linux. Which is the best scripting language which can be used on all servers.

In case of Linux which web server to be used for ASP.

View Replies View Related

LINUX

To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts.

View Replies View Related

ASP On Linux

What is the best way of getting ASP running on Red Hat, free?

View Replies View Related

On Linux

Can ASP apps be run in Linux (I am using Mandriva 2007 Spring)? If so, which server has to be installed to make ASP apps run in a web browser in the same way as how ASP apps run in Windows?

As far as my knowledge goes, Linux does not support IIS; what about Apache? Will it be appropriate? Or are there any other web servers (preferably free ones like IIS) to make ASP apps run in Linux?

View Replies View Related

ASP With Linux

I know this is not ideal but i have a client with a simple asp site and i would like to move them to our linux box during a transition but they use an access database. Can someone tell me how i can get the connection to work under linux? Current Code: Code:

Dim MM_connPang_STRING
'MM_connPang_STRING = "dsn=pangDSN"
MM_connPang_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:clientdatabasepangDB.mdb"

View Replies View Related

On Linux

how can i run asp on linux either sun version / or perl apache version?

View Replies View Related

ASP Possible With Linux?

Is it possible to integrate ASP.Net on a Linux server? I heard there is some software in development for this but I cannot remember the name. I know Novelle is the one working on it.

View Replies View Related

Host ASP On Linux

Is it possible to host ASP (not .net) to host on Linux,( hopefully yes then whats required extra on Linux). If some one know any issues related to that or any reference site hosting
ASP on linux.

View Replies View Related

Apache/Linux Box

Is there any way to get ASP to work on a Linux box with apache and ensim?

View Replies View Related

Linux Server

Can i use web developer asp to create web sit for linux serves . if yes how?

View Replies View Related

Aspx/linux/etc

I've just taken a client who has a membership-based site served as aspx. Yhe relationship with his current host/developer is going south and I need to switch to new hosts and find someone to handle the backend stuff.
Much of the site appears to be poorly structured - needlessly complex and yet lacking certain features. From my own limited knowledge of what I've seen of it, I'd have suggested using a drupal and a bunch of php... but I know little and may be talking out of my butt.
I'm more comfortable with linux/apache... and I'm guessing that's incompat with the current work - or is it? The database is sql so is it viable to migrate away from aspx? Etc?

View Replies View Related

Asp Running On Linux

Here is a simple test class Ive built to try and find out, why another class I built (that works fine on my testing server running iis on xp) throws up an error on the live server running red hat 8.3 on linux, Im new to asp and only just now found out the live server is a linux box. Code:

View Replies View Related

Linux Servers

If my server runs on Linux and I want to use an ASP script and files on it. When I upload the files, wehn I go to the file directory and click on the file it asks me the same as what it asks me if I try to open it at home.How can I overcome this?

View Replies View Related

Can Run MSSQL DB In Linux

I want an answer by tomorrow with examples and reference URLS if we can do this.There is a program written in ASP and the databse is MSSQL (Microsoft) hosted in Windows platform.
But they want this databse and ASP Program host on a UNLIX/LINUX server and use the same ASP program. Can thy do it/ and how?

View Replies View Related

Install On Linux

I need to install Comersus Cart (http://www.comersus.com) and try out to see how it works on Linux. The document says that it works on Linux as well, as long as ASP is enabled.

I avoided using ASP on Linux. How well does it perform really? And does anyone have experience running Comersus on Linux? How does it perform? Did you have any issue?

View Replies View Related

Linux Platform

I had done a website that perfectly works in windows platform. But one of our client said that he cannot work the same in linux platform.

I am submitting my form in the onchange function of combo box. He cannot submit the form when he changes the value of combo box. But it perfectly works in Windows Platform. and the site is being viewed by lot of people and every day there will be reservations.

View Replies View Related

Mysql On Linux

I recently moved a web site from a cobalt raq server to hostgator linux based server and now my mysql recordsets are not working. The code is ASP(Javascript)

Here is a sample of the recordset and connection string I'm using - I use dreamweaver so this has been generated using dreamweaver. Code:

View Replies View Related

OT - Microsoft Using Linux

In the latest issue of The Register (my favourite online newsletter), there's a story (see URL below) about Microsoft using Linux temporarily, for their microsoft.com website because of DDoS attacks and security vuln's.

I know this is OT, and I apologise, I just find it rather amusing. (considering Microsoft is one of the head's of the TCPA (Trusted Computer Protection Agency, aka TCG (Trusted Computing Group), amongst others), who's goals are to basically, get rid of Open Source etc etc).

View Replies View Related

Running Asp / Mysql With Linux

I recently had someone write an ASP script for me, that connects to a Access mdb, and then spits out a form.

Problem is, my host is linux, has asp installed, but not access. So i converted my db to Mysql, but i can't get it to connect.

View Replies View Related

ASP On Linux Solution Needed

For ASP on linux, what would the best solution be? Any particular programs suggested?
Right now, running CentOS. We have jsp and ASPX .

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved