2

I have deployed the classic ASP website onto IIS 8 on a server. Now the classic ASP site only works if I have kept the server desktop open via remote desktop. If I close the remote desktop window and try to access the website, I get 500 Internal server error.

I have gone mad trying to resolve this issue from past few days.

Dharmesh Tailor
  • 481
  • 4
  • 6
  • Do you mean previously you were accessing the website locally via remote desktop (i.e., using the sever's browser), and now you're accessing it via a browser on another remote computer? –  Nov 20 '13 at 00:08
  • Actually the error was, I have deployed website on the server and accessing the same from my local machine. The website was accessible till I keep active RDP session with the server. As soon as RDP session is closed I would get 500 - Internal server error. –  Nov 20 '13 at 00:23
  • 1
    I have got the solution for the issue. The solution was with configuration of the COM+ component. The "Identity" of the component was set to "Interactive User - The Current logged on user". I changed it to "Network service" and the website is working properly even when RDP session is closed. –  Nov 20 '13 at 00:26
  • 1
    Thanks for the update. Please add your comments into the answer below, and check to accept it when you can, so that the question is considered closed. Thanks, and hope to see more questions from you in the future! –  Nov 20 '13 at 00:29

1 Answers1

2

I have got the solution for the issue. The solution was with configuration of the COM+ component. The "Identity" of the component was set to "Interactive User - The Current logged on user". I changed it to "Network service" and the website is working properly even when RDP session is closed

Dharmesh Tailor
  • 481
  • 4
  • 6