Vb.net - Open A File Stored On A Shared Area?

Jan 12, 2011

I'm working on a web application that stores some Office document (and any other kind of doc) on a remote shared area. I need to allow user to view the files available on shared area using my web application, how can I do that? Some years ago I solved this issue with Java / JSP opening into an output streaming the file, how can I do the same with ASP.NET and VB.NET? there is another way to solve my issue?

This is how I organized my application:

C:Webapp -> Webapplication
emoteserversharedfolder -> shared area

The owner of IIS process is the only user that can write / read the shared area.

View 1 Replies


Similar Messages:

Web Forms :: Open An Empty File Stored In Database?

May 26, 2010

i'm a beginner with asp ent 2.0 and ajax 1.0

i have a web page with an input file for to stored the document selected (pdf, txt, doc, ...) in dabase as an image type save is ok ! retrive too ;)

but i have some problem when i try to open the selected file and this selected file is EMPTY i have this error ;

Specified argument was out of the range of valid values. Parameter name: offset

here is it my code, i stored the file name in the link button and when i click on the link button i do this :

[Code]....

View 2 Replies

MVC :: Area And Default Route / Doesn't Work When Open Website?

May 30, 2010

I use in my application 2 areas: Website and Admin. I will put all controllers and views in these areas, not in root application. So I would like to have default route 'Website/Mycontroller/Myaction', not 'Mycontroller/Myaction'. I have changed Global.asax.cs:

[Code]....

to:
[Code]....

but now my application doesn't work when I open website http://xxxxxx.pl.

View 9 Replies

Public Shared Properties - Where Are They Stored

Oct 4, 2010

I have the following code in a class in which I call from different pages, I wanted to know where this info is being stored at as I can see it from different pages.

[Code]....

Also, is this saved on the browser session? IIS? will whatever being set from 1 user be affected by every other user on the site?

View 5 Replies

Private Shared Vs Public Shared Vs Protected Shared

Jan 5, 2010

let me know what does these access modifiers means.private shared vs public shared vs protected shared

View 5 Replies

MVC :: Area Controller To Inherit "Shared" Controller?

Mar 11, 2010

