Getting Started .Net (IIS 5.0, IIS 5.1)
Note Setting up the Server Correctly Resolves
Issues with the Web Server
Opening Internet Information Services (IIS)
- Click (Start,
Settings, Control Panel)
- Double Click (Administration Tools)
- Double Click (Internet Information
Services)
Configure IIS Custom Anonymous Access User /
Password
- Open Internet
Information Services (IIS)
- Expand the Hierarchy Tree by clicking on [ +
]
until you seethe Root of the Default Web Site.
- Right Click the Default Web Site, Select [
Properties ]
- Click Directory Security tab
- Under the heading Anonymous access and
authentication control click the Edit
button
- Click the Browse button, and on the
Select User Dialog box click the
Advanced.. button
- Click Find Now, Select the CustomASPNET
(created above) account and click
OK
-
Deselect the Allow IIS to control
password option, type account password,
- press OK, and then confirm the same password
Setup Content Type Mime in Internet Information
Services
- Install the Server
Setup Program Accompanied with PDF Suite ZIP
File.
-
Run the Server Setup Program.
- Open Internet
Information Services (IIS)
- Expand the Hierarchy Tree by clicking on [ +
] until you see
- the Root of the Default Web Site.
- Right Click the Default Web Site, Select [
Properties ]
- Click the Tab [ HTTP Headers ]
- Remove any Custom HTTP Headers
- Click the [ File Types... ] Button in
the Mime Map Section at the bottom (See
Image A)
- If you see a file type
already there like .FDF make the following
changes
- else create a new type. (See
Image B)
- File Type Extension:
.FDF (with a period at the beginning if
it lets you)
- Content Type MIME: application/vnd.fdf
- Click OK, until your at the main Interface
of the Internet Information Services Panel.
Make sure Directories have the correct IIS
Permissions
- Follow the steps for
opening IIS
- Expand the Hierarchy Tree by clicking on [ +
]
until you see the main directory of your PDF
Suite Web.
-
Make sure the PDFs directory has read access
with Scripts Only.
- (Right click on the
PDFs directory, select Properties)
- Make sure the Database directory has at
least read & write access with Scripts
Only.
- (Right click on the Database
directory, select properties)
- Make sure the ASP directory has at least
read access with Scripts Only.
- (Right click on the ASP directory,
select properties)
-
Click OK, until you close the Internet
Information Services Panel
Make sure the Directories have the correct *NTFS
Permissions
- Open Windows Explorer,
by Clicking (Start, Programs,
Accessories), (Windows Explorer)
- Explore to the Directory where the PDF
Web site is.
- Make sure Folders have correct permissions
by Right Clicking on Folder,
- select (Properties)
- Navigate to the Security Tab.
- Set the **CustomASPNET Account to
have at least the Following for each folder.
-
ASP
Folder: Read & Execute
-
Database Folder: Read & Write
-
PDFs Folder: Read
-
Images Folder Read
- Click Advanced
button and select
- Replace permission entries on all child
objects
- with entries shown here that apply to child
option and click OK
-
Click OK
Make sure the TEMP & TMP Directories have the
correct *NTFS Permissions
- Right Click on
Windows Explorer Icon on your desktop,
Select [ Properties ]
- Look for [ Environmental Variables ]
on the Advanced tab.
-
Change the TEMP Directory, and TMP
Directory reference to "C:\TEMP\"
- Click
OK, and Close Dialog Box
- Open Windows
Explorer, by Clicking [ Start,
Programs, Accessories ],
- [ Windows Explorer ]
- Explore to the C:\WINDOWS\TEMP
Directory
- Make sure Folders have correct permissions
by Right Clicking on Folder
- select [ Properties ]
- Navigate to the Security Tab.
- Set the ** CustomASPNET Account to
have at least the Following for each folder.
- TEMP Folder: Modify, Read, Write,
Read & Execute, List
-
Restart the server/workstation.
Enhancements to your registry on your server
- Open regedit.exe [ Start > Run
> type Regedit > click OK ]
- Navigate to the following sub-tree. And do
the following (See
Image C):
- HKEY_LOCAL_MACHINE\
- SYSTEM\
- CurrentControlSet\
- Services\
- InetInfo\
- Parameters\
- If The following key does not exist then
create the key: MimeMap
- From the menu select Edit -> New
-> String Value
- Name: fdf
- Value: application/fdf,fdf,,5
- Exit Regedit
- Reboot the system
Appendix
Image C
|