| Goto the windows server
system (where the IIS manager is
hosted), and navigate to the
physical folder for which the
Technician Web Access virtual
directory or a website was
created in Step 1). The folder
already consists of various web
files and subfolders that were
extracted/copied in the previous step. The
special interest that we have
now is for the 'Temp' folder, as
this is the folder that saves
uploaded attachments from
support request case
temporarily. Hence, the ASP.NET
account needs to be configured
to have full control over this
'Temp' folder. You do that by
right-clicking 'Temp' folder >
'Sharing and Security..'.

In the security tab, select the
ASP.NET account. Different
version of IIS has different
ASP.NET account name. For
example, in IIS version 5 (windows
2000 server), it is ASPNET,
and in IIS version 6 (windows
server 2003), it is IIS_WPG
group whereas in IIS 7
version (Windows 2008 server),
it is IIS_USRS group.
In the screenshot below, we have
IIS 6 version and hence, the
IIS_WPG group is allowed
'Full Control' over the
Temp folder.

|