Nikko Posted August 11, 2003 Posted August 11, 2003 In my file home.aspx.vb I've placed this line Explorer = New SHDocVw.InternetExplorer() And before I have make the reference to the com object. When I try to access to http://localhost/Reserv/home.aspx, I have an error who said access denied and explain how to allow access. My question is : "what are the files that must be accessed" Sorry for my poor english Thx Nikko Quote
Administrators PlausiblyDamp Posted August 11, 2003 Administrators Posted August 11, 2003 Just out of curiosity what are you trying to do? The problem is probably that the system is trying to run IE as the aspnet user on your system which may not have access to IE or the default homepage. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Nikko Posted August 11, 2003 Author Posted August 11, 2003 In fact, when I push on a button, that open a new window with ie. And I want to use this Object, InternetExplorer, to catch the event onQuit ! So when a choice is made in the child window, it automaticaly close the child window and catch the onQuit event Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.