473,503 Members | 1,787 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

link to configuration file prevents user control download to internet explorer

link to configuration file prevents user control download to internet
explorer

Hi
I have a simple web application which consists an opening html page with a
(windows form user) control
which on click event should download an assembley from the server site to
client ie.

Opening page displays correctly with control when it does not include the
<link> tag to
configuration file.
This is the html:

<body>
<object id = "rtfcontrol" height = "472" width = "488 "
classid = "RtfControl.dll#devhood.rtfcontrol" VIEWASTEXT></object>
</body>

Problem:
Just adding a link to configuration file in html prevents the
devhood.rtfcontrol download
(the page is displayed without it):

<html>
<head>
<title>page1.htm</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name=ProgId content=VisualStudio.HTML>
<meta name=Originator content="Microsoft Visual Studio .NET 7.1">
<!-- Reference to the configuration file. -->
<link rel="Configuration"
href="http://127.0.0.1/myUserCtrl/mySite.config"/ >
</head>
<body>
<object id = "rtfcontrol" height = "472" width = "488 "
classid = "RtfControl.dll#devhood.rtfcontrol" VIEWASTEXT></object>
</body>
</html>

Any idea???

Thanks in advance
Rea


Jul 21 '05 #1
0 1634

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

Similar topics

5
1928
by: php newbie | last post by:
Hello, I have a php script that allows users to download files they selected earlier in the session. I use the following code snippet to do this: ## set up headers header("Content-type:...
2
2663
by: Raymond H. | last post by:
Hello, I create a vb4 project which can also naviger on Internet via the WebBrowser control which I put on my form. My question is: if this program is installed on a station having already...
0
1180
by: Rea Peleg | last post by:
Hi I'm trying to add a link to my web application config file like this: <link rel="CONFIGURATION" href="myConfigurationFile.config">. It seems like my browser does not recognise the...
3
1560
by: Neo | last post by:
Hello, I have a requirement wherein, a user clicks on a file name in a ASP.NET web application, and the file should automatically be downloaded in the local machine at a pre defined path (path...
5
1715
by: Tim Mulholland | last post by:
I am trying to create an ASPX page that, based on QueryString inputs, returns another file, in this case a WMA file. I do not want to do this by redirect, because these files are not available...
3
3043
by: Pitcairnia | last post by:
The basic purpose of the site is for authenticated users to post event listings, which often include photographs. The user is faced with a page where they can insert all of the information about...
0
924
by: Rea Peleg | last post by:
link to configuration file prevents user control download to internet explorer Hi I have a simple web application which consists an opening html page with a (windows form user) control which...
0
1032
by: CKa | last post by:
Hello. I made a helper program for my dad a while ago. The application downloads a file from a webpage and then unzips it using the winzip command line tools. The problem now is that the site...
9
5587
by: Morris Neuman | last post by:
Im working with VS 2005 and trying to use a Hyperlink field in a datagrid to play a wave file that is not located in the website folders but is in a plain folder on the same machine, windows 2003...
0
7273
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,...
0
7322
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...
0
7451
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...
0
4667
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3161
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3150
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1501
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 ...
1
731
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
374
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...

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.