Say I have several Areas that are baed on user roles.Differnet roles have different functionality, but also have some "shared" functionality like say "Payments"Now, I created a PaymentController (and it's views for listing, creating messages) in Shared (not an area) and it works fine.

Would it be possible (and how?) to create a PaymentsController class in one of the Areas, have that inherit the PaymentController Class in Shared?

If I can do this, I can successfully share common functionality across areas, and at the same time extend the derived controller to include some 'area specific' functionality to common shared controllers. (Such as the "REturn to xxxx" text and route of the returnurl, which are a bit more complicated than I just made it sound)

View 3 Replies

AJAX :: Like To Close The ModalPopup By Click On The Area Surround Area Of The Pop Up Panel?

Feb 23, 2010

I used ModalPopup Control on this link, [URL]How should I write the code that to close pop up by click the area outside the pop up panel?I use AjaxControlToolkit-Framework3.5SP1

View 7 Replies

Web Forms :: Error When Trying To Open A Csv File From The Open File Dialog Box , IE 7?

Mar 3, 2011

When i try to open a csv file from my asp.net 3.5 app by clicking on the link provided, a file download dialog box appears.When i click on the open button from there , i get this eror

C:Documents and settingsUserNameLocal SettingsTemporary Internet FilesContent.IE5X9TXTM06myfilename.csv could not be found .Check the spelling of the file name and verify that the file locationis correct?

Wjy am i getting this error? I am trying to open a file and it complains about file not found in the Temporary Internet Folder.I tried deleting the temp intrnet files.Dint work.I have IE 7 on xp professional sp3. Also i am streaming the file from the application. This happens only to some files and the rest of the files , i can open .

View 1 Replies

Web Forms :: Disable The Input Area Of File Upload Control?

Oct 25, 2010

i want that when a user selects the file to upload then the text area of file upload control should get disabled,only the browse button should be enabled.i want to prevent the user to edit the path of the file upload control..

View 2 Replies

Web Forms :: Open PDF File Directly In Browser Without Open Save Dialog?

Feb 22, 2013

I have created a pdf file using aspose and need to open it without saving the pdf.Is it possible.

View 1 Replies

Open A File Share Link From Window.open Javascript?

Aug 2, 2010

I am trying to open a file share link from the window.open ... but its adding the http://localhost/vdir/ before the path can any one say what is the problem?

View 1 Replies

Looking For File Uploading In Shared Server

Jan 11, 2011

i ve deployed many applications with file uploading feature on dedicated server and never got any issue. but it is not working on shared sever :( .. i think Server.MapPath("~") is not working on shared server. as in shared sever i am unable to find those directories which must for uploading.

m using following code for creating directories

string RootLocation = Server.MapPath("~") + "\";

string siteUploads = RootLocation + "uploads" + "\";

Directory.CreateDirectory(siteUploads );

View 6 Replies

On User Click Open Button It Should Open Txt File?

Nov 12, 2010

When the user clicks on "OPEN" button, It should open up that(.txt) file which is on the file server in ReadWrite Mode (like in notepad) without any Access Issues.

Or simply has to be openend as temporary READONLY .Txt File. So that the user can close after viewing it.

View 8 Replies

MVC :: Consuming Mvc Portable Area / Call Embedded Portable Area View From Another Web Project?

Nov 18, 2010

I have created a simple mvc portable area project with a simple view displaying hello world.

In the portable areas project i added the view as embedded resource ,compiled to dll and added the reference

in the consuming web project.

How can i call the embedded portable area view from another web project

View 2 Replies

Download File From Shared Folder On Remote Server

Feb 1, 2010

On remote server i have shared folder. If there any way to download file from this shared folder on local machine? Without using ftp. Server dont have iis or something like this,just have shared folder.

View 1 Replies

Web Forms :: Shared Same Content File With Two Master Pages

May 18, 2010

I just want to ask something about master page. My requirement is that I want to use two master pages like different banners and want to share for same content page for easy maintenance purpose. Master Pages will be changed depend on login users.

View 2 Replies

DataSource Controls :: Restore Database From Shared File?

Jun 17, 2010

I need to restore the database daily. I have a BAK file in shared folder. I have to restore it from my machine. I have used the below script to restore the database but I am unable to restore it. Its throwing error. I have shown the script and error what I got when I execute my Store procedure.

CREATE Proc GetRestoreDBS
(
@BakPath varchar(1500)
)

[Code]....

View 5 Replies

SQL Server :: How To Open And Execute Stored Procedure

Aug 10, 2010

how to lock a stored procedure..

if its lock how to open and execute that stored procedure..

View 2 Replies

Web Forms :: Open A Word Document Or PDF Stored On The LAN

Nov 22, 2010

I need to be able to click on a button and have it open a word document help file that is stored on the LAN (e.g. \serverfilepath.doc). The word doc can be opened in Word or in the browser, which ever is easier. What's the easiest way to do this?Opening a PDF is even easier, I'm open to that option as well. I'm running Visual Studio 2008 with VB codebehind.

View 3 Replies

Web Forms :: Find Netapi32.dll / Access File From Shared Path?

Mar 7, 2011

I am trying access a file from shared path and I face this error.

View 3 Replies

Display List Of Html File & Folders From A Shared Folder?

Mar 11, 2011

We have an aspx page that displays list of html file & folders from an shared folder. The html files and folder within this shared folder is being maitained by the end users. These are the static html files. When user clicks on any of the file, our .net code open up that file in the new window.

Recently there was an change in the requirement. End user wanted to display some of the data dynamically in the HTML page. We the asked end users to replace the static/hard coded data(eg. City name) within the html files. Find below sample code for your reference

Existing code in html

[Code]....

New code in html

[Code]....

To achieve this our .net code looks for the tag values(State or City) within the lookup table in SQL DB. It then gets the value from the respective tag from DB and replaces the custom tag with the DB value

Eg: <TAG:DYNAMIC value="State"> is being replaced by the value of the State tag in DB.

In order to achieve this we parse the entire html file and then replace the dynamic tags with the DB value. The parsing happens quick in smaller html files but takes almost 10-12 secs to parse bigger files (around 255KBs). We also noticed that even though we increase the number of our custom tags within the bigger files, the code takes same time to open the parsed html file. So it looks like DB hit is not an issue and looks like the issue lies in the parsing of the files. Find below code that parses the html file

[Code]....

On further analysis we noticed the while loop within the above code takes longer to execute. Let me know if there is any better and faster way to parse bigger html files.

View 1 Replies

Web Forms :: Open Word Document Stored As A Blob Into An Iframe?

Apr 14, 2010

I am pulling word documents that have been stored in our db as blobs and presenting them to the user. As you can see below, I am writing to the http stream via BinaryWrite. This is causing the Microsoft Word application to open in a separate window. My goal was to open the word document inside of the browser instead. Preferably inside of an iframe within the browser. Is there a way to target an iframe by some analog of the method below?

[Code]....

View 3 Replies

Forms Data Controls :: Open New Page And Call Stored Procedure?

Apr 14, 2010

Using VS 2008 and SQL Server 2005.

I have a Gridview control on a page (e.g. customers.aspx) which lists a sub-set of records (e.g. Customers). I also have a SELECT stored procedure which populates the fields in a Formview control on another page (e.g. custDetails.aspx), based on the ID (e.g. CustID int) that is passed to it.

I would like for the user to be able to click on the "View" linkbutton beside one of the Customer records and open up the new page with the data for that Customer populated by the stored procedure.

I have read about using a Datakey from the Gridview control but I'm not sure how that relates to the CustID and also, whether or not I could use it to pass to a stored procedure in another page. Would I need to set a global (i.e. static) variable?

View 4 Replies

Data Controls :: Open Word Document Stored In Database And View In Browser?

Apr 19, 2014

how we can open word,pdf,txt document which is saved in sqlserver database in binary format.

View 1 Replies

WCF / ASMX :: Want To Delete The File Using The Same Web Service Where Stored That File In The Another Database?

Aug 9, 2010

I m accessing another application by consuming webservice of that application. I m sending file to store and retrieving file from other dabatase. Web service is the only to access another application.Now, I want to delete the file using the same web service where I stored that file in the another database.I m getting exception and I m unable to figure it out.

View 2 Replies







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