I'm having a problem with user permissions during an ASP.NET application install.
The application is setup inside the Default Web Site in IIS. I assign Full Control (generic_all) to the ASPNET windows user during the install via the permissions tab in AI for the correct folder.
However, once the install of the web site is complete, when I try to access the site it says Web Service Unavailable (or close to it). If I then remove the rights to the ASPNET user (through windows) and restore the rights... the web application works fine.
Help me please. I'd like to use this installer for my company, but I'm not fond of needing to do work arounds, since I won't be the acutal person using these install packages.