English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i want to use asp page in my office network

2006-10-15 23:49:10 · 3 answers · asked by omid_h_vahid 2 in Computers & Internet Programming & Design

3 answers

I cant understand ur question. Please provide more details.

For ASP u need IIS host where Asp files can be hosted in Virtual Directory. Iss runs at port 80.

The asp files can be accesed from remote like this

http://IP_of_PC_hosting_IIS / Virtual_Directory_of_asp_files/Default_file


e.g

http://192.168.0.15/asp/index.asp

2006-10-16 00:10:09 · answer #1 · answered by Smita 2 · 0 0

Plz provide specific details .

The first thing u need to install is the IIS.Start IIS by Run->inetmgr.Expand the left hand tree , to reveal the default website.Right click and New->'virtual directory'. The virtual directory wizard will start n u need to provide the name etc along with the directory path where ur Web.config file exists for ur application(along with Default.aspx/.html/.asp or whatever ur start page is).By default IIS opens the VD on the default port(80).Once the VD is created , right click on it and from Properties tab provide appropriate permissions. From the Document tab select/add the start up page for ur application.Note if Default.aspx is ur starting page, it should be first in the list.From command prompt type iisreset.Now open a browser and on the address bar type
http://IpOfMachine/VirtualDirectory/Default.aspx (assuming Default.aspx as ur start up page).

2006-10-16 01:18:45 · answer #2 · answered by Soumik S 1 · 0 0

use MS remote desktop feature...

2006-10-15 23:58:50 · answer #3 · answered by Bhushan 2 · 0 0

fedest.com, questions and answers