Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Why updated dll and aspx pages and bll not working showing not precompiled and cannot be requested shown in IIS 7.5? I published and it was successful. Then added the aspx and dll files and also the bll file. But now all those updated files not working. Rest unchanged files are working.
Posted
Updated 5-Feb-14 1:52am
v3

You first need to build all the applications that your website references. Then build and publish your web application and deploy. That should work just fine.
 
Share this answer
 
Comments
ParagUS 11-Apr-14 2:47am    
Successfully worked !
Ankur\m/ 14-Apr-14 5:24am    
Please accept the solution. Thank you!
Ankur\m/ 15-Apr-14 2:53am    
Please accept the solution (Green Button) so that the question is marked as solved. This helps other users choose the solution searching for similar questions. It also says solved in search engine results.
if you are going to publish, then visual studio will build all the things related to your website/web application and bunch all the thing in your published version, then if you are going to add some thing new like aspx page or dll or changed code in dll then you can not add or copy past that files to your published version, its not working. If you need show, you need to republished all the thing, so it will be complied and then published again, newly published code will work properly.
 
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