R
Romu
Dear all,
I'm pretty new to ASP.net even I have some experience with .net.
For my company, I'm developping a build system, this build system is made
from 2 parts :
- a set of powershell scripts
- an asp.net web interface
These 2 parts are located in the same computer.
The scripts deals with the network creating and copying files on a network
share without any problem.
I'm using impersonation for the asp.net to be able to launch the scripts and
this works pretty well. My only problem is when I want to be able to display
the scripts logs on the client side, they are text files and I would like to
be able to open these files, ideally, using the shell extensions (notepad,
....).
The results are displayed on the web page through a TreeView, I tried 2 ways
to do that without success :
- by using the OnSelectedChange event, the value of the TreeNodes is the
file path,
- by using the NavigateUrl property
In both case, nothing happens, my computing environment is XP Pro SP3, IIS
5.1, asp.net 3.5 SP1, and I'm testing with Firefox 3.
Any help would be realy appeciated, really.
Thanks in advance.
I'm pretty new to ASP.net even I have some experience with .net.
For my company, I'm developping a build system, this build system is made
from 2 parts :
- a set of powershell scripts
- an asp.net web interface
These 2 parts are located in the same computer.
The scripts deals with the network creating and copying files on a network
share without any problem.
I'm using impersonation for the asp.net to be able to launch the scripts and
this works pretty well. My only problem is when I want to be able to display
the scripts logs on the client side, they are text files and I would like to
be able to open these files, ideally, using the shell extensions (notepad,
....).
The results are displayed on the web page through a TreeView, I tried 2 ways
to do that without success :
- by using the OnSelectedChange event, the value of the TreeNodes is the
file path,
- by using the NavigateUrl property
In both case, nothing happens, my computing environment is XP Pro SP3, IIS
5.1, asp.net 3.5 SP1, and I'm testing with Firefox 3.
Any help would be realy appeciated, really.
Thanks in advance.