Sunday, July 23, 2017

server error in '/director' application

Error - server error in '/director' application

Log Name:      Application
Source:        ASP.NET 4.0.30319.0
Date:          7/19/2017 7:20:43 AM
Event ID:      1310
Task Category: Web Event
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      FSGCDRNDC001W.global.net
Description:
Event code: 3007
Event message: A compilation error has occurred.
Event time: 7/19/2017 7:20:43 AM
Event time (UTC): 7/19/2017 11:20:43 AM
Event ID: 6ff30b0e74fa490ebfff164c8a19c8a0
Event sequence: 3
Event occurrence: 1
Event detail code: 0

Application information:
    Application domain: /LM/W3SVC/1/ROOT/Director-1-131449368429249277
    Trust level: Full
    Application Virtual Path: /Director
    Application Path: C:\inetpub\wwwroot\Director\
    Machine name: FSGCDRNDC001W

Process information:
    Process ID: 3368
    Process name: w3wp.exe
    Account name: IIS APPPOOL\Director

Exception information:
    Exception type:

















Resolution -

C:\Windows\temp folders should have IIS_IUSR and NETWORK SERVICE users with the full control permission.



Citrix Storefront Compiter Error message

Compiler Error Message: CS0016: Could not write to output file 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\62d43c41\27d749ca\App_Code.7lodcznm.dll' – 'Access denied.'














Resolution 

Temporary ASP.NET Files folder (c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files) was the the one with the problem here. First, I thought that the problem is related to security permissions on the folder and I was right.

I right clicked on the Temporary ASP.NET Files folder and go to the security tab. I noticed that there is user called IIS_IUSRS and that guy has the full control permission. But apparently that was not enough.


The Temporary ASP.NET Files  and C:\Windows\temp folders should have IIS_IUSRS and NETWORK SERVICE users with the full control permission.








There is no Citrix XenApp server configured on the specified address


Error - there is no citrix xenapp server configured on the specified address

Xenapp 7.9
















Note - Access XenApp 7.8/7.9 without a NetScaler appliance.

Resolution -

All you need to do is edit the section in the file 'default.ica' located in c:\inetpub\wwwroot\Citrix\Store\App_Data\



[Application]
Address=xxx.xxx.xxx.xxx
TransportDriver=TCP/IP
DoNotUseDefaultCSL=On
BrowserProtocol=HTTPonTCP
LocHttpBrowserAddress=!
WinStationDriver=ICA 3.0
ProxyTimeout=30000
AutologonAllowed=ON


Edit the address= to the external IP address of the IP address that forwards 80, 443, 1494 and 2598 to

If the entry Address= doesnt exist then create it.