<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Extensibility</title><link>http://forums.iis.net/1030.aspx</link><description>Developers using the IIS platform - this is your Home!  Discuss ISAPI filter or extension development and much, much more.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Install ISAPI Extension DLL in IIS 6</title><link>http://forums.iis.net/thread/1870659.aspx</link><pubDate>Sat, 31 May 2008 22:13:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870659</guid><dc:creator>VReinhart</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870659.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1030&amp;PostID=1870659</wfw:commentRss><description>&lt;p&gt;I have the same exact error message -- here is the command executed on Server 2003 SP2:&lt;/p&gt;
&lt;p&gt;Iisext /AddFile &amp;quot;C:\Program Files\Autodesk\MapGuideEnterprise2009\WebServerExtensions\www\mapagent\isapi_MapAgent.dll&amp;quot; 1 mapagent 0 mapagent&lt;/p&gt;
&lt;p&gt;Gives:&lt;br /&gt;Connecting to server ...Done.&lt;br /&gt;Error while configuring application or extension.&lt;br /&gt;You were not connected because a duplicate name exists on the network.&amp;nbsp; Go to System in Control Panel to change the computer name and try again.&lt;/p&gt;
&lt;p&gt;The computer name is unique on the network.&amp;nbsp; This is a package, with many other dll files besides this one.&amp;nbsp; What can I do?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;Victor Reinhart&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Install ISAPI Extension DLL in IIS 6</title><link>http://forums.iis.net/thread/1870602.aspx</link><pubDate>Fri, 30 May 2008 17:58:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870602</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870602.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1030&amp;PostID=1870602</wfw:commentRss><description>&lt;p&gt;Make sure friendly error messages are disabled in IE.&lt;/p&gt;</description></item><item><title>Re: Install ISAPI Extension DLL in IIS 6</title><link>http://forums.iis.net/thread/1870592.aspx</link><pubDate>Fri, 30 May 2008 16:14:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870592</guid><dc:creator>Salmi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870592.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1030&amp;PostID=1870592</wfw:commentRss><description>&lt;p&gt;hmmm ... what have I missed? &lt;/p&gt;
&lt;p&gt;I created a folder under wwwroot, with a scripts sub-folder. I then copied my DLL into the scripts sub-folder.&lt;/p&gt;
&lt;p&gt;I created a virtual directory under the default web site in IIS.&lt;/p&gt;
&lt;p&gt;In the properties sheet for the virtual directory I put the full path to the scripts sub-folder as the local path. I also set the Execute permissions to &amp;quot;Scripts and Executables&amp;quot;.&lt;/p&gt;
&lt;p&gt;I can see my DLL when I click on the virtual directory in IIS.&lt;/p&gt;
&lt;p&gt;I added a new entry under Web Service Extensions and specified my DLL as a required file. I set this new entry to &amp;quot;Allowed&amp;quot;.&lt;/p&gt;
&lt;p&gt;I compared the properties for my new virtual directoru with those of &amp;quot;Remote&amp;quot;. They were basically the same (except mine does not require SSL).&lt;/p&gt;
&lt;p&gt;In a browser I put the address:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;a href="http://myservername/MyVirtualDirName/MyDLLName.dll"&gt;http://MyServerName/MyVirtualDirName/MyDLLName.dll&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;I am asked if I want to run scripts, and then asked if I want to run ActiveX and plug-ins. I answer YES to both. Specifying just the DLL name with no parameters should just return a simple &amp;quot;no info available&amp;quot; message from my DLL, but instead I get &amp;quot;The page cannot be displayed&amp;quot;. I also tried with meaningful parameters, with the same &amp;quot;The page cannot be displayed&amp;quot; result.&lt;/p&gt;
&lt;p&gt;It seems that the DLL is not being found, or not being allowed to run, but I don&amp;#39;t know what to do about it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Install ISAPI Extension DLL in IIS 6</title><link>http://forums.iis.net/thread/1870500.aspx</link><pubDate>Thu, 29 May 2008 19:17:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870500</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870500.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1030&amp;PostID=1870500</wfw:commentRss><description>&lt;p&gt;Anyway, I think that process might not be necessary.&amp;nbsp; Put your dll somewhere under the web root file path.&amp;nbsp; In the IIS MMC, make sure that on the Directory tab for the folder it&amp;nbsp;has&amp;nbsp;Execute Permissions set to &amp;quot;Scripts and Executables&amp;quot;.&amp;nbsp; You may also need to go into the Web Service Extensions and setup an entry for this dll as well.&lt;/p&gt;</description></item><item><title>Re: Install ISAPI Extension DLL in IIS 6</title><link>http://forums.iis.net/thread/1870496.aspx</link><pubDate>Thu, 29 May 2008 17:43:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870496</guid><dc:creator>Salmi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870496.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1030&amp;PostID=1870496</wfw:commentRss><description>&lt;p&gt;No, I&amp;#39;m working on the server locally, not remotely. I get this problem when logged directly onto the server locally as administrator.&lt;/p&gt;</description></item><item><title>Re: Install ISAPI Extension DLL in IIS 6</title><link>http://forums.iis.net/thread/1870494.aspx</link><pubDate>Thu, 29 May 2008 17:31:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870494</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870494.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1030&amp;PostID=1870494</wfw:commentRss><description>&lt;p&gt;You&amp;#39;re trying this remotely?&amp;nbsp; Can you logon locally or through terminal services?&lt;/p&gt;</description></item><item><title>Re: Install ISAPI Extension DLL in IIS 6</title><link>http://forums.iis.net/thread/1870493.aspx</link><pubDate>Thu, 29 May 2008 17:15:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870493</guid><dc:creator>Salmi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870493.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1030&amp;PostID=1870493</wfw:commentRss><description>&lt;p&gt;Hi Tom, and thanks for your reply - so fast as well. Unfortunately I fell at the first fence. I tried the IisExt /AddFile ... command and I got the response:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; Connecting to server ...Done.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error while configuring application or extension.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; You were not connected because a duplicate name exists on the network.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Go to System in Control Panel to change the computer name and try again. &lt;/p&gt;
&lt;p&gt;I know there is definitely no other computer on the network with the same name. Anyway, I disconnected the server from the network, changed the server name, rebooted and then retried the IisExt /AddFile command. This produced exactly the same result as before. &lt;/p&gt;
&lt;p&gt;I have changed the server name back to the original, but I can&amp;#39;t find any hint what to try next. Any suggestions? &lt;/p&gt;</description></item><item><title>Re: Install ISAPI Extension DLL in IIS 6</title><link>http://forums.iis.net/thread/1870467.aspx</link><pubDate>Thu, 29 May 2008 13:27:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870467</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870467.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1030&amp;PostID=1870467</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/328360"&gt;http://support.microsoft.com/kb/328360&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Install ISAPI Extension DLL in IIS 6</title><link>http://forums.iis.net/thread/1870462.aspx</link><pubDate>Thu, 29 May 2008 12:36:15 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870462</guid><dc:creator>Salmi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870462.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1030&amp;PostID=1870462</wfw:commentRss><description>&lt;p&gt;I am new to web work. I have developed an ISAPI extension DLL in Delphi and debugged it using Delphi&amp;#39;s Web App Debugger. I now have to install the DLL in IIS. I&amp;nbsp;haven&amp;#39;t a clue what to do to achieve that, or how to know what I should enter into a browser to access it. I need some VERY basic instructions.&lt;/p&gt;
&lt;p&gt;I found a very similar earlier post in this forum, but couldn&amp;#39;t follow it. Partly perhaps that is because it concerned IIS 7 rather than IIS 6, and partly because it went straight over my head.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any help would be very welcome!&lt;/p&gt;</description></item></channel></rss>