Home All Groups Group Topic Archive Search About

Low level programing in ASP .Net

Author
11 Dec 2005 2:09 AM
noor
Hi,
I have to make a web based program that can interect with a networking
device its a home made device. I m going to develop this device in .Net .
kindly guid me from where i can strat it.
the device is accessable form dos i m basically wants to make a web GUI  of
it kindly help me out. Thanks.
Regards
Noorali

Author
11 Dec 2005 2:44 AM
agapeton
You can do anything with ASP.NET that you can with the .NET framework.
Without making things ultra complicated, just have it "do stuff" on the
control events.  You can definately use .NET to start up executables,
that's no problem at all.
Author
12 Dec 2005 6:38 PM
Alvin Bruney - ASP.NET MVP
You'd have some permissions issues cuz the asp.net account cannot ordinarily
muck with that type of device without explicit permissions. Once you have
this part figured out, you should be able to handle it from there.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



<agape***@gmail.com> wrote in message
Show quoteHide quote
news:1134269049.738652.36930@z14g2000cwz.googlegroups.com...
> You can do anything with ASP.NET that you can with the .NET framework.
> Without making things ultra complicated, just have it "do stuff" on the
> control events.  You can definately use .NET to start up executables,
> that's no problem at all.
>