T
Terry Mulvany
I am constantly struggling with the problem of what 'type' of application to
develop. WinForm or WebForm?
The customer says I need a central database for all sites but the sites are
geographically disperse limited to DSL Internet access (VPN solution not an
option due to huge support burden).
The users at each site want a rich, high performance interface but the folks
back at headquarters want a birds-eye view of all data.
It would be nice to provide a solution that provides the richness and
performance of Java Applets all hitting a central DB. I've tried no-touch
deployment/href exe and do not like the fact that I'm restricted to the
IEExec 'sandbox'.
What is the equivalent to Java Applet in .NET?
I spent 10 minutes slapping together a quick href exe that just brings up a
form and I launched it over the Internet and was pleased with it, but when I
tried adding simple DB access (to SQL Server), either directly through
ADO.NET SqlClient or through a Web Service... nightmare! All kinds of
security errors. In my opinion the only protection .NET should provide is
on the client machine (file I/O, registry, etc.), not on the server as in
the case of DB access. I even gots error when I added that web site (where
the exe lives) as a Trusted Site in IE. Are these errors correctable on the
server or the client? If it's the client, then we would have to support
hundreds of people which would be crazy!
Any advise or recommended reading on this supject is greatly appreciated.
-Terry Mulvany
develop. WinForm or WebForm?
The customer says I need a central database for all sites but the sites are
geographically disperse limited to DSL Internet access (VPN solution not an
option due to huge support burden).
The users at each site want a rich, high performance interface but the folks
back at headquarters want a birds-eye view of all data.
It would be nice to provide a solution that provides the richness and
performance of Java Applets all hitting a central DB. I've tried no-touch
deployment/href exe and do not like the fact that I'm restricted to the
IEExec 'sandbox'.
What is the equivalent to Java Applet in .NET?
I spent 10 minutes slapping together a quick href exe that just brings up a
form and I launched it over the Internet and was pleased with it, but when I
tried adding simple DB access (to SQL Server), either directly through
ADO.NET SqlClient or through a Web Service... nightmare! All kinds of
security errors. In my opinion the only protection .NET should provide is
on the client machine (file I/O, registry, etc.), not on the server as in
the case of DB access. I even gots error when I added that web site (where
the exe lives) as a Trusted Site in IE. Are these errors correctable on the
server or the client? If it's the client, then we would have to support
hundreds of people which would be crazy!
Any advise or recommended reading on this supject is greatly appreciated.
-Terry Mulvany