0
votes
1answer
21 views
ASP.NET precompile fails to merge a single user control
I have rather large third party ASP.NET WebSite project that I precompile and merge using MSBuild and the Microsoft Web Deployment targets. I don't precompile the .aspx and .ascx files, only the …
0
votes
1answer
18 views
Server Error in ‘/domain/website’ Application.
I am getting following error while i deployed the website..
Server Error in '/domain/website' Application.
Runtime Error
Description: An application error occurred on the server. The current custom …
2
votes
2answers
63 views
Performance benefit to pre-compiling web application project set to be updateable?
Is there any performance benefit to pre-compiling an asp.net web application if it's set to be updateable? By setting the pre-compiler updateable flag it doesn't pre-compile the aspx, ascx, etc. so …
0
votes
0answers
113 views
Web Deployment Project Team Build Error
Visual Studio 2008 Web Deployment Project Team Build ASPPARSE Error
I seem to have a common problem; one that is showing up but does not have a clear solution.
I have a Visual Studio 2008 project …
0
votes
0answers
43 views
What are the limitations of aspnet_merge?
We just ran into an interesting issue that I've not experienced before. We have a large scale production ASP.NET 3.5 SP1 Web App Project in Visual Studio 2008 SP1 which gets compiled and deployed …
0
votes
2answers
422 views
Having problems changing the <dataConfiguration> section of web.config in WDP
Hello,
I have a web.config file that contains a section like this:
<configuration>
<configSections>
<section name="dataConfiguration" …
2
votes
2answers
357 views
ASP.NET corrupt assembly “Could not load file or assembly App_Web_jt8nxllz”
I've read through many of the other questions posted on the same issue, but I still do not understand the cause and how to prevent it from happening.
In my case, this happens on the production …
1
vote
1answer
124 views
running the build action of web deployment project from final builder
hi,
as you know Final builder is an outstanding build automation program, i want to use it, to automate moving the aspx, ascx, image files, css, dlls, etc... after the build of web deployment, this …
