Search code examples
asp.netiis-5

Deploying a web application on the IIS 5


I am in the process of deploying a web application on IIS5 on my server which runs windows XP.So when i run my application in visual studio its perfect.But when i deployed it into IIS it throws me an error saying that the access denied to a particular file.

My app reads a xml file based on the input(which is nothing but the other system in the network).As i browsed to the properties of that file manually and unchecked the read only attribute,still it dint work out.Can any one guide me to the proper solution ?


Solution

  • you might have to give read/write (if needed) to following users:

    1. iis_wpg
    2. network service
    3. aspnet