Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends ,

please suggest me when i deployed my project in server 2008 , while executing the project this error is showing .
C#
<compilation debug="true" targetframework="4.0">



please friends help me out of this .


thanking you.
Posted
Updated 19-Jun-14 19:39pm
v2
Comments
Bh@gyesh 20-Jun-14 1:34am    
Which error?
Pravuprasad 20-Jun-14 1:36am    
What type of error is it giving ?
May be its the connection string problem ? change that according to machine .
Raul Iloc 20-Jun-14 1:37am    
You forgot to post the error!
PrakashCs.net 20-Jun-14 1:39am    
Could please post error ?
Bh@gyesh 20-Jun-14 1:49am    
May be you havn't installed Framework 4.0 so its showing you this line. Change this version with your existing one or install frameowork 4.0

1.You should have installed the .NET 4.0 on your server;

2.You should have register into IIS the ASP.NET 4.0 (by using REGIIS);

3.Then create a application pool into your IIS and associate it with .NET 4.0 and also with you web site used for your application.
 
Share this answer
 
I think this is custom error mode set =off error...

so you should set your custom error mode= off then there would be problem in compilation..hope it would work.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900