Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > use of Windows.Forms in ASP applications

Reply
Thread Tools

use of Windows.Forms in ASP applications

 
 
justin
Guest
Posts: n/a
 
      10-17-2007
Hello, recently I was working on a project where I needed to automate
PDF generation. I found two open source libraries that I liked, but
the best one required the Windows.Forms class to be used in the C#
code-behind. When I tested the library, this worked fine in Visual
Studio 05.

What I was wondering was, are there performance concerns or security
concerns in using the Windows.Forms library in an ASP.NET website?
Will using it impact my scalability? All thoughts are welcomed, thank
you.

 
Reply With Quote
 
 
 
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      10-17-2007
If you use a windows forms - based library on your server, and it opens forms
that require user interaction, there isn't going to be anyone logged in to
see them, click buttons, etc.
Do you see the problem here?
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com



"justin" wrote:

> Hello, recently I was working on a project where I needed to automate
> PDF generation. I found two open source libraries that I liked, but
> the best one required the Windows.Forms class to be used in the C#
> code-behind. When I tested the library, this worked fine in Visual
> Studio 05.
>
> What I was wondering was, are there performance concerns or security
> concerns in using the Windows.Forms library in an ASP.NET website?
> Will using it impact my scalability? All thoughts are welcomed, thank
> you.
>
>

 
Reply With Quote
 
 
 
 
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
Guest
Posts: n/a
 
      10-17-2007
Just referencing the library won't have any performance impact. It depends
on what is done with the library. Some of the functions in there have
single threaded designs that make assumptions that may be inefficient in a
web context.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net




"justin" <> wrote in message
news: ups.com...
> Hello, recently I was working on a project where I needed to automate
> PDF generation. I found two open source libraries that I liked, but
> the best one required the Windows.Forms class to be used in the C#
> code-behind. When I tested the library, this worked fine in Visual
> Studio 05.
>
> What I was wondering was, are there performance concerns or security
> concerns in using the Windows.Forms library in an ASP.NET website?
> Will using it impact my scalability? All thoughts are welcomed, thank
> you.
>


 
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
Ajax Applications (75 links) : Sites/applications featuring/using Ajax. www.web20developers.com HTML 0 10-06-2006 03:28 AM
Difference between Python CGI applications and Php applications praba kar Python 2 05-04-2005 06:49 PM
Windows PDA applications or ASP.NET web PDA applications?? Anil ASP .Net Mobile 1 07-31-2004 08:38 AM
Mystery of Java applications blocking Windows XP applications Wolfgang Java 5 02-19-2004 02:45 PM
web applications versus. web portal applications John Davis ASP .Net 0 08-21-2003 12:11 AM



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