Strange Error

B

bijoy

I have the C# web application running on 2 servers - dev and prod. Dev
runs Win2K and the prod runs Win 2K3.

I noticed some strange behavior on the 2k3 machine. When I copy over
all the required files from the 2k server to the 2k3 server, the
application works fine.

SOMETIMES, when I make a small change to .aspx or .ascx files on prod,
with NO changes to the C# code, I get a strange error. The same changes
on the dev instance do not cause any damage. When I say changes, I mean
small things like adding a <p> tag to the HTML in the aspx or ascx
pages.

The error is as follows:

Server Error in "/" Application

Cannot execute a program. The command being executed was
"C:\windows\microsoft.net\framework\v1.1.4322\csc.exe" /noconfig @
C:\windows\microsoft.net\framework\v1.1.4322\Temporary ASP.NET
Files\root\......

To recover from the error the admin has to restart the application pool
in IIS6.

Any ideas??
 
B

bijoy

BTW: the problem seems to have gone away after installing SP1 for the
..NET Framework
 
B

bijoy

Spoke to soon.. I am able to reproduce the error again.

I simply modify some HTML and the error is reproduced.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top