i would like it to stop
im in development and im changing directories and urls often
and each time, i need to register the site close the browser and restart the process
This may not be the fix you were looking for but I'm assuming you're accessing your pages through an HTML page and the address looks something like...
"C:\inetpub\wwwroot\dev_folder\default.html"
Instead access the pages using Localhost...
"http://localhost/dev_folder/default.html"
I'm pretty sure that will bypass security and treat it like a website.
Joe