Hi,I am trying to generate http request strings beyond the header/value pairs that seem tobe support...
By keitht
How do I go about reading a setting from another applications .config file in .Net 2.0Just to be cle...
By kukulcan
I have a C# application where i've set .keypress of both a textbox and combobox to the same key...
By anonymous
Howdy all,I building a simulation tool, and am having trouble with Keypress events. I am using a for...
By codefund_com
Hello,I want to playback specific parts of .wav-files (for example from second 10 to 20). So my int...
By markus_net
Am I right? ...
By codefund_com
If anyone still has any version of the .Net Terrarium Server and/or Client Source code OR SIMILAR AP...
By codefund_com
Is there a way to make the right mouse button actually select an item in a listbox as well as popup ...
By anonymous, 2 Comments
Hi all,I'm playing sound files(ringtone alert) using VB.net.It is working fine on my client local PC...
By mpgrewal_net, 1 Comments
Dear, I'm currently working on a application which create reports on th fly, my question, after...
By anonymous, 2 Comments
Hi, I have a big trouble... I have a form with two groupbox and for each group box I have 4 textbox...
By zopostyle, 8 Comments
Greetings fellow code monkeys,I am trying to make a BindingListView<T> class that will functio...
By andrewdavey, 4 Comments
Hi, I have a big trouble... I have a form with two groupbox and for each group box I have 4 textbox...
By zopostyle, 8 Comments
Hi, I have a big trouble... I have a form with two groupbox and for each group box I have 4 textbox...
By zopostyle, 8 Comments
Is it normal? I found out that css styles do not work with textboxes that have the property enabled=...
By rtortima, 1 Comments
Default security settings basically allows you to display forms and to talk
back to the server where the app was loaded from, no access to resources
like disks, registry, etc, so the only option is to store it on the server.
"Paul Hetherington" <pNhOetShPeArMington...vNiOsSuPaAlMstatement.com> wrote in
message news:uyg1$570DHA.2156...TK2MSFTNGP12.phx.gbl...
> Hi,
> I am writing an application that has to be run via a web browser and it
also
> must run using the default security settings for an internet application
> (Framework 1.1). Which is the lowest setting.
> Part of the Design Specs is that each user's preferences are saved. I
> thought about using Isolated Storage for this and saving the User's
Settings
> to a xml config file, but I can't save to Isolated Storage with the
Default
> Security Settings. Does anyone have any other suggestions I can try? I
> know I can store the info on the web server as well and access via a
> WebService, but I was hoping for a way to accomplish this without storing
> the information on the Server.
> TIA,
> --
> Paul
>
chris | Wed, 21 May 2008 01:26:00 GMT |
> I am writing an application that has to be run via a web browser and it
also
> must run using the default security settings for an internet application
> (Framework 1.1). Which is the lowest setting.
> Part of the Design Specs is that each user's preferences are saved. I
> thought about using Isolated Storage for this and saving the User's
Settings
> to a xml config file, but I can't save to Isolated Storage with the
Default
> Security Settings. Does anyone have any other suggestions I can try? I
> know I can store the info on the web server as well and access via a
> WebService, but I was hoping for a way to accomplish this without storing
> the information on the Server.
I dont know if it possible from within a winform, but maybe you have access
to some cookie functionality. Dont know. Just a thougt. This is the only
writeToDisk operation wich should be allowed on nearly all security setting
i can think of...at least within a webforms app...
Reagards
Anders
flare | Wed, 21 May 2008 01:27:00 GMT |
Chris,Flare,
Thanks for the input.
That is what I figured, but I was hoping just maybe there was another
possibility...
Cheers,
Paul
"Flare" <nomail...sorry.dk> wrote in message
news:%23T1a4090DHA.2676...tk2msftngp13.phx.gbl...
> > I am writing an application that has to be run via a web browser and it
> also
> > must run using the default security settings for an internet application
> > (Framework 1.1). Which is the lowest setting.
> > Part of the Design Specs is that each user's preferences are saved. I
> > thought about using Isolated Storage for this and saving the User's
> Settings
> > to a xml config file, but I can't save to Isolated Storage with the
> Default
> > Security Settings. Does anyone have any other suggestions I can try? I
> > know I can store the info on the web server as well and access via a
> > WebService, but I was hoping for a way to accomplish this without
storing
> > the information on the Server.
> I dont know if it possible from within a winform, but maybe you have
access
> to some cookie functionality. Dont know. Just a thougt. This is the only
> writeToDisk operation wich should be allowed on nearly all security
setting
> i can think of...at least within a webforms app...
> Reagards
> Anders
>
paul | Wed, 21 May 2008 01:28:00 GMT |
After reading some more articles on No Touch Deployment I found that you can
use Isolated Storage with the Default Security Permissions for an Internet
Application. I was creating my Isolated Storage with the wrong Scope.
Thanks to Chris Sells article on MSDN I was able to resolve my issue.
Cheers,
Paul
paul | Wed, 21 May 2008 01:29:00 GMT |
Paul, do you mind posting the URL of the article here.
Thanks,
Chris.
"Paul Hetherington" <pNhOetShPeArMington...vNiOsSuPaAlMstatement.com> wrote in
message news:%231vEtoJ1DHA.2160...TK2MSFTNGP12.phx.gbl...
> After reading some more articles on No Touch Deployment I found that you
can
> use Isolated Storage with the Default Security Permissions for an Internet
> Application. I was creating my Isolated Storage with the wrong Scope.
> Thanks to Chris Sells article on MSDN I was able to resolve my issue.
> Cheers,
> Paul
>
chris | Wed, 21 May 2008 01:30:00 GMT |
Chris,
I am pretty sure this is the right article. Chirs Sells has written several
on MSDN regarding 'Smart' Clients
http://msdn.microsoft.com/msdnmag/issues/02/07/NetSmartClients/
Cheers,
Paul
"Chris Botha" <chris_s_botha...AT.h.o.t.m.a.i.l.com> wrote in message
news:uttWe5T1DHA.1684...TK2MSFTNGP12.phx.gbl...
> Paul, do you mind posting the URL of the article here.
> Thanks,
> Chris.
> "Paul Hetherington" <pNhOetShPeArMington...vNiOsSuPaAlMstatement.com> wrote
in
> message news:%231vEtoJ1DHA.2160...TK2MSFTNGP12.phx.gbl...
> > After reading some more articles on No Touch Deployment I found that you
> can
> > use Isolated Storage with the Default Security Permissions for an
Internet
> > Application. I was creating my Isolated Storage with the wrong Scope.
> > Thanks to Chris Sells article on MSDN I was able to resolve my issue.
> >
> > Cheers,
> > Paul
> >
> >
>
paul | Wed, 21 May 2008 01:31:00 GMT |
Right, thanks, looks good.
"Paul Hetherington" <pNhOetShPeArMington...vNiOsSuPaAlMstatement.com> wrote in
message news:%2332tKeU1DHA.4060...TK2MSFTNGP11.phx.gbl...
> Chris,
> I am pretty sure this is the right article. Chirs Sells has written
several
> on MSDN regarding 'Smart' Clients
> http://msdn.microsoft.com/msdnmag/issues/02/07/NetSmartClients/
>
> Cheers,
> Paul
> "Chris Botha" <chris_s_botha...AT.h.o.t.m.a.i.l.com> wrote in message
> news:uttWe5T1DHA.1684...TK2MSFTNGP12.phx.gbl...
> > Paul, do you mind posting the URL of the article here.
> >
> > Thanks,
> > Chris.
> >
> > "Paul Hetherington" <pNhOetShPeArMington...vNiOsSuPaAlMstatement.com>
wrote
> in
> > message news:%231vEtoJ1DHA.2160...TK2MSFTNGP12.phx.gbl...
> > > After reading some more articles on No Touch Deployment I found that
you
> > can
> > > use Isolated Storage with the Default Security Permissions for an
> Internet
> > > Application. I was creating my Isolated Storage with the wrong Scope.
> > > Thanks to Chris Sells article on MSDN I was able to resolve my issue.
> > >
> > > Cheers,
> > > Paul
> > >
> > >
> >
> >
>
chris | Wed, 21 May 2008 01:32:00 GMT |