Click here to Skip to main content
15,920,111 members
Home / Discussions / System Admin
   

System Admin

 
GeneralSemaphores and Mutex Pin
Shubham Bhattacharya12-Jan-04 2:29
Shubham Bhattacharya12-Jan-04 2:29 
GeneralBlocking Access In Windows Pin
Michael Martin11-Jan-04 14:42
professionalMichael Martin11-Jan-04 14:42 
GeneralRe: Blocking Access In Windows Pin
Roger Wright11-Jan-04 14:50
professionalRoger Wright11-Jan-04 14:50 
GeneralRe: Blocking Access In Windows Pin
Michael Martin11-Jan-04 15:43
professionalMichael Martin11-Jan-04 15:43 
GeneralRe: Blocking Access In Windows Pin
Roger Wright11-Jan-04 16:01
professionalRoger Wright11-Jan-04 16:01 
QuestionHow to create Virtual Directories Pin
hi_all10-Jan-04 13:23
hi_all10-Jan-04 13:23 
AnswerRe: How to create Virtual Directories Pin
hxxbin16-Jan-04 7:32
hxxbin16-Jan-04 7:32 
AnswerRe: How to create Virtual Directories Pin
Norman Fung16-Jan-04 22:11
Norman Fung16-Jan-04 22:11 
To create a virtual directory, first create a physical directory in, say, your C:\.

For example: C:\MyRealDir\

Then,
>bring up MMC (Microsoft Management Console)
>File menu
>Add/Remove snap-in
>Add "Internet Information Service"
>Expand the nodes and navigate to the website of interest -- Mouse over and right click -- select "New"
>Select "Virtual Directory", which brings you virtual directory creation wizard
>Enter an Alias - whatever you like "MyDirAlias" for instance
>In the next step "Website Content Directory", enter "C:\MyRealDir"

Your virtual dir "MyDirAlias" is mapped to a physical dir "C:\MyRealDir". You put your html/asp/aspx/others files in "C:\MyRealDir".

To check, place a html file in your web folder, and access the site:

http://localhost/

Assuming you're playing with default host. If you've multiple sites on IIS, you must configure site port address using the snap-in - again, right click and select "properties" (one of these tabs)

Once port is configured (say, 5839 for instance):

http://www.mysite.com:5839

That's it.

Norman Fung
Generalxp file-save dialog question. Pin
Maximilien10-Jan-04 4:24
Maximilien10-Jan-04 4:24 
GeneralRe: xp file-save dialog question. Pin
hxxbin16-Jan-04 7:28
hxxbin16-Jan-04 7:28 
GeneralRe: NT handle limit? Pin
Matt Newman9-Jan-04 9:34
Matt Newman9-Jan-04 9:34 
QuestionNT handle limit? Pin
Rob Caldecott8-Jan-04 11:16
Rob Caldecott8-Jan-04 11:16 
AnswerRe: NT handle limit? Pin
KaЯl8-Jan-04 23:03
KaЯl8-Jan-04 23:03 
GeneralRe: NT handle limit? Pin
Rob Caldecott8-Jan-04 23:15
Rob Caldecott8-Jan-04 23:15 
GeneralRe: NT handle limit? Pin
KaЯl8-Jan-04 23:45
KaЯl8-Jan-04 23:45 
QuestionHow Windows works... Pin
profoundwhispers7-Jan-04 7:38
profoundwhispers7-Jan-04 7:38 
AnswerRe: How Windows works... Pin
Mike Dimmick8-Jan-04 6:19
Mike Dimmick8-Jan-04 6:19 
GeneralRe: How Windows works... Pin
Roger Wright8-Jan-04 6:27
professionalRoger Wright8-Jan-04 6:27 
GeneralRe: How Windows works... Pin
MKlucher14-Jan-04 17:16
MKlucher14-Jan-04 17:16 
GeneralOutlook Express Question Pin
Roger Wright7-Jan-04 5:04
professionalRoger Wright7-Jan-04 5:04 
GeneralRe: Outlook Express Question Pin
Niels Penneman10-Jan-04 1:36
Niels Penneman10-Jan-04 1:36 
GeneralRe: Outlook Express Question Pin
Roger Wright10-Jan-04 5:42
professionalRoger Wright10-Jan-04 5:42 
GeneralGFlags.exe - Help my system not restarting Pin
Anonymous7-Jan-04 3:13
Anonymous7-Jan-04 3:13 
GeneralRe: GFlags.exe - Help my system not restarting Pin
Niels Penneman10-Jan-04 1:37
Niels Penneman10-Jan-04 1:37 
Generalchange in appereance of caption buttons of windows Pin
Anonymous6-Jan-04 19:50
Anonymous6-Jan-04 19:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.