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...
It works! It works! It works! It works! Thanks a lot. I am so happy. But erm....... How do I get the Top value? I wants to programmatically add the Top value so that it will always move down everytime the user click the add button and more tables shows up on the top and the button is always at...
Hi,
Can I programmatically reposition my DropDownList in ASP.NET using C#? I am designing a form where on load it will only show a DropDownList with, let's say, countries for the user to select. After the user selected a country, a table will appear and thus I wants to push down the...
Hi,
Because we wouldn't know how many entries are required that are needed from the users, sometimes just one and sometimes more than 5, my initial plan was to do what was to automatically add the text box and check boxes as the user click a Add button.
But come to think of it, your...
Hi,
Just started playing around with Excel/VBA. My program of Excell spreadsheets will start with one textbox and a few checkboxes and one button.
When the user click on the button, a new textbox and checkboxes will be created and the button will be moved down. I can move the button...
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.