My SharePoint Blog

Blogs On SharePoint Technologies


Search Site


My SharePoint Blog recommends any of the following books...


Recent comments

Tags

Don't show

    Categories


    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    © Copyright 2009

    SharePoint WebPart Dev Tip

    Add the following line to the post build command list. It will publish the dll to the SharePoint site, reset IIS (clearing the cached object), and open IE.

     


    xcopy "*.dll" "C:\Inetpub\wwwroot\wss\VirtualDirectories\80\bin\" /y
    iisreset
    "C:\Program Files\Internet Explorer\IEXPLORE.EXE" http://localhost/mydevsite/


     

    Edit as needed.

    Categories: SharePoint
    Posted by Kevin on Tuesday, August 14, 2007 2:08 PM
    Permalink | Comments (0) | Post RSSRSS comment feed