windowsservers
Aug 23 2005, 08:14 AM
Hi,
I test plesk for windows 7.5 on my pc server at home
I setup complete
and can be call domain name sucess
but have ploblem
first web page call user + password
Error: Access is Denied.
(if I type user + password that can be access page and see first page of domain) but for anonymous or I mean visitor can not see my home page
How can solve this problem ?
Thank you for advance
renegade
Sep 7 2005, 05:48 PM
Hi,
The solution to what you are facing is quite simple. Plesk has a built in utility to correct the permission issues on websites. A website demanding user/password authentication is quite common on IIS and happens becasue the anonymous user password stored in the site properties does not match the one set in the computers user database.
To correct the issue, just do the following steps.
1.Open Command propmpt on your PC/Server
2. cd c:program filesswsoftpleskadminbin (assuming that the path specified here is the install path for plesk on your server)
3. websrvmng --reconfigure-vhost --vhost-name=domain.com
(replace domain.com in the above command with the correct domain name that you setup in plesk. You can also obtain the domain naem from IIS)
This will correct the permissions problem in the site and it turns anon browsable again. This is the exact same procedure you would follow on a live server as well, unless you want to tinker with manyally correcting the permissions problems on the site. This too is quite easy, but I guess it would be simpler to just follow the above method.
Regards,
Renegade