I did a search on this but could find no answers.
I am currently developing an ASP.NET application. In order to deploy it, I had our network administrator install the .NET framework on our webserver and add the ASPNET user to Windows.
Since he did that, none of our traditional ASP applications work anymore (they all worked just fine before). All of them return the error
HTTP 403.1 Forbidden: Execute Access Forbidden
We have one app that uses a CGI script and it isn't working either. The error message for it is
HTTP 405 - Resource not allowed
I granted the ASPNET user rights to the folder (and all the folders inside it) but it didn't help.
I can't do anything in IIS at all as I am located at a remote site from the web server and my attempts to connect across the network using my own IIS manager tell me I am denied access to the server (even though I should have the rights to do it).
Any suggestions?
-Coco
I am currently developing an ASP.NET application. In order to deploy it, I had our network administrator install the .NET framework on our webserver and add the ASPNET user to Windows.
Since he did that, none of our traditional ASP applications work anymore (they all worked just fine before). All of them return the error
HTTP 403.1 Forbidden: Execute Access Forbidden
We have one app that uses a CGI script and it isn't working either. The error message for it is
HTTP 405 - Resource not allowed
I granted the ASPNET user rights to the folder (and all the folders inside it) but it didn't help.
I can't do anything in IIS at all as I am located at a remote site from the web server and my attempts to connect across the network using my own IIS manager tell me I am denied access to the server (even though I should have the rights to do it).
Any suggestions?
-Coco