Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Basic theory question about the ASP.NET Machine account

Reply
Thread Tools

Basic theory question about the ASP.NET Machine account

 
 
B. Chernick
Guest
Posts: n/a
 
      12-26-2005
Please refresh my memory. I have a fair amount of VB.Net programming
experience but it's mostly Winforms not Webforms.

My question is this: I want to dazzle my boss tomorrow with an interactive
graphics display but the only way I can get this to work is by writing a
temporary image file to disk, in other words, by giving the ASP.Net Machine
Account Write permission. Is this a Bad Idea and if so, why?
 
Reply With Quote
 
 
 
 
Brock Allen
Guest
Posts: n/a
 
      12-27-2005
You can generate images in memory and then stream them out to the response:

http://msdn.microsoft.com/msdnmag/is...e/default.aspx

-Brock
DevelopMentor
http://staff.develop.com/ballen

> Please refresh my memory. I have a fair amount of VB.Net programming
> experience but it's mostly Winforms not Webforms.
>
> My question is this: I want to dazzle my boss tomorrow with an
> interactive graphics display but the only way I can get this to work
> is by writing a temporary image file to disk, in other words, by
> giving the ASP.Net Machine Account Write permission. Is this a Bad
> Idea and if so, why?
>



 
Reply With Quote
 
 
 
 
B. Chernick
Guest
Posts: n/a
 
      12-27-2005
Thanks! (Actually I just figured out the basics this morning, about 5
seconds after hitting the Send button on yet another stupid question.)
Seriously, that technique of putting a web page link in the ImageURL is not
well covered in the basic training material.

"Brock Allen" wrote:

> You can generate images in memory and then stream them out to the response:
>
> http://msdn.microsoft.com/msdnmag/is...e/default.aspx
>
> -Brock
> DevelopMentor
> http://staff.develop.com/ballen
>
> > Please refresh my memory. I have a fair amount of VB.Net programming
> > experience but it's mostly Winforms not Webforms.
> >
> > My question is this: I want to dazzle my boss tomorrow with an
> > interactive graphics display but the only way I can get this to work
> > is by writing a temporary image file to disk, in other words, by
> > giving the ASP.Net Machine Account Write permission. Is this a Bad
> > Idea and if so, why?
> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Another question: some theory. Jack L. VOIP 6 02-26-2004 01:38 PM
RE: Basic Question ASPNET Account =?Utf-8?B?VHUtVGhhY2g=?= ASP .Net 1 02-11-2004 04:41 AM
New book on Information Theory and State-of-the-art Coding Theory David MacKay VOIP 0 11-05-2003 10:42 PM
Which way should this be done? <Theory Question> da Vinci C++ 10 09-02-2003 08:54 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57