Tagged Questions
1
vote
0answers
268 views
Different behaviour with windows authentication on IIS7 websites
I need to run a website with just windows authentication.
Given the following situation:
The location of the default website is: c:\inetpub\wwwroot
The location of my code is: c:\Sites\WebApp
My ...
3
votes
3answers
2k views
How to login as another user in phpmyadmin
I installed phpmyadmin in Win7, and if I type http://localhost/phpmyadmin/index.php in the browser, it will log in phpmyadmin as root user by default.
I created a new user but still there's no login ...