Now I'm confused. My .NET app written in ASP.NET runs on a windows 2003
server, users of the app are using windows 2000 pro and IE 6.0 on their
desktops. In the asp.net application i have a buttton that when clicked I
want it to erase all the temporary internet files in their local browser.
Based on what Peter provided, I have read both links and they appear to be
exactly what i need. I'm not a .net expert so I may be missing something.
Please let me know.
I would say that you can't do what you want to do. The articles pinted to
are for clearing the cache of a WebBrowser Control. A WebBrowser control is
a control that supplies web browsing functionality within your Windows forms
aplication and does not apply to ASP.net at all. I would be very suprised if
it was possible to delete the temporary internet files via a web page written
in ASP.net, imiagine the security implications of allowing a web page to
change settings in your browser, those ones that try to change your home page
are bad enough.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.