473,802 Members | 1,960 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Urgent Please : IE Webcontrol problem

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.
Nov 19 '05 #1
5 1110
John, when you do http://mymachinename/mysite/mypage.aspx is it from a 2nd
machine?
"John F" <a@b.com> wrote in message
news:uq******** *******@TK2MSFT NGP09.phx.gbl.. .
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.

Nov 19 '05 #2
Hi John

I'm doing this from the same machine. Incidentally, The problem is the same
if I do "http://myipaddress/mysite/mypage.aspx".

Regards
John.
"JohnFol" <Ou************ @WibbleObbble.C om> wrote in message
news:sb******** ******@newsfe3-win.ntli.net...
John, when you do http://mymachinename/mysite/mypage.aspx is it from a 2nd
machine?
"John F" <a@b.com> wrote in message
news:uq******** *******@TK2MSFT NGP09.phx.gbl.. .
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.


Nov 19 '05 #3
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

Nov 19 '05 #4
I did check and everything is fine in that regard. Any other suggestions
please?

"Raja B" <ba***********@ gmail.com> wrote in message
news:11******** *************@z 14g2000cwz.goog legroups.com...
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

Nov 19 '05 #5
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
"John F" <a@b.com> wrote in message
news:#I******** ******@TK2MSFTN GP15.phx.gbl...
I did check and everything is fine in that regard. Any other suggestions
please?

"Raja B" <ba***********@ gmail.com> wrote in message
news:11******** *************@z 14g2000cwz.goog legroups.com...
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


Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2837
by: andy | last post by:
I have user controls(.ascx) programmed to function as modules on the same page - default.aspx. As you would be well aware, default.aspx has the normal html stuff:- <%@ Page language="c#" codebehind="default.aspx.cs" inherits="xmlportal.read" autoeventwireup="false"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <HTML> <HEAD>.....</HEAD> <BODY>......</BODY> </HTML>
0
1601
by: Lucas, Todd | last post by:
Hello everyone! I'm having a problem with a WebControl that I'm designing for a Menu. I've been at it for about 3 weeks now, and can't seem to get around this problem. So I'm hoping that someone can help me ... My environment: VS 2003 v7.1.3088, Win2K v5.0.2195 SP3, IE6 v6.0.2800.1106 browser. I have a class (C3Menu) derived from WebControl, with a property (MenuItems) that is a collection of menu items. The collection property is...
9
2669
by: kw | last post by:
What is the proper way to get the element ID for a client script? For example, suppose in the WebControl: TextBox t=new TextBox; t.ID=this.ClientID+"X"; .... Then elsewhere we want to access it on the client: Control.Attributes = "javascript:document.getElementById('"+this.ClientID+"X"+"').value= 'test';";
0
1821
by: Novice | last post by:
Hey all, I've already posted this question and two posters offered suggestions and they worked - but now I would like to know why - and if possible the answer to a second question. Here is my problem: I am trying to write a custom WebControl - at some point this WebControl will output a bunch of controls into several Panel objects. But I just recently got my WebControl to output a single button and attach an event handler to that...
1
1571
by: Bart Schelkens | last post by:
Hi, i have this website (www.polytools.be) it works fine when i'm viewing it with Internet Explorer. When i'm trying to view it with mozilla, i get the following error : Server Error in '/' Application. Specified argument was out of the range of valid values. Parameter name: value Description: An unhandled exception occurred during the execution of the
0
2031
by: Dariusz Tomon | last post by:
Hi I have got the problem with web control displaying flash (swf) object. The problem is connected with the fact that 1-st swf should loads the second one. But it doesn't. That's why I suspects taht webcontrol or class under it causes that problem. Maybe the following code is too long to analyze so pls redirect me whare I could read/download the code suitable for that purposes.
2
2544
by: Peter Rilling | last post by:
Okay, I something weird is happening where I do not know if I am doing something wrong. I have a page that contains a custom webcontrol that I developed. This webcontrol basically loads a UserControl (ascx) using the LoadControl method and writing it out to the browser. Page --> custom webcontrol --> usercontrol (via LoadControl) --> stream to browser.
0
1215
by: shapper | last post by:
Hello, I want to create an ordered list where each list item can have various controls: <ol> <li>textbox, label, ...</li> ... </ol>
0
1091
by: Sreenath Rao Nellutla | last post by:
Hai All, 1. I need help regarding displaying Date in to DataGrid from SQL Server 2000 database in the required format. Sql Server data : smalldatetime DataGrid : Date (Only I want. But I am getting Date & Time).
0
10536
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10304
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10285
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10063
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9114
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5622
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4270
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3792
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2966
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.