Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i have created one web application and published it.after publishing i opened inetmgr and in explorer pane i added web site and then i browse it,i got an error




C#
<compilation debug="true" targetframework="4.0" />


how to remove it
any help will be appreciable
regards
Posted
Updated 8-Apr-13 22:02pm
v3
Comments
Vani Kulkarni 9-Apr-13 3:30am    
What is the error?
Anurag Sinha V 9-Apr-13 3:42am    
And what's the error??

1 solution

in web.config you should remove this tag before depolyment



XML
	<compilation debug="true"> </compilation>
set this value to true only during development.


set this value to true only during development.
 
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