Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS aspx remote access to other server (write perm.)

Status
Not open for further replies.

taz97

Programmer
Jun 7, 2001
17
CA
Hi!
sorry for my english, i'm french speaking.

We have some Win2K server with IIS5. We want, with a application (aspx) write some files to another server of the domain. All servers use Integrated Windows authentication (IIS). I would like to know if it's possible to do that. Write file to another server with application (aspx) from Intranet web site. Thanks !
 
sorry everyone...

Ca dépend avec quel context l'appli asp.net tourne... Tu peux essayer d'accéder à un partage via le code, et puis faire executer l'application avec un compte de domain à la place du compte asp.net.

vérifie le modèle d'objet System.file et fais des tests bidon, genre créer file.txt ou un truc comme ça...

faut tester differents trucs en débogage, voir si tu te fais accorder le droit d'ecrire.

_____

It depends on the security context that the application is running in... might have to use a domain account. Check the System.File object model and test different ways of accessing a share and writing a simple text file, with the debugger. It'll let you know if you are refused write access...

bonne chance

Aftertaf

"Solutions are not the answer." - Richard Nixon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top