Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiling asp.net project on the webserver
Message
From
07/07/2004 10:12:53
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Compiling asp.net project on the webserver
Miscellaneous
Thread ID:
00921389
Message ID:
00921389
Views:
57
Hello,
I created an asp.net project in VS.net, it runs on my local machine fine.
I copied all the files out onto my webserver, the app ran just fine as well. I then edited the code on the server. The new code does not get executed. So I need to recompile the project somehow.
I did something like this at the dos prompt in the apps directory:
csc /target:library /out:allcomponents.dll *.cs
The command window tells me that it does not recognize 'csc'.
Does any one know of a doc that will explain all of this, or if you know how to fix it can you just tell me... <s>??
Many Thanks,
Daniel
Reply
Map
View

Click here to load this message in the networking platform