IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Iron Speed
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:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old March 14th, 2004, 06:21 PM
tyler_777 tyler_777 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 2 tyler_777 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy Asking for authentication on index.shtml file?!?

Hello All,
IIS5, Windows 2000 Advanced, FP Extensions 2002.
My index page has an include, so it is index.shtml. My main website is open to the public with anonymous/integrated windows security. Anyone can get to it without a password or anything. After a reboot, my index.shtml page is asking for a username/password when anyone tries to browse to it. I got around this by renaming index.shtml to index.html. This works, but of course the include isn't there. I've checked the default document, server authentication(still anonymous/integrated) and NTFS rights on the index.shtml file but I can't seem to open it up without being prompted for authtication. I pulled an older copy of my index.shtml off of tape and replaced the current one and recalculated the web, but no luck. I also removed the FP2002 extensions and extended the web with the 2000 extensions that come with IIS5. Is there something that needs to be done so my server can display .shtml files normally/with no authentication? I don't know if the FP Extensions enable the ability to use includes, but could reinstalling FP Extensions 2002 fix the problem?
Thanks!!
Tyler

Reply With Quote
  #2  
Old March 14th, 2004, 08:29 PM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 12th Plane (10500 - 10999 posts)
 
Join Date: Jun 2003
Posts: 10,716 Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level) 
Time spent in forums: 1 Month 33 m 54 sec
Reputation Power: 688
If the web server is using the anonymous web user account, normally the IUSR_computername account, make sure that user has permissions to the main index file and any includes, and any files called by any includes like image files, etc.

If I understand you, you have both and index.html and index.shtml file in the same folder. You might try renaming the include file just in case there is some conflict caused by the same filename.
__________________
======
Doug G
======
"Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton

Reply With Quote
  #3  
Old March 17th, 2004, 12:52 PM
tyler_777 tyler_777 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 2 tyler_777 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I'm using index2.html currently, it comes up fine with full public access. With the web security set to anonymous/integrated windows, I get prompted when I try to view the index.shtml file. But when I set it to just anonymous, I don't even get prompted on the index.shtml file, it goes directly to 401.3 authentication failed. I've reinstalled the FP Extensions and recalculated the web numerous times. All signs point to some kind of permission problem, but I've pretty much given the IUSR account full Read/Execute rights to the web root folder, including the "/inc" include folder.
The index document has 2 Frontpage includes and one Server Side Include. The Server Side Include is the one that's not displaying when the page is viewed(after you have to authenticate to it.)The include file is located in the /inc folder. Is there something tricky with include files(*.shtml) that IIS
has problems with? I've looked at the app configuration settings in IIS Manager, support for *.shtm and *.shtml files is there...using ssinc.dll like normal. I wonder if upgrading to Service Pack 4 will replace something that might be corrupted?

Last edited by tyler_777 : March 17th, 2004 at 01:11 PM.

Reply With Quote
  #4  
Old March 17th, 2004, 03:02 PM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 12th Plane (10500 - 10999 posts)
 
Join Date: Jun 2003
Posts: 10,716 Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level) 
Time spent in forums: 1 Month 33 m 54 sec
Reputation Power: 688
I don't use shtml files but I'm not aware of any problems with IIS and shtml files.

My bet is still a permissions problem somewhere, where the IUSR_computername user account doesn't have permission to something, a file, a registry node, a temp folder.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationIIS > Asking for authentication on index.shtml file?!?


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 | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway