I’m currently working with Zoom Search free edition and would like to purchase the Professional edition, but first, I’d like to get the free edition to work. It’s not so I must be doing something wrong.
I’m using Visual Studio 2008. My development computer is Vista Ultimate. My server is running Windows Server 2003. I test a website on my development computer and then publish it to the server. I’m currently developing/enhancing 2 websites. Both are ASP.Net and most pages are aspx. Each site is secured with user names and passwords and is role based. Users must be a member (included in the respective role.) The search page is within each member folder, and the pages to be searched are within the folder.
I ‘m guessing that I must buy 4 licenses - one for each application on each computer. Is this so?
Here’s what I’ve done thus far:
I installed the free edition in the member folder of one of the applications on the development computer. Zoom Search software created a bin folder and placed ZoomASPX.dll in it. It did not make any changes to the web.config file in the member folder. I assume that it never intended to modify web.config.
I then ran the Zoom Engine Indexer, which created a search.aspx page, settings.zdat, search_template.html, zoom_dictionary.zdat, zoom_pagedata.zdat, zoom_pageinfo.zdat, zoom_pagetext.zdat, and zoom_wordmap.zdat, all in the member folder.
Search.aspx contained the following:[/LIST]<%@ Register TagPrefix="ZoomASPX" Namespace="ZoomASPX" Assembly="ZoomASPX" %>
<ZoomASPX:ASPXSearch id="ASPXSearch" runat="server"/>
ZoomASPX had a wavy line under it with an error message that stated: Unrecognized tag prefix or device filter “Zoom.ASPX. This error prevented me from continuing and viewing the search.aspx page.
What has to happen to get rid of this error?
Assuming that the error is resolved, how are the search text box and search button generated?
Thanks, Robert Piro
I’m using Visual Studio 2008. My development computer is Vista Ultimate. My server is running Windows Server 2003. I test a website on my development computer and then publish it to the server. I’m currently developing/enhancing 2 websites. Both are ASP.Net and most pages are aspx. Each site is secured with user names and passwords and is role based. Users must be a member (included in the respective role.) The search page is within each member folder, and the pages to be searched are within the folder.
I ‘m guessing that I must buy 4 licenses - one for each application on each computer. Is this so?
Here’s what I’ve done thus far:
I installed the free edition in the member folder of one of the applications on the development computer. Zoom Search software created a bin folder and placed ZoomASPX.dll in it. It did not make any changes to the web.config file in the member folder. I assume that it never intended to modify web.config.
I then ran the Zoom Engine Indexer, which created a search.aspx page, settings.zdat, search_template.html, zoom_dictionary.zdat, zoom_pagedata.zdat, zoom_pageinfo.zdat, zoom_pagetext.zdat, and zoom_wordmap.zdat, all in the member folder.
Search.aspx contained the following:[/LIST]<%@ Register TagPrefix="ZoomASPX" Namespace="ZoomASPX" Assembly="ZoomASPX" %>
<ZoomASPX:ASPXSearch id="ASPXSearch" runat="server"/>
ZoomASPX had a wavy line under it with an error message that stated: Unrecognized tag prefix or device filter “Zoom.ASPX. This error prevented me from continuing and viewing the search.aspx page.
What has to happen to get rid of this error?
Assuming that the error is resolved, how are the search text box and search button generated?
Thanks, Robert Piro
Comment