Low cost ecommerce web development India
flash website design
Before you begin
…
Here a few quick tips before you begin your ASP session!
Unlike normal HTML pages, you cannot view Active Server Pages without
running a web-server. To test your own pages, you should save your pages in
a directory mapped as a virtual directory, and then use your web-browser to
view the page.
Steps for Installation
" From the CD, run the SETUP.EXE program for starting the web-server
installation.
" After the installation is complete, go to
Start > Programs > Microsoft PWS > Personal Web Manager.
and click the "Start" button under Publishing.
" Now your web-server is up & running.
Creating Virtual Directories
After you have installed the web-server, you can create virtual directories as
follows:
" Right-Click on the folder that you wish to add as a virtual directory.
" Select "Properties" from the context-menu.
" In the second tab titled "Web Sharing," click "Share this folder," then
"Add Alias".
(If you do not see these options enabled, your web-server is not properly
running. Please see the steps above under "Installation.")
Accessing your webpage
Now that your server is completely configured and ready to use, why not give
it a try?
Start your web-browser, and enter the following address into the address-bar.
http://localhost/
10
You should see a page come up that tells you more about Microsoft IIS (or
PWS, as the case may be)
freelance web designer India web development
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73