We have an application which is set up on IIS7 on Server 2008 R2 x64, using ASP.NET 3.5 SP1.
The default site is currently being loaded off of a UNC on another server, and is working fine.
I now need to add another application underneath that application which points to a different folder on the same UNC share.
I right-click on the website, and click to add an application; I specify the alias and physical path, and click OK, and get the following error:
There was an error while performing this operation.
Details:
Filename: \\?\UNC\wmsclusterfs\wwwroot\applicationHost.config
Error: Cannot write configuration file
(screenie here: http://www.box.net/shared/4pt2lxh7hz )
I have tried the "Connect as..." to specify a user who has writes to the directory, no luck.
I get the same error if I try to create it as a virtual directory.
The UNC is being referenced via a mapped drive.
IIS is "clustered" via MS Cluster Server.