running ASP on server


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting running ASP on server
# 1  
Old 03-08-2003
running ASP on server

I have a .asp page on my server on the internet.

how do i view that page online ? e.g www.mysite.com/page.asp

what do i have to do to make it work ??
# 2  
Old 03-08-2003
I would think that would work....

It's possible your website host doesn't allow asp pages.. or if it's actually your server, then more specifics would help... are you using apache or iis, etc..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Web Development

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 - We are stuck at Create a Container & then Running the Container,... (1 Reply)
Discussion started by: John Fredric
1 Replies

2. Shell Programming and Scripting

How to Append the output of a script running in remote server to a file in local server?

Hi guys, So i am in server1 and i have to login to server 2, 3,4 and run some script there(logging script) and output its result. What i am doing is running the script in server2 and outputting it to a file in server 2 and then Scp'ing the file to server1. Similarly i am doing this for other... (5 Replies)
Discussion started by: srkmish
5 Replies

3. UNIX for Dummies Questions & Answers

Transfer file from server B to server C and running the script on server A

I have 3 servers A, B, C and server B is having some files in /u01/soa/ directory, these files i want to copy to server C, and i want to run the script from server A. Script(Server A) --> Files at Server B (Source server) --> Copy the files to Server C(Target Server). We dont have RSA key... (4 Replies)
Discussion started by: kiran_j
4 Replies

4. Solaris

Test program running taking much more time on high end server T5440 than low end server T5220

Hi all, I have written the following program and run on both T5440 and T5220 on same OS version. I found that T5540 server takes more time than T5220. Please find below the details. test1.cpp #include <iostream> #include <pthread.h> using namespace std; #define NUM_OF_THREADS 20... (17 Replies)
Discussion started by: sanjay_singh85
17 Replies

5. Shell Programming and Scripting

Jobs running in a server

Hi, I need to know the jobs running in a server for all users in linux, crontab -l gives for particular user, how ever I need for all users. I have sudo user access. Thanks (4 Replies)
Discussion started by: nag_sathi
4 Replies

6. Shell Programming and Scripting

Running a script from another server (sh)

I have a script where it finds the most current modified file in a directory, transfers that file into another server, then run a script which is on that another server. I can find the file and transfer it fine, but when it comes to running the script on the other server, it just doesn't work.... (2 Replies)
Discussion started by: kooshi
2 Replies

7. SCO

Server running slow

Hi, Wonder is someone can help. I've got a server SCO_SV 3.2v5.0.7 PentIII that is located at a different site and is running slow and has been for a week. I've been speaking to a third party who say nothing is wrong with it but its still running slow. The 3rd party advise it could be a... (2 Replies)
Discussion started by: tez
2 Replies

8. Shell Programming and Scripting

Running a script in a server from another server

Hi Guys Say I have two servers (A & B) and two scripts (script1 & script2). script1 will be running on server A and script2 will nbe running on server B. Now my need is to kickoff script2 (in server B) just after finishing running script1 (in server A) Any idea, how to achieve this?... (2 Replies)
Discussion started by: csaha
2 Replies

9. UNIX for Dummies Questions & Answers

X-server not currently running.

Hi guys sorry if I offend anyone with my simple question but i just isntalled Red hat in my oc and I'm tryung to isntall the video card's drivers, i got the rpm and the drivers itself to do this. On the RPM INSTRUCTIONS the first thing that appears is "Ensure the X-server is not... (3 Replies)
Discussion started by: cherupop
3 Replies

10. Shell Programming and Scripting

Sending variable to ASP server fromOSX

I've gotten this far with this script to run at log-in computer= netstat -I en0 | grep .dh | awk '{ print $4 }' | sed 's/\.*$//' open http://testweb.bsu.edu/aglabreserve/login_name.asp?computer=$computer echo $computer Problem is: The echo tells me what I want to hear. The ASP isn't getting... (4 Replies)
Discussion started by: franklin
4 Replies
Login or Register to Ask a Question