Urgent Please : IE Webcontrol problem

J

John F

Hi all,

I posted a question earlier but have since discovered something else. If
anyone read my previous post, ignore the issue surrounding two different
url's to one box since I've managed to re-create the problem another way.

Simply put, my IE webcontrols are not working when I access my machine
through the browser like "http://mymachinename/mysite/mypage.aspx" but the
IE webcontrols DO work when I access my machine through my browser like
"http://localhost/mysite/mypage.aspx".

How can I get IE webcontrols to work properly using
"http://mymachinename/mysite/mypage.aspx" method?

Regards
John.
 
R

Raja B

You might want to check the MachineNames , IP Addresses your IIS Server
is binding to. Its better to choose the 'Unassigned' or 'All' option.

Also do a ipconfig and make sure that your machine name and IP address
are what you think they are.

-Raja
 
M

MWells

Raja, you've fingered WebControls as being the failure point; is the rest of
ASP.NET working as expected through your different url's?

You might drop a /debug/test.aspx page in which contains a button; on
clicking the button change the button Text. This will help you verify that
javascript is working, the supporting javascript libraries are being located
properly, you urls are behaving as expected, etc.

/// M
 

Ask a Question

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.

Ask a Question

Top