Click here to Skip to main content
15,886,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to trigger event when user press Enter key in textbox? Pin
Vertyg03-Jan-07 4:48
Vertyg03-Jan-07 4:48 
GeneralRe: How to trigger event when user press Enter key in textbox? Pin
Martin#3-Jan-07 4:54
Martin#3-Jan-07 4:54 
AnswerRe: How to trigger event when user press Enter key in textbox? Pin
V.3-Jan-07 4:34
professionalV.3-Jan-07 4:34 
GeneralRe: How to trigger event when user press Enter key in textbox? Pin
TrooperIronMan3-Jan-07 6:43
TrooperIronMan3-Jan-07 6:43 
AnswerRe: Strange string.Format() error Pin
Dominik Reichl3-Jan-07 2:13
Dominik Reichl3-Jan-07 2:13 
GeneralRe: Strange string.Format() error Pin
Vertyg03-Jan-07 2:20
Vertyg03-Jan-07 2:20 
QuestionSet Regional Settings for CE 5.0 Pin
Tyler453-Jan-07 2:02
Tyler453-Jan-07 2:02 
QuestionAccess Network through asp.net 2.0 application Pin
abhinish3-Jan-07 0:53
abhinish3-Jan-07 0:53 
hi guys!
need some help.

i need to access files from my local network through an Asp.net Application on win2k3 IIS 6.

i tried to open the file through filestream but it gives an Access Denied error .

i tried this:

string ActualPath = "\\\\192.168.0.26\\c$\program files\abc\abc.exe"<br />
 FileStream file = new FileStream(ActualPath, FileMode.Open, FileAccess.Read);


but it thows an unauthroized access exception..

but when i try to run this code on XP with iis 5 . it works fine .

cant figure it out wtz the problem.



abhinav

AnswerRe: Access Network through asp.net 2.0 application Pin
Not Active3-Jan-07 2:09
mentorNot Active3-Jan-07 2:09 
QuestionDisplaying + (Plus) sign to node without adding child node Pin
s v joshi3-Jan-07 0:38
s v joshi3-Jan-07 0:38 
AnswerRe: Displaying + (Plus) sign to node without adding child node Pin
User 66583-Jan-07 0:45
User 66583-Jan-07 0:45 
AnswerRe: Displaying + (Plus) sign to node without adding child node [modified] Pin
Nader Elshehabi3-Jan-07 0:50
Nader Elshehabi3-Jan-07 0:50 
GeneralRe: Displaying + (Plus) sign to node without adding child node Pin
s v joshi3-Jan-07 1:41
s v joshi3-Jan-07 1:41 
GeneralRe: Displaying + (Plus) sign to node without adding child node Pin
Nader Elshehabi3-Jan-07 2:01
Nader Elshehabi3-Jan-07 2:01 
GeneralRe: Displaying + (Plus) sign to node without adding child node Pin
PIEBALDconsult3-Jan-07 3:42
mvePIEBALDconsult3-Jan-07 3:42 
QuestionHow to make a chart in C# Pin
phantanagu3-Jan-07 0:26
phantanagu3-Jan-07 0:26 
AnswerRe: How to make a chart in C# Pin
User 66583-Jan-07 0:29
User 66583-Jan-07 0:29 
AnswerRe: How to make a chart in C# Pin
Luc Pattyn3-Jan-07 5:03
sitebuilderLuc Pattyn3-Jan-07 5:03 
QuestionError Message Pin
morteza573-Jan-07 0:03
morteza573-Jan-07 0:03 
AnswerRe: Error Message Pin
User 66583-Jan-07 0:16
User 66583-Jan-07 0:16 
GeneralRe: Error Message Pin
morteza573-Jan-07 1:21
morteza573-Jan-07 1:21 
Questiongetting File path?? Pin
Venkatesh.P2-Jan-07 22:28
Venkatesh.P2-Jan-07 22:28 
AnswerRe: getting File path?? Pin
Bhupi Bhai2-Jan-07 22:39
Bhupi Bhai2-Jan-07 22:39 
GeneralRe: getting File path?? [modified] Pin
Venkatesh.P2-Jan-07 23:06
Venkatesh.P2-Jan-07 23:06 
AnswerRe: getting File path?? Pin
Nader Elshehabi3-Jan-07 1:13
Nader Elshehabi3-Jan-07 1:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.