Indexing Service Returns Bad Texts In Asp-solution.

I have a problem with a small asp-solution that searches for documents with
indexing service. For some files in the search result I get "bad text"
returned, such as Code:

View Replies


ADVERTISEMENT

Problem When Searching For PDFs With Indexing Service In ASP-solution.

I have a problem with a small asp-solution that searches for PDF-documents with
indexing service.

For some files in the search result I get gibberish returned, such as ....

View Replies View Related

Indexing PDF's Using MS Indexing Service

I currently use MS Indexing Service to search my htm and aspx pages.

I recently downloaded the IFilter tool from Adobe.

When I now do a search it still does not pick up any text in my PDF's.

My PDF's are being indexed and I have stopped / started the Catalaog / Service.

I find it hard to get any documention on the IFilter tool that is downloadable from Adobe.com.

View Replies View Related

Indexing Service

i'm using the indexing service and CreateRecordSet("nonsequential") in asp and i cant retrieve the record although the keywords is matched.

View Replies View Related

Indexing Service IIS 5.0 To IIS 6.0

I've recently transferred our web sites from a Windows2000 server to a Windows2003 server. The transfer went almost flawless until I noticed that our search function isn't working anymore. I'm using an ASP script to use the Indexing Services and have set up my catalogs and directories but I'm getting a 'type mismatch' on one of my Server.URLEncode commands.

Do I need to obtain a new script to utilize the Indexing Services of Windows2003? If so, does anyone know where I can find this or would it be better to use a service such as Google or another SE?

View Replies View Related

ASP And Indexing Service

I'm trying to build a site that based on a user entry searches through the
contents of files on a disk and displays a list of files which contents
match user criteria (basicaly a word).

How to extract a part of the document (paragraph ecc), where the searched
word is found. OLE DB provider for Indexing service provides atribute
Characterization, which returns the subject of the document, but not the
correct paragraph. Is there any other usefull atribute?

View Replies View Related

Searching With IIS' Indexing Service?

I'm fussing around with a first attempt at using IIS6's indexing service
for a web site search page. The trouble is, my site, while not using a
database, is largely dynamic, with much of the content filled in with
variables and includes, and index server only seems to index the actual
code of each file, and not the contents as seen by web viewers. So if I
have my default.asp file dynamically cobbled together by several other
files, default.asp doesn't register in the index with its served content
and so doesn't appear in the search results.

Just wondering if indexing service can be used to search pages within a
site as they appear to the browsing public (like search engines do), or
if it just wasn't made to do that and I should try something else?

View Replies View Related

Connecting To A Remote Indexing Service Catalog

I'm trying to set up a full text search engine on my corp website. Due to the number of documents to be indexed and the strain IS can put on as server, it was determined that the Indexing Services should be run on a dedicated box, instead of on the webserver.

This all makes good sense until I actually try to connect to the catalog in my code. From what I can tell, IIS looks to the local machine for it's catalog sources. Does anyone know if it is even possible to remotely connect to an index catalog?

I've tried adding the server namespace to the catalog name in many different syntaxes, and so far nothing has worked. Code:

View Replies View Related

What Is Indexing

For most ASP apps I write, I send out to another server farm. When the tech takes my code and posts it, he usually looks it over to be sure there are no potential security issues. He said to me one day over the phone while uploading the code, "you should use indexing for your record reads..." I just said, "sure, okay." But I have no idea what the heck he meant. Can someone tell me what he meant?~`^%

View Replies View Related

Indexing

I have a script to search my site which is written in asp and works with the indexing server in IIS5. The problem I have is that I want to able to specify what directories it needs to search and only search within the region the user is in. There are 2 catalogs in the indexing server and I will be creating a catalog for each region.

View Replies View Related

Web Indexing

i need to grab all the urls which are linked to specific webpage.its like indexing.

View Replies View Related

Indexing Search

I'm trying to set up a pdf search using windows indexing service, but i'm getting the most random results in the world. it's seatching throught a directory of just pdfs, and if i search for pdf, they all come up, but is i search for 103 then 103.pdf wont come up but things like 034.pdf and 29.pdf will - any ideas?! i'm using the windows IISSamples

View Replies View Related

Catagory Indexing

I have created 3 tables (Products, Catagories, Catagory Index) I use the catagory index to assign products to multiple catagories.I am stuck with the SQL to join the catagory index with the products so I can pull the products out - I have created the relationships,tables are below:

Products
Prodcode (PK)
other fields

Catagories
CatID (PK)
Catname

Catagory Index
ID
ProdID
CatID

as stated I am using the catid to identify the products and would appreciate assistance with the SQL to access the rest of the product data.the CatID is passed to the page via a url parimeter.

View Replies View Related

Search Engine Indexing

If I have a asp file with a small chunk of asp in the top, and the remaining code is just hardcoded html:

<%Some asp code%>

<html>
<head>
<ETC>

WILL search engines still index and 'pick up' the actual text, titles, etc, of the html?

View Replies View Related

Trim String And Indexing Server

Ok, I have this code:

For i = startCt To endCt
' Get the document title. If it's blank, set it to "Untitled".
Dim docTitle,path,desc
Dim tObj
Set tObj = results1(i)
docTitle = tObj("title")
path = tObj("vpath")
desc = tObj("desc")
.......

Now, results1 comes from the ms indexing server.

Problem with some of the results is the title is an empty string, so no link.

If I query the catalog in comp mgnmt, no problems.

So, indexing problem or something else.

I can use the path and get the doc name there if empty.

Also, does asp have a string.trim like .net? ....

View Replies View Related

Full Text Indexing Website

I have an Access database driven website using ASP in IIS 6. On my website, I have a discussion forum, I wonder how can I add a full text indexing feature into my forum. So for example, when someone wants to search the word "fish" in the forum. All threads that contains the word "fish" should popup as the search result.

View Replies View Related

Asp Solution?

1. SELECT VALUES FROM TABLE A WHERE ID=5

2. I create an array x(0,n), and I populate n with the values based on
select above.

What I have... I have x(0,1)
x(0,2)
x(0,3)... and so on.

Result:> I need to have variable called
varx that should consist all the values from x(0,1), x(0,2), x(0,n).

So I need to declare varx = x(0,1) & "," & x(0,2) & etc.

1. question. I don't know how many elements I would have, coz they depends
on "select".

2. Can someone give me example how I can dynamicly create (parse) this
values in single variable, so I can send this values to pageB.asp

View Replies View Related

Need A Solution

After a member registers, he's able to access and download any file
available. We want to avoid the end user being able to distribute an URL
to these files thereby making it simple for other users to download them.
Solution I'm working on:
I have a variety of files (html, pdf, doc, xls, and others) sitting
outside my "wwwroot" folder. I have an ASP script which checks the MIME
type for the given file and now, my problem is, how do I use the
FileSystemObject to grab those files and display them to the user?
Let's suppose the user is requesting demo.html. I use the FSO to open
the demo.html in the folder outside the wwwroot, and then set the mime
type and then what do I do? Response.write? What about binary files
which need to trigger a download action?

View Replies View Related

Forum Solution

my client wants a forum integrated in his website. Ive found some existing forum solutions (snitz, carbon communities etc...). These are great, but my client wants the forum working whereby when a user posts, the post is sent to the clients who then confirms or denies the post. The forum is for a school, hence the very tight regulation of posts.

Does anybody know of an existing forum which allows this functionality (preferably a free forum).

View Replies View Related

Print Solution

I am trying to implement a printing to file solution of a html page on the server. What I have is a form with a IE control that loads the page I want to print to.

I am using execWB command for printing. Printer's port is set 'To file'. Everything works fine when I am running that component from a desktop apps. But when I call that component from an asp page nothing is happening. I dont see any dialogs popping up on the screen.
BTW, if I print to a printer works fine either.

View Replies View Related

Easy Solution

I'm hoping for an easy solution to this that I'm not seeing that
someone more experienced will.
All I want to do it mark an option tag as selected....

<%
hourCounter = 1
Do WHILE hourCounter <= 12 %>
<option value="<%=hourCounter%>" <%If hourCounter =
hour(rsCalendarEdit("fld_calendar_DateTime")) Then Response.write "
selected" End If %>><%=hourCounter%></option>
<% hourCounter = hourCounter + 1
Loop
%>

The trouble is if the time is "PM" I have a problem as you can see. Is
there a method or property here I can implement that I'm not seeing?

View Replies View Related

Any Integrated ASP & FTP Solution

I'd like to know if there is any robust FTP solution out there that
integrates well with ASP applications. In particular, it has to allow huge
uploads over 3 gigabytes in size. It must have the ability to resume
incomplete uploads by the users.

View Replies View Related

Charting Solution

What's the best free method of getting attractive looking charts to display data from a DB.For example, in my next project i will need to show the change in someone's weight over time. The different weight in pounds(lbs) will be entered into the database along with the date that the weight was entered.

Whats the best way to show it? I can't install any 3rd party com's on the server.I have seen a website offering a flash based solution. Is this the best way? Ideally i would like a line graph, rather than a bar chart.

View Replies View Related

Dictionary/Solution!

I need an ASP dictionary/glossary script. I saw a bunch of options online for PHP but almost nothing for ASP. I'm not a programmer....but can install working code and connect a database. can anyone recommend a tutorial or even better a finished working piece of code I can implement to create my own dictionary with custom definitions?

View Replies View Related

AdRotator Solution

I am using adRotator to rotate some reminders on my intranet site. I have a
redirect page name redirect.asp that recieves the querystring variable, 'url'
and redirects the user to that page. One of the reminders should be
redirected to a url that contains query strings itself. The url passes in the
string up to the first '&'. What should I do. Here is the code on the page
displaying the ad: Code:

View Replies View Related

ASP XML Returns

I currently am posting data to another site with ASP and in return that site returns a page that is XML. How can I grab this data programatically?

This is what the returned page looks like:

<?xml version="1.0" encoding="UTF-8" ?>
- <!-- Turnitin API Return Data
-->
- <returndata>
<rmessage>Successful!</rmessage>
<originalityscore>92</originalityscore>
<rcode>61</rcode>
</returndata>

View Replies View Related

Relative Paths Solution

Can anyone help me find a solution to quickly working out relative paths to
a folder in the root of my server...

Although it easy when you go - say - two levels down:

.../includes

it becomes increasingly difficult to ball park the folder when you go deeper
and wider down:

.../.../.../includes

....How do you guys get a quick fix on where the hell the folder or file is
and use that path in asp?

View Replies View Related

Looking For A 'change Password' Solution

I am looking for an asp change password solution. I know there are very
efficient ways of doing it and perhaps you have some samples or ideas.

Basically I would like the user to be able to change their password. Then a
link is mailed to their email address on file and when they click on the
link, they are taken to a place to type in a new password.

View Replies View Related

Submit Button Solution

i have a simple form in a html page.
the form successfully sends data to my database using asp.
currently sending details using
<input type="submit" value="Submit">
which as you know uses the small grey box Submit button.
what i would like instead, is that instead of using this default button to submit..
i could replace that with a roll over image, that is compiled of the 2 files
submit.gif and submit-white.gif
and when it is pressed, the form details are posted, how can this be done

View Replies View Related

Mod_rewrite Or An Alternate Solution

I am in need of something like mod_rewrite or an alternate solution.

I have a client, who's website is all HTML files (200+ files) and was previously password protected by javascript only. Anyway, what I need to do is password protect the site using a better solution, which would be a server side scripting obviously.

I am familiar with apache's mod_rewrite and PHP, which would make this problem easy to solve by simply passing the HTML file to a php file, then after neccessary security checks, pass the requested html back to the browser..

The only problem is that its on an ASP server and I have no knowledge of ASP. I am not even 100% positive what kind of server it is, I just know that .asp files work in it and .php does not.

Anyone know of something like mod_rewrite for ASP or an alternate solution that would work in my situation?

View Replies View Related

Domain Parking Solution In ASP

Anyone have Idea on how to create Domain Parking solution.
I have more than 150 domains which I want to park.
I m expert in ASP . Kindly Reply with an Idea / Logic behind domain parking solution.
I want something like goldkey dot com or Coolgoogle dot com

View Replies View Related

Building Solution Bugs My ASP

i recently started learning ASP and now i am trying to do some on my home computer.

After doing a few things in my ASP.Net application, i click Build -> Build Solution and then it says this in the output window:

Preparing resources....
Updating references....
Performing main complation....

and then it stays bugged at that section. Then i can go back in build and cancel the building process...

Anyone know what might cause this, my computer is fairly recent and i did re-install Visual Studio .NET to try and fix this problem without any success... I also tried making other applications and it does the same thing...

View Replies View Related

Client Timeouts. Need A Solution

we have a page, that posts some search results to the server.

however it takes a while to execute and return to the client.

we added a server.timeout = 120 to the asp script. but it still timesout

is there a "USER FRIENDLY" way to redirect the client to another page, pending execution of the server results ???

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved