• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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