Click here to Skip to main content
15,913,115 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: App_Offline.htm Pin
Jamie Nordmeyer17-Feb-11 4:27
Jamie Nordmeyer17-Feb-11 4:27 
QuestionProblem already solved!!!! Pin
Dhyanga16-Feb-11 4:23
Dhyanga16-Feb-11 4:23 
AnswerRe: Problem already solved!!!! Pin
thatraja16-Feb-11 9:32
professionalthatraja16-Feb-11 9:32 
GeneralRe: Problem already solved!!!! Pin
Dhyanga16-Feb-11 9:55
Dhyanga16-Feb-11 9:55 
QuestionOpen document from server on client Pin
yftah198915-Feb-11 1:16
yftah198915-Feb-11 1:16 
AnswerRe: Open document from server on client Pin
Paulo Zemek15-Feb-11 2:38
Paulo Zemek15-Feb-11 2:38 
GeneralRe: Open document from server on client Pin
yftah198915-Feb-11 3:04
yftah198915-Feb-11 3:04 
GeneralRe: Open document from server on client Pin
Paulo Zemek15-Feb-11 6:38
Paulo Zemek15-Feb-11 6:38 
But not even the code running at the server side is able to open the file?
If that's the case, it will be impossible to solve.

I think what you want is something like this:
Direct connections to a folder or http folder: They are not able to access the files.
Connections to a page - Such page will be able to see only files located at "some directory". If "some directory" is protected from reading, you may need some type of impersonation.

But, then, the flow will be:
Clients (without any access) will access your page at the server.
Such page will have some type of impersonation, can verify if the file only contains the names (no .., no drive letter and so on) and, even then, it only has access to one directory. It reads the file (if valid) and then returns its contents.

If you need, I can detail better about impersonation, but I don't think that you will really need that.
AnswerRe: Open document from server on client Pin
Yusuf16-Feb-11 3:49
Yusuf16-Feb-11 3:49 
AnswerRe: Open document from server on client Pin
Pete O'Hanlon16-Feb-11 10:27
mvePete O'Hanlon16-Feb-11 10:27 
Questionvariable creation when data type is known at runtime Pin
smsubbu14-Feb-11 22:41
smsubbu14-Feb-11 22:41 
AnswerRe: variable creation when data type is known at runtime Pin
Parwej Ahamad15-Feb-11 1:14
professionalParwej Ahamad15-Feb-11 1:14 
AnswerRe: variable creation when data type is known at runtime Pin
Paulo Zemek15-Feb-11 2:42
Paulo Zemek15-Feb-11 2:42 
QuestionQuestion about Office.MsoButtonStyle.msoButtonIconAndCaptionBelow Pin
buffering8314-Feb-11 22:26
buffering8314-Feb-11 22:26 
Questiondistribute asp.net's dll to other pc. Pin
buffering8314-Feb-11 14:56
buffering8314-Feb-11 14:56 
AnswerRe: distribute asp.net's dll to other pc. Pin
Yusuf14-Feb-11 16:18
Yusuf14-Feb-11 16:18 
GeneralRe: distribute asp.net's dll to other pc. Pin
buffering8315-Feb-11 19:15
buffering8315-Feb-11 19:15 
Questioncould we add a table in the content area of the google calendar Pin
netJP12L14-Feb-11 6:55
netJP12L14-Feb-11 6:55 
AnswerRe: could we add a table in the content area of the google calendar Pin
Not Active14-Feb-11 8:32
mentorNot Active14-Feb-11 8:32 
GeneralRe: could we add a table in the content area of the google calendar Pin
netJP12L14-Feb-11 8:48
netJP12L14-Feb-11 8:48 
QuestionProgress Bar Pin
Mugdha_Aditya14-Feb-11 2:02
Mugdha_Aditya14-Feb-11 2:02 
AnswerRe: Progress Bar Pin
Not Active14-Feb-11 8:32
mentorNot Active14-Feb-11 8:32 
GeneralRe: Progress Bar Pin
Mugdha_Aditya14-Feb-11 23:59
Mugdha_Aditya14-Feb-11 23:59 
QuestionHow can i read and write session value in App_CODE? Pin
buffering8313-Feb-11 12:43
buffering8313-Feb-11 12:43 
GeneralRe: How can i read and write session value in App_CODE? Pin
Anurag Gandhi13-Feb-11 18:21
professionalAnurag Gandhi13-Feb-11 18:21 

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.