IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsSystem AdministrationIIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 9th, 2004, 03:40 PM
4ank 4ank is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 4 4ank User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Making Local Machine a WebServer...Problems

Well, I posted before in another thread, but I will try again.

I am running XP Pro, installed IIS, checked to make sure it could run scripts (I plan on running .asp). The problem I am having now is that when I type in my IP address, I get the username/password dialog box. I set up IIS to have anonymous login, what should be the user name? should I have IIS determine the password (the check box)?

Any help would be appreciated. I know this may seem like a simple thing to establish, but it is driving me nuts.

Thanks to the others that have helped me thus far (Doug).

Frank

Reply With Quote
  #2  
Old February 9th, 2004, 05:42 PM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Jun 2003
Posts: 14,239 Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 4 Weeks 15 h 20 m 7 sec
Reputation Power: 4445
When you get an authentication box in your web browser it's usually because the user account of the web server doesn't have permissions to the page file or one of it's linked files.

Try this:

Make a folder in \InetPub\wwwroot\ (or somewhere else your disk if you're adventurous). Open the IIS service manager (Administrative Tools) and navigate to the default web site. Right click the default web site and choose New Virtual directory. Give the virtual directory an alias name (like test1). When prompted for the actual folder location, browse to the folder you created. Finish the wizard taking the default answers

create a page test1.asp in the folder you create with <% response.write "this is test1" %>

Open your web browser to http://localhost/test1/test1.asp

You should see "this is test1" in your browser, and you should not be prompted for authentication (assuming you allow anonymous use of your web server which is the default way IIS is set up).

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationIIS > Making Local Machine a WebServer...Problems

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap