• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

problem web creating subdomain

MohammadrezaH

New Pleskian
hi all

i have a problem with my plesk v11, when i create a new subdomain and upload my asp.net application to that and make a request to view my web page it get Server Error 401 :

401 - Unauthorized: Access is denied due to invalid credentials.
You do not have permission to view this directory or page using the credentials that you supplied.

but my main web site have not any problem and works fine,

my changes that didn't work :

1) change in web.config file :

<authentication mode="None">
</authentication>

2) change in web config file :

<authorization>
<allow users="?"/>
</authorization>

---------------------------------
another question that i have is this happens because the Plesk's default permission assigning to the main domain so the users can view content without problem, but the permission isnt assign to the created subdomains ?
if this is the problem, how can i fix it so my users can see the content with our Windows Authentication or Forms authentication or anythink else ?

this is my domain name : www.senatex.ir
and this is my sub domain : nerkh.senatex.ir

also paralles default host files not have any problems, for example : content.senatex.ir

thanks a lot...
 
It seems to be IIS authentication issue. GO to iis >> authentication and check if anonymous authentication is enable.
 
Back
Top