After installation of the Web console the URL returns the standard .NET message:
Server Error in '/DSWeb' Application.
To validate this error, change the web.config that exists under the DSWeb folder and turn off <customErrors mode = "Off" just as the .NET error page shows. Then refresh the Deployment Solution Web Console. You should see something like this:
Server Error in '/DSWeb' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.Compiler Error Message: CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\...dll' -- 'Access is denied. '
To resolve, the TEMP permissions need to be opened up:
Applies To
Deployment Solution 6.x