Hi all,
I need to provide access to mapped network drive through a Web server application.A user will log on to a web server application and there is an option for them to upload documents to a specifc mapped drive.
I have two tried two options in the Application Pool Properties:
1. Using the predefined network service identity - Access to the directory is not available.
2. Use Configurable option and specify a domain account (which has access to the Mapped drive) - Accessing the application throws a "Service Unavailable error"
I'm very inexperienced with IIS so any suggestions would be greatly appreciated. The ultimate goal is to allow a user to get access to that mapped drive.
The hosting server is using Windows Server 2003 , IIS6.
*Edit
Okay ... it seems that for Point2 the domain account needs to be added to IIS_WPG. I will be trying this out later tonight.