Here is a handy visual studio post build script to GACassemblies and recycle application pools.
gacutil.exe -if "$(TargetDir)$(TargetFileName)"
iisapp /a SharePointContentAppPool /r
gacutil.exe -if "$(TargetDir)$(TargetFileName)"
iisapp /a SharePointContentAppPool /r
No comments:
Post a Comment