• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

ASP.Net Problems

mi32dogs

New Pleskian
Hi,

I have a problem to get ASP.Net working.

First of all I’m running psa v7.5.3_build20050513.14.

If I run the ASP.Net test (the one you get on a new domain home page) I get the “Server Error in '/' Applicationâ€.
I looked this up in the forums and I have followed all instructions (I have set the server ASP.NET Configuration Custom Error Settings to “Off†and I have also set the domains ASP.NET Configuration Custom Error Settings to “Offâ€) but I still get the “Server Error in '/' Application†error.

If I run the same test on the server I get the following error: “Server cannot access application directory 'C:\Inetpub\vhosts\domain.net\httpdocs\'. The directory does not exist or is not accessible because of security settings.â€
I looked this up in the forums as well and found that I have to give full permission to the “ASP.NET Machine Account†on the httpdocs folder, I have done this but it makes no difference I still get the same error.

Can any body give me a tip to get this working

Thanks

Rob
 
Hello,
I have the same problem. Did you figure it out?

Wally
 
To resolve this problem, assign read and write permissions for the impersonated account on the C:\Documents and Settings\ServerName\ASPNET folder. To do this, follow these steps:
1. In Windows Explorer, locate the C:\Document settings\ServerName\ASPNET\local settings folder.
2. Right-click the Temp folder.
3. Click Properties, and then click Security.
4. Click Add, type ServerName\ASPNET in the Select Users or Groups box, and then click OK.
5. Make sure that the Full Control checkbox is selected, and then click OK.

for more information take a glance at
http://support.microsoft.com/default.aspx?scid=kb;en-us;827190
 
I can't seem to find the /ASPNET/ folder as mentioned.
Can someone point me in the right direction?
 
Back
Top