473,396 Members | 1,799 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

New .Net 2.0 web deployments

I have a question regarding the "Updateable" compile mode for the new
..NET 2.0 framework.
As I understand, with this deployment mode, the compiler still creates
the ASP_WEB_XXX assemblies for the codebehind files along with the
precompiled pages for the aspx, ascx files.
This is stored within the bin directory. It also leaves the aspx pages
intact in case there are neccessary changes that need to be made and is
recompiled when the page is hit the next time around. So this dynamic
update is a nice feature. But how about when you need to include a new
aspx page? Under the Updateable model, does this still require that I
re-compile the entire project again so that the new page itself gets
the neccessary precompiled pages?

My scenario is similar to this but a little different. I'm running a
webapplication where anytime I add a new user, I create a new homepage
for them. I do this by copying an "aspx" page, that I have setup as
the template home page, and renaming the file to the users name and
then placing the file within a newly created directory with the same
name as the file.

ex) new user added was john doe
create doe.aspx
create and place doe.aspx into a folder named "doe" :
/doe/doe.aspx

the same codebehind runs and populates the aspx page data. This worked
under the previous .NET 1.1 model, but having trouble getting it to
work on the updateable model.

this is the exception I get:

Inner Exception Message:

System.Web.HttpParseException: The base class includes the field
'__userComponent', but its type (namespace.userComponent) is not
compatible with the type of control (ASP.components_ascx).
Any help would be appreciated.

Thanks in Advance.

Kevin

Feb 22 '06 #1
0 733

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: vincent delft | last post by:
Hello, I must set-up an application with an Oracle Database running on Unix and a GUI running on Windows 2000/XP machines. The size of the DB is about 5GB. The application will have about 1000...
63
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy...
4
by: peteZ | last post by:
(sorry to post this here but couldnt find a .NET Deployment NG) I have created a Deployment Project (for a Web Application), added files, built it successfully and then go to install it but get a...
1
by: TT (Tom Tempelaere) | last post by:
Hey everyone, I'm currently writing software for a project that uses a lot of Xml files for configuration. The project is written in C#/.NET. Each such xml file has a schema defined for it (Xsd...
3
by: JimC | last post by:
Suppose a developer has a setup.exe file that can be downloaded from his online site, rather than from a distribution CD. If the targeted user were using a CD, of course it would be easy to...
3
by: Manohar Kamath | last post by:
Hello all, Consider that you have an ASP.NET application you have deployed as www.somesite.com. If I would like to create an intranet site with the same code (say http://intranetsite/ for use...
10
by: Magnus Koch | last post by:
Hi, I'm working on a little deployment app to support .Net file deployments to about 7 different locations on the network. It's somewhat intelligent in that it only deploys changed files, and...
2
by: BobAchgill | last post by:
Is there a way to let the User click on a button on a web site and have that download and install my prepackaged compressed data directory and place it nicely under my existing VB .Net Form...
1
by: Preben Zacho | last post by:
This is probably a very basic question. I have created a class library, when builded it produces a dll called test.dll. This dll I use as reference in many different applications. When I create...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.