473,386 Members | 1,799 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Opening Files On Other Server ?

I am trying to open an image file or any file for that matter on a second
server but i am getting security issues. I have usernames and passwords for
this server and they are sitting side by side (not that that matters) but no
matter what i do i cannot read from a web page to the other server file
system. Can anyone help? I have full control over all security on both
server but i still cannot figure out what i am missing?

I am opening a file stream of an image and writing it out to a web page. It
works great from within the same server but when i go off that server onto a
secondary it will not allow access.

Thanks,
Bob;
Nov 18 '05 #1
2 1170
to access a remote resource, the asp.net needs a primary security token for
a domain account with access to the resource. fill in the a domain account
for the site to run under in the web config:

<identity impersonate="true" userName = "domain\account"
password="mypassword" />

-- bruce (sqlwork.com)
"Bob Allen" <bo*@greatsummits.com> wrote in message
news:uq**************@tk2msftngp13.phx.gbl...
I am trying to open an image file or any file for that matter on a second
server but i am getting security issues. I have usernames and passwords for this server and they are sitting side by side (not that that matters) but no matter what i do i cannot read from a web page to the other server file
system. Can anyone help? I have full control over all security on both
server but i still cannot figure out what i am missing?

I am opening a file stream of an image and writing it out to a web page. It works great from within the same server but when i go off that server onto a secondary it will not allow access.

Thanks,
Bob;

Nov 18 '05 #2
That worked great thanks!!!

"bruce barker" <no***********@safeco.com> wrote in message
news:e6**************@TK2MSFTNGP09.phx.gbl...
to access a remote resource, the asp.net needs a primary security token for a domain account with access to the resource. fill in the a domain account
for the site to run under in the web config:

<identity impersonate="true" userName = "domain\account"
password="mypassword" />

-- bruce (sqlwork.com)
"Bob Allen" <bo*@greatsummits.com> wrote in message
news:uq**************@tk2msftngp13.phx.gbl...
I am trying to open an image file or any file for that matter on a second server but i am getting security issues. I have usernames and passwords for
this server and they are sitting side by side (not that that matters)

but no
matter what i do i cannot read from a web page to the other server file
system. Can anyone help? I have full control over all security on both
server but i still cannot figure out what i am missing?

I am opening a file stream of an image and writing it out to a web page. It
works great from within the same server but when i go off that server

onto a
secondary it will not allow access.

Thanks,
Bob;


Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Bob Murdoch | last post by:
I've got an intranet application that presents a list of files in sort of a 'central repository' web page. Each file is an href in the form <a href=file://server/share/path/filename.ext>. When...
1
by: DavidE | last post by:
Hi, Recently, when I try to open files in web projects with visual interdev 6 I get this error message: Server error: Error 2 opening registry key Software/microsoft/shared tools/web server...
11
by: moony marouane | last post by:
Hi all I'm looking for code regarding opening (not saving) binary files (pdf, word, excel...) from hard disk with asp, the website is hosted in C:\ and the pdf files are in D:\. Does anyone...
0
by: siddhath | last post by:
Hi all, When I try to open a .pdf file. browser throws a error that pdf file is nt cached. Site has no cache headers applied and SSL is enable. I think this is the reason for that to happen....
18
by: mollyf | last post by:
I just installed SQL Server 2005 on my PC (the developer's edition) yesterday. I have some scripts written by one of my coworkers to create some tables and stored procedures in a database that...
0
by: =?Utf-8?B?cG9u?= | last post by:
Background: Since Microsoft’s security update 896358, security update 840315 or Windows Server 2003 Service Pack 1, you can not longer open and see topic content in help files on the network....
12
by: mohdalibaig | last post by:
Is it possible to open other files in C during main() execution. Example, i want to open a wave file that generates a sound when ever main() function is called.
0
by: Jeremy Noring | last post by:
Hi, I have an application that loads various settings from the app.exe.config file. This has worked very well on w2k, XP, and Vista. However, recently I've been troubleshooting an issue on...
1
by: Bob | last post by:
Im setting up a fedora core 8 web server. Im currently running everything on another fedora core 6 server (working fine). Ive installed php 5.2.5 and apache 2.0.63 Im getting the following: ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.