Challenge to all you ASP gurus - free beers to the winner!
Challenge to all you ASP gurus - free beers to the winner!
am 01.04.2008 17:39:35 von martin
Ok, this is a challenge to the gurus out there - I thought I was a
guru too, but cannot get this to work for the life of me, so, a 6-pack
of beers to the first person who can help!
I have an existing Windows.Forms.Usercontrol. This control is an
emulator for a portable device my company uses in it's factories and
warehouses. The control connects to a domain SQL Server and carries
out read and write operations on the database.
The usercontrol is currently hosted in a Windows application on a
windows form.
What I need to do is to host the control on a webpage, so that users
can access it through the intranet. The control must be a client-side
control, and will only be available on the company intranet.
So, I've managed to host the control in a webpage succesfully using
the object tag:
Re: Challenge to all you ASP gurus - free beers to the winner!
am 02.04.2008 01:01:00 von brucebarker
1.1 is a bummer. this is the part that get improved with each release. the
security is implemented by .net not IE, so you need to configure .net
security. for 1.1 there is only the caspol.exe utility. it command line, and
must be run on the client box.
http://msdn2.microsoft.com/en-us/library/cb6t8dtz(VS.71).asp x
you will probably have to write a application to run caspol for your users.
-- bruce (sqlwork.com)
"Martin" wrote:
> Meant to add, it's .NET Framework 1.1 on an XP box.
>
> TIA,
> Martin
>
Re: Challenge to all you ASP gurus - free beers to the winner!
am 02.04.2008 10:29:19 von martin
Hi Gregory,
Thanks for the comprehensive reply - really appreciated. The article
on 15Seconds.com has given me some really useful pointers - it appears
I should be able to interact with a webservice from the embedded
control, so that looks like the path I will go down - initially at
least. But you've also given me some good alternatives to look at as
well.
So, where do I send those beers? :-)
Martin
Re: Challenge to all you ASP gurus - free beers to the winner!
am 02.04.2008 11:38:00 von martin
Hi Bruce,
Yeah, I'm trying to get my company to join the 21st century, but for
now 1.1 is the standard!
I had looked at the Caspol utility, but got scared!