One last thing, the default document (in IIS, right click printers, Documents tab) should be "ipp_0001.asp". Remove the other default documents.
Good luck.
Main Topics
Browse All TopicsI have a Windows 2000 SP4 print server. I have about 15 print queues defined on it (all properly shared).
I received a request to implemet "Internet Printing". As described in the article "http://support.microsoft.
After installing IIS, I went to <server name> --> Default website and expanded it and... SURPRISE! There is no "PRINTERS" folder!!!!
Thinking I did it wrong, I removed IIS, re-installed iot again... but nothing changed... the "PRINTERS" folder is not there...
Please, what I'm doing wrong???
Do I need a patch? additional service up and running?
What is going on???
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Thanks, It REALLY helps a lot!
Excellent, Now I see the "printers" folder in IIS, but I'm having the following message when I try to browse to: http://localhost/printers/
You are not authorized to view this page
I double-checked the security settings for both "default website" and "printers" folder and looks ok ("anonymous access" enabled and "integrated windows authentication" enabled).
It is weird because I'm domain admin, so I should not get this error.
Do I need anything else?
Verify that ipp_0001.asp is in the folder. Also verify in a text editor that it starts like this:
<%@ CODEPAGE=1252 %>
<%
' Replace the above line with your localized code page number
'-------------------------
'
' Microsoft Internet Printing Project
'
' Copyright (c) Microsoft Corporation 1998
'
' Entry page for queue view.
'
'-------------------------
option explicit
%>
Business Accounts
Answer for Membership
by: maehdrosPosted on 2006-12-14 at 06:39:04ID: 18138955
Verify that there is a directory: "%windir%\web\printers".
Go to "%windir%\web" and right click properties on the "printers" folder.
On the "Web Sharing" tab it should be shared on the "Default Web Site" with the alias "printers".
The properties should be: Access Permissions: Read. Application Permissions: Scripts.
It doesn't sound like you did anything wrong but things seem to change unexpectedly on a server after it runs a while. I.e. "Hey what's this wacky share for? I'll never need this..."
You shouldn't need a patch or an additional service.
Hope that helps.