Wow. Meaning it's better to turn off impersonate?
When you said, authenticating users will decides who can access the situation, do you mean it's the same as setting security at the files or folders?
"Procesmodel user" decides whose account .NET will execute the aspx files.... Thought we are...
Yoz. Thanks for the prompt reply. Yeah. It works. Thanks. But just don't understand. Thought when we use impersonate, ASPNET will assume the identity of the user. And with that, aren't we suppose to set security based on the user id?
Hi. Can please help?
- identity impersonate is set to "true"
- user can access to unauthorised files and folders.
- one of my page which will get username and display them in the page is working fine.
- identity impersonate is set to "false"
- only authorised user will be able...
Hahahahahahahahaha....................Nope. We are trying to implement something into the system and it's one of the requirements that we have to go through.............I guess if there's no other way, then I just have to do it manually, keying in one by one..... :-(
Sorry. The command for my program is like
exex -c "ZC:11:1:4:1,DEM:4;" -n MC_C_11 which is executed in UNIX environment. It will then go to something like vi mode where I will key in some text and press Ctrl-Z to save and exit the program, which will bring me back to the UNIX Shell prompt.
Thanks for the prompt reply. The problem now is that after executing the command of my program by script, it sort of like hangs there, waiting for the text to be entered and the Ctrl-Z to be entered. How do I programmatically do it?
I have a program with a set of predefined command that I will enter. A so called editor will apprear next that requires me to enter some text and then I am required to press Ctrl-Z to save and end the program. How do I incorporate the Ctrl-Z into my program so that I don't have to do it manually?
I have a program that after initiating a set of commands, will requires the user to enter some text. After which the user will press Ctrl-Z to save and end the program. How do I incorporate the Ctrl-Z into my program so that I can do this automatically rather than manually, since it's a huge set...
Hi,
How do I programmatically add a DropDownList into a Panel or PlaceHolder?
I used:-
DropDownList ddlSite = new DropDownList();
panelSite.Controls.Add(ddlSite);
The problem with this is that two DropDownList will appear in the Panel/PlaceHolder. And then...
Hi,
How do I programmatically add a DropDownList into a Panel or PlaceHolder?
I used:-
DropDownList ddlSite = new DropDownList();
panelSite.Controls.Add(ddlSite);
The problem with this is that two DropDownList will appear in the Panel/PlaceHolder. And then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.