Leon Meijer's Weblog

About my personal life, technology and business/work related...
posts - 128, comments - 334, trackbacks - 0

Clean up your Cookies when you run your web site from Visual Studio 2008

I'm developing a web site which uses cookies. I wanted to delete all the cookies from my system, before I start (debug) the web site from Visual Studio.

I now run the command below as post-build event of my web project.

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2

postbuildclearcookies

By the way. There are more command-line statements available. See the Overview of commands to clear IE.

Hope this helps,

Print | posted on Thursday, September 11, 2008 2:46 PM | Filed Under [ Technology ]

Powered by: