Web Forms :: Downloading A Word Document From Server With SSL?

Jul 9, 2010

We have an app that hits a database, pulls back the data and puts it into the correct labels, etc on a web page, then opens it as a word document. Testing locally and on our test servers, everything works, but not on production. On production, the window starts to open, the document is never actually generated (so you see an empty window opening), then the window quickly closes.

We're using a javascript function window.open to open the document. The user clicks a command button to view the data as a word document, and it should open and let the user save, print, etc. A direct link to the web page works, but not the javascript.

what headers we might need to add to make this work in our production environment? So far the only difference we can see in the environments is SSL.

View 1 Replies


Similar Messages:

Configuration :: Downloading Word Templates From IIS 6 Server?

Mar 17, 2010

I have an ASP.Net app that downloads MS Word templates (.dot) files from our IIS 6 server. I download the templates in client-side script using the ActiveXObject('MSXML2.XMLHTTP') . It works like a champ!

The problem is when I update a template file on the server with an updated version. When any users on the site go to download the updated version, the old one comes down. Hard for me to believe, but it's happening. I have the 'Check for New Versions of Stored Pages ' option check as 'Everytime I visit a webpage'.

It seems like the original file is in a cache somewhere - I'm not an expert in IIS 6 - so am I missing something in the II6 Setup?

View 1 Replies

Web Forms :: Save Word Document Retrieved From SQL Server?

Jan 4, 2011

Now I can upload image/Word document and store it in to our SQL database.

Also I can save image retrieved from our SQL database.

But I am having problem with retrieving Word document.

Right now I am doing this for word document:

[Code]....

This works, but IT ONLY shows in the browser. (I WANT TO SAVE THIS AS .DOC IN ONE OF OUR FOLDER)

For images (*.jpg *.gif) I can save it in our folder. Like this:

[Code]....

This saves as temp.jpg in our Temp folder.

I want to do exactly the same with word document.

But I cannot use Bitmap as image. It gives me error...

View 5 Replies

Web Forms :: How To Store And Retrieve Ms Word Document In Sql Server 2000

Jul 1, 2010

iam using asp.net with c# with back end as sql server 2000 i want to store and retreive ms word document 2003 or 2007 using asp.net with c#...

View 1 Replies

Web Forms :: Open Word Document In Word Program Not In Browser

Jan 11, 2011

I have a word document which opens in a web browser using ASP.NET 2.0 this is the code:

[Code]....

THIS WORKS, PROMPTING THE USER WITH "OPEN" "SAVE" "CANCEL" OR SOME USERS WITH "SAVE" "CANCEL" DEPENDING ON USER INTERNET SECURITY SETTING. BUT FOR SECURITY ISSUES, MY BOSS WANT THIS WORD DOCUMENT TO BE OPENED IN WORD PROGRAM. (MICROSOFT WORD 93,97 ETC) IS THIS POSSIBLE....? OFCOURSE SAVING THE FILE IS OKAY, JUST OPENING THE DOCUMENT SHOULD BE NOT BROWSER.

View 3 Replies

Web Forms :: Convert Word Document To PDF Document Using ITextSharp

May 9, 2012

I want when user upload  a doc file it convert into pdf. How can i do this. I read that itextsharp convert it.

View 1 Replies

Storing A Word Document In Sql Server?

Mar 23, 2010

How can I store a word document using an upload control in sql server? Also is there a better way to store a word document without using an upload control

View 7 Replies

SQL Server :: How To Store Word Document

Aug 10, 2010

How To Store Word Document in Sql Server

View 3 Replies

SQL Server :: How To Import Word Document

Dec 20, 2010

how do i import whatever is in a word document(including bullets and tables and images) into sql server

View 2 Replies

SQL Server :: How To Display The Word Document

Aug 10, 2010

how to display the word document which is binary document which is stored in database?

View 2 Replies

Configuration :: Cannot Open A Word Document From Web Server Machine

Mar 26, 2010

I wrote an web form application in C# to open Office Word 2007 documents from the application. This worked perfectly testing in my development environment. But after deploying my application to web server, the documents do not open and I get the following error retrieving the com class factory for component with clsid failed due to the following error: 80040154

It looks like it may be because Office Word 2007 is not installed on the web server box. Would installing it on the web server be the solution, or is this a bad idea. If it is not the solution, then would is an alternative way to do this.

View 2 Replies

How To Save The Created Word Document On Database, Or On Server Folder

Feb 14, 2011

I am Generating a Word Document by using Following Code:

StringBuilder str1HTMLContent = new StringBuilder();
str1HTMLContent.Append("<html>".ToString());
str1HTMLContent.Append("<body>".ToString()); [code]....

The word file is Created and popup on windows .How can i save this created word Document on Database, or on server folder?

View 2 Replies

C# - How To Download Word Document Stored In Database As Content Data In Sql Server

Jan 4, 2010

How to download a word document which is stored in database, sql server as a content data through C#? This is my Code I'm using:

string doctype = dtResumeInfo.Rows[0]["ContentType"].ToString();
string docname = dtResumeInfo.Rows[0]["FileName"].ToString();
//[code]....

But, it is showing the following error:SubStatusCode 'Response.SubStatusCode' threw an exception of type 'System.PlatformNotSupportedException'
base {"This operation requires IIS integrated pipeline mode."} System.NotSupportedException {System.PlatformNotSupportedException}
Headers 'Response.Headers' threw an exception of type 'System.PlatformNotSupportedException'

My IIS version is 6.0 where I published. Donwloading word document can be done only in IIS 7. So, this is the cause of the error. Is there any other way to overcome this problem? Any other code will support lower version??

View 2 Replies

How To Open Word Document 2007 And Save Format As .xps At Server Side

Nov 3, 2010

How to open word document 2007 and save formate as .xps at server side.

I want the user to open word docx at server side user will click the button to open document which will be execute at server side. I want to show to my client a xps formate of docx which will be converted at server side(from .docx to .xps).

My code is running on local correctly. but at iis5.1 it's not working & giving an exception :-

System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005.

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

[Code]....

View 1 Replies

SQL Server :: Full Text Search In A Word Document - How To Highlight The String

Aug 17, 2010

I´m currently programming a web search application in ASP.Net and having problem with full text searching. My requirements are:

1. Save a byte array from SQL server to word document as a temp file in a server side?

2. How to highlight the string I am currently searching in the Word document and return to the user the sentence with the highlighted string (like on Bing or any other search engines)? Is it possible to fullfill this requirement with full-text search integrated in SQL Server 2008?

View 1 Replies

Msword - Convert Word 2007 Document To Word 2003 Programmatically ?

Apr 15, 2010

any component or library (preferably open source) that would allow me to convert Word 2007 documents to Word 2003 with ASP.NET?

View 3 Replies

Controls :: Read And Import MS Word Document To Database Using Microsoft Interop Word Library

Feb 25, 2016

I have QuestionTable.

ID Question Answer1 Answer2 Answer3 Answer4

But I want import from MS Word into table. I have question like this:

Question:   @1.The capital of India.

 Answer:$A) Dushanbe;$B) Moscow;$C) Delhi;$D) Kabul;

@2.The capital of Tajikistan.

$A) Dushanbe;$B) Moscow;$C) Delhi;$D) Kabul;

@3.The capital of Afganistan.

$A) Dushanbe;$B) Moscow;$C) Delhi;$D) Kabul;

Output result:

ID Question Answer1 Answer2 Answer3 Answer4

1 1.The capital of India. A) Dushanbe; B) Moscow; C) Delhi; D) Kabul;

View 1 Replies

MS Word Mailmerge Like Functionality To Allow Export To Word Document From Web Application?

Jul 5, 2010

I have requirement where I need to allow users to upload a Word document with place holders for certain fields which can be found in the database. This will be their template. For example the place holders might be prepended with @@ or something. For example

Dear @@Title @@Lastname

They then can grab a record and hit export to Word document. This will then let them choose the template. They can select the template and then click continue. I will then get the template and replace the @@Title with the title field in the database for the selected record. I am not sure where to start or what components I need to do this.

From my initial investigation it seems that I can do this with the new open XML standard for Office 2007. So perhaps I should read in the template and save all the contents to a db table somewhere. Then when the use wants to export I get the contents again and then do a search and replace for the @@ placeholders and link them properly. Then save the document to the output stream again which will then bring up the save dialog on their browser.

I am using ASP.Net MVC and am in a hosted environment. I was also maybe contemplating dynamically creating a new View type and dynamically creating new views when the user uploads a template. Not sure that this approach will work though.

View 2 Replies

Set An Index To A Single Word On Word-document, By Some Asp Commands?

Mar 3, 2011

I would like to know about commands of : How can I set an index to a single word on my word-document, by some asp commands.(Word-basic ...)Also, how to merge two files to a single word file (rtf).

View 1 Replies

Convert Word Document To PDF Document?

Jun 10, 2010

I want to convert to Word Document in a PDF document. I do not want to use any third party control. I want to do it on my own. Can somebody tell me how to start with it?

View 7 Replies

Web Forms :: Displaying Word Document With Vb.NET?

Nov 26, 2010

Issue with my application is I am able to save word document but not able to see online. I am using .Net Framework 4.0, MS Office Word 2003.

Here is the code:

1) test.aspx
<%@ Page Language="VB" %>
<%@ Import Namespace = "Microsoft.Office.Core"%>
<%@ Import Namespace = "System.Runtime.InteropServices"%>

[Code].....

When I click form button, it does saves the document but not shows to the client.

View 13 Replies

Web Forms :: Display MS Word Document In HTML Via ASP?

May 18, 2010

I have never used ASP before!I have a server which has a shared folder where all quotes for our small business are saved.I have setup a HTTPs website with authentication, which then allows you to browse the folder contents as HTML. If you WORD installed on your machine you can download and open. No need to be able to save or anything - it is for viewing only.

The trouble I have is that every now again you are on a site where you cannot open the document as there is no software to do so. I would like to be able to display the WORD doc in a web browser.I have googled and it seems it is possible, but I am struggling with a result.All I want to do is view the WORD document in an HTML page. It could even be just the text less the formatting and header/footer if this was easier to achieve.Running MS Server 2003 SBS, and currently still using MS Office 2000!

View 2 Replies

Web Forms :: How To Convert A PDF File In Word Document

Jan 11, 2010

i want to convert a PDF file in word document.i is possible or not.then how .send me some appropiate solution.

View 14 Replies

Web Forms :: How To Upload Word Document And Download

Mar 12, 2010

In my project i have to Upload and Download word document ...Once it is downoaded that content should be Readable also.

How Do I Upload Word Document using C#....and That Document Should be Downloaded as well..

Can we save that word Document in Database or a Folder?

View 2 Replies

Web Forms :: Embed A Word Document Into Webpage?

Aug 30, 2010

I want to show a new word file opened in a panel/div/frame on web page. I have tried with Iframe but when page loads completely it opens as open save dialog but I want it to be opened on web page.

View 2 Replies







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