Issue on VB Script when logging in with Administrative privileges

Asked By 20 points N/A Posted on -
qa-featured

Hello! I was thinking if there is someone here who knows a lot about VB scripting. I had written a set of scripts that immediately create photo printing and charts devices for the customers if they go online through their network. This can help my work less stressful and difficult. The problem is, once the user logs in with Administrative privileges, they are receiving issues logging in. But if they are no longer in Administrative account, they can be able to continue. How can I fix that issue?

SHARE
Best Answer by Miche Janet
Best Answer
Best Answer
Answered By 0 points N/A #119924

Issue on VB Script when logging in with Administrative privileges

qa-featured

 

If you are using VISUAL STUDIO you need to go to the WEB.CONFIG  file in the solution explorer window.

1.       Check if the provider name in membership tag and profile tag is the same. Also , check if you have configured same action to be taken upon authentication of all users.

2.       Re-create sign in validation checks in database 

3.       Go to ADMINISTER WEBSITE and set the privileges manually

Hope it would solve the issue

Answered By 5 points N/A #119926

Issue on VB Script when logging in with Administrative privileges

qa-featured

 

Hi,

Add everyone to the administrators group and make this as Domain Users and you should change the registry using VBScript. Make allow all users to run a script remotely. Before you doing all this, Please refer managing membership of domain groups. Go to following link. This site gives you more information. So you can get idea from this.

https://technet.microsoft.com/en-us/library/cc756802(WS.10).aspx

Related Questions