Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Using a non IIS web server
 

Using a non IIS web server

Hi ! All ,

I have been able to embed a windows control in IE along with calls to dependent components .

But all this by using IIS as the web server .

But my requirement is to implement it irrespective of the web server used in the background .

I have tried with Tomcat ; added the following MIME type to it :

In <TOMCATHOME>/conf/web.xml add:
 <b>
<mime-mapping>
<extension>dll</extension>
<mime-type>application/x-msdownload</mime-type>
</mime-mapping>
</b>

But the windows control now does not show up on IE .

Can anybody help me on this or direct me to some thread which deals with this scenario .
MigrationUser 1  Tuesday, April 13, 2004 12:50 PM
I guess this is a bug of .Net framework 1.1.4322

<OBJECT id="MyObj" classid="Mydll.dll#MyAssembly.MyClass" ></OBJECT>

IE requests for dll component on the port 80 of your server, even your host server is working on 8080.

You may try
  • Install. Net Framework 1.1 SP1 on your client machine that fixed this problem
  • Or, set your web server port to 80
David Z  Thursday, December 08, 2005 4:13 PM

You can use google to search for other answers

Custom Search

More Threads

• Custom action failed to find the executable that is in system %path%
• Custom msbuild targets and ClickOnce
• 2 Windows App. Deployment Questions
• FIPS not allowing build?
• Sudden failure of Click-Once deployment in VS2005
• VS beta2 with production Framework ClickOnce Prerequisites
• smart client problem (multiple files upload sample from MSDN magazine)
• Unwanted MSI appearance after installation
• Deployment ? for the gurrus :)
• ClickOnce and MSI together.