Any tips in moving this snap-in to server without installing full SDK?
tried to copy mscorcfg.msc, mscorcfg.dll, and registered mscormmc.dll. No luck, failing with strange error about wrong framework installed :(
Ok, here is how it worked for me:
1. Configured identity of application pool to run under specific domain account
2. Added this account to local IIS_PWG group
3. using capscol added server share to trusted zone caspol -m -ag groupbname -url file://\\\servername\servershare\* FullTrust
sergey_okhot...
Member
97 Points
29 Posts
Re: ASP.NET 2.0 on network share
May 23, 2006 02:33 PM|LINK
tried to copy mscorcfg.msc, mscorcfg.dll, and registered mscormmc.dll. No luck, failing with strange error about wrong framework installed :(
sergey_okhot...
Member
97 Points
29 Posts
Re: ASP.NET 2.0 on network share
May 29, 2006 09:17 AM|LINK
1. Configured identity of application pool to run under specific domain account
2. Added this account to local IIS_PWG group
3. using capscol added server share to trusted zone
caspol -m -ag groupbname -url file://\\\servername\servershare\* FullTrust