i have response.contenttype= "application/msword", i follow that with <!--#include virtual="/slof.rtf" --> and it doesnt work, the other version of this file has a string as long as any i have seen, don't know why, this was working until we moved it off an unstable server. when i navigate in my software it shows the text of the asp file rather than executing the instructions.
basic history, it's a report viewing system (old) that uses vb6 and asp2.0 to generate reports that were written in word, do i need to convert the report to html and then add that to the bottom of my asp file.
Is there anybody know how to make <!--#include virtual="myfolder/qqq.asp"> working. My IIS correctly works only with <!--#include files=""> and it doesn't with virtual.
i placed the <!--#include virtual=... tag outside the <% ASP tags, and when trying to import the file from the same directory db.asp, i get the following error:
I am using Response.ContentType = "application/msword" to open the page as a word file (obviously). As an asp page, the page opens great and looks great.
But, when it's opened as application/msword, i get unwanted line breaks after every table as well as table borders and inaccurate table widths that weren't there when the response.contenttype line was commented out.
I'd make it one table but the page is a report that consists of rows and columns... some rows not lining up, hence new table. (it has to be exact).
I have just taken over management of a web site, many pages of which contain the line:
<!--#include virtual="/admin/Includes/conn_Login.asp" --> When I try to load this page (login.asp) I get the error:
Page cannot be displayed Active Server Pages, ASP 0126 (0x80004005) The include file '/admin/Includes/conn_Login.asp' was not found. /CECO/admin/Home/login.asp, line 10
I realise that I have to create a virtual directory but am not sure how to do this.
Full path to file is: C:InetpubwwwrootCECOadminHomelogin.asp
i placed the <!--#include virtual=... tag outside the <% ASP tags, and when trying to import the file from the same directory db.asp, i get the following error:
The include file 'include/db.asp' was not found. /eu_softing/sesso.asp, line 1
I am still writting VBScript code and .asp pages for our Intranet. Recently I learned how to use include files from this site.
I was very successful using include statements as long as I put the include statement inside the subdirectory that contained the asp files I was using.
I would like to put the include files in the root or a seperate directory and be able to call them from a page tghat is in a different directory?
Basically use Plesk to manage websites on a server and in the process of migrating domains. However Plesk creates virtual domains and all my websites use the following syntax to reference asp include files:
<!--#INCLUDE VIRTUAL="/misc/includes.asp"-->
This doesn't work now as the websites were setup with websites and NOT virtual domains.
So how do I successfully reference these files now?
how to assign a variable in a page then in a file that is included write a variable to an include virtual statement that's located in the 2nd included file? I've tried this but it doesn't work Code:
I have 9 asp-sites on a Win2003 server, and would like to use the same include file, but it does not work.
The path for the servers default website (which is not where the problem is) is c:inetpubwwwroot and the rest of the sites are at c:inetpubwwwrootwebsitesSite1 , ..Site2 etc.
I tried using the following on the secondary sites: <!--#include virtual="Websites/Include.asp" --> <!--#include virtual="/Websites/Include.asp" --> <!--#include file="../Include.asp" -->
All works fine on my development machine (Win2k) and on the server (Win2003) when it is accessed through the LAN, but when I cut the LAN and access the server through www (e.g. http://www.site1.dk) it does not work.
I suspect that the internet user does not have rights to the virtual path, but how do I solve that?
What are the best methods for using global constants and variables? I've noticed that many people put all global constants in a file and include that file on every page. This is the best way of doing it - is it not? Once the application has loaded the page it is cached and is immediately available for other pages.
With global variables - the best thing to do would be to use application variables - so long as there weren't too many declared. Is there another (easy) way of using global variables apart from using application variables?
Scenario: I need a virtual directory in Site_B to serve the files in Site_A (without redirecting the request) so I just added for example Site_B/A as a vdir, and set it's home dir to the physical root of Site_A (eg. C:inetpubwwwrootSite_A) sounds simple enough... not for long:
Problem (nb. I tend to use forward slashes as web/iis paths and backslash as windows filesystem paths):
The include files in Site_A reside in: Site_Aincludes and the include statements in the ASP code seem to be absolute virtual paths (if such a thing exists) for example: <!--#include virtual="/includes/header.asp"--> Code:
I'm using Response.ContentType="application/msword" to open ASP page in MS Word 2000 from IE6.0. It's works fine on one computer, but on other IE doesn't recognize type of file and refused to open it at all.Does anyone has an idea what causing this problem?
I want to perform a full-text search for a lot of MSWord documents. So that I have to read the MSWord content and store it to the database. However, I cannot find any solution on it. What should I do if I want to perform a full-text search for these MSWord documents? or any alternative solution for me?
I have a client that originally wanted me to develop their webapp using PHP and MySql.
It now looks like I have to use ASP/MsSql to do the job.
They need to search for words in ms word documents that are to be uploaded to the server. In the PHP environment I could use a PHP class to extract the text from the word document and then put the extracted text in a database field to make it searchable (fulltext index etc). All doable from within one PHP script.
I have looked around the web to find some similar to use with ASP but with no luck.
What I want to do is this: User uploads a .doc document to the web-server. The ASP script should then be able to extract the text from that word document so I can put the text in a db field to enable fast search for matching documents.
Is this doable from within ASP script? Is there any third-party solutions available out there?
I wish to read in the contents of a MS Word document, and then search the text (I am looking for heading styles like Heading 1, Heading 2 etc). From here I wish to construct multi dimensional arrays. But that I can figure out. Anyway, how do you read in a word document, and then search the contents of it? I am assuming the entire contents are passed to a variable!?
I have a problem in that i have a page that works fine and shows all records/Output until i add Response.ContentType=msword
And then i only show every other record.
I probably should have coded the page differently. But for context - it's a school report system and i have setup a Subroutine which queries a database and builds a summary report for a girl. I wanted to print out a class list of these. I.e one for each girl in a class and so i loop around the results of one recordset and within each loop make a new query and create the report. This is probably not the best way to do it.
Anyhow, in the browser it woorks fine. As soon as i add the code to output it to word (or excel ) i lose evry other report.
We have our web-site developed in classic ASP, and I need to add this additional feature on one of the pages to access a VB application. How can I do that? The VB application basically sends output to the COM3 port and opens a USB-Cash drawer that is attached to it. I am not sure how to go about with this.
I have an Intranet site sitting on an Windows XP server, which has IIS 6.0 installed. This Intranet site contains a virtual directory (VD), which sits on a second server and has Windows 2000 installed.
To test how a virtual directory would work for this particular Intranet site, I had previously set up the VD on the web server. Everything worked well...no errors.
Once testing was complete and the location of the VD changed to the second server, I have been receiving the following error:
Microsoft VBScript runtime error '800a004c' Path not found
I understand what this error is saying, but I was wondering if anyone knows of any problems between IIS 6 being on a XP server and the VD on a 2000 server and any possible implications.
Is there a way in asp to create a new default web site within IIS I am setting a content managament system and want to create a new default web site during on of the processes. So for example if people create a new site within the admin section and call it Jacinto this will create a new virtual directory called Jacinto.
This would then be accessed at http://localhost/jacinto
I haven't had a close look at the code yet but it's not in asp/vbscript
Has anybody done it in pure asp.I would like to do it on a site hosted by a third party and I am unable to install any dll's or exe's on the machine because it is a shared webserver.Both .NET and Non .NET would be good
I have a virtual directory set up and it's fine. Now what I want to do is write files into them. When I try to do that it gives me a "path not found" error.How can I do this? Is this even possible?
I have heard there is something called a 'virtual browser' which allows me to check asp and html output on the complete range of browsers without having to download each browser and version (side by side).I did a google search and see a variety of links but nothing conclusive. Is there a standard product experienced asp developers are using.can you point me towards it?What are the limitations and challenges in using this product?
My server has POP but only has SMTP if sending to my domain, and not other domains (such as hotmail). I'm therefore wondering, if anyone knows of any scripts etc, that will allow me to have a sort of "virtual" SMTP server on my site?. (I really can't afford to use a third party SMTP mailer).
In php you can have a script like: http://localhost/page/parameter1/parameter2 where page is acually a php script and the script gets the parameters in $PATH_INFO
I need something similar in asp. If possible without modifying any settings on IIS. Here is a tutorial on how to do it in php. http://www.zend.com/zend/spotlight/searchengine.php
We have aan asp content management system running on IIS6 that produces hundreds of pages from one page template so each page is called mainpage.asp?id=22 and the number at the end changes.
Is there any way of attaching a virtual address to the pages so they could have for example news_story or about-us and control this using a database?
I have a website hosted on an ISP server, my code creates folder and places files in it using the FileSyestemObject. The problem is that I have to write the absolute folder/file path in the createFolder method, and I don't know the absolute path on the server, when i use relative path, the folder is placed on the system32 directory as the root folder (That is where the ASP dll is located). So how can I create folders and files on the virtual directory without knowing the physical path.
I have a page that i find hard to maintain, or add new pages to. It is tha navigation bars down the sides of all the pages. At the moment they are all just like, well a normal page, so when i want to add a new page i need to go through ALL of my pages and change them.
I know there is a way, but i dont know how, to make the asp file call another file and basicaly ask for what goes in the side navigation bar. I have seen this done, it would have used framed, but personaly i think they are evil, you can only stick them to the top, side botton etc.... of a page. And i have made my page so that it is in the centre of the browser.
I created virtual directory(IIS) in which i placed images and scripts.I referred this directory from my application(ASP.Net).But during run time this folder is copied to my application root.How can i avoid this.