473,396 Members | 1,827 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.

building an asp.net 2 application

wl
Hi,

I've been using ASP.NET in the paset and was succesful in uploading it to my
hosting account.
I compiled the assembly of each project to the single BIN directory of my
hosting account (the hosting account acted as a single application).
I copied the .aspx files in different subfolders.

Now I'm lost with asp.net 2.0 ...

- I now need to choose "publish" to compile the codebehind DLL's ?
- then I get some assembly's (like App_Web_default.aspx.cdcab7d2.dll), but I
just can't seem to set the name for it ?

What should I do ?

Thanks,

Wim
Feb 19 '06 #1
5 1492
Wim,
When you choose Publish, you can copy the entire contents of the resulting
target PrecompiledWeb folder to your webserver and it will work. You have a
choice of checking the "Make this... updateable" checkbox, in which case
pages can be updated.
You can also look at the preview of the new Web Application Project add-in
which makes ASP.NET projects behave more like their 2003 predecessors.

Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"wl" wrote:
Hi,

I've been using ASP.NET in the paset and was succesful in uploading it to my
hosting account.
I compiled the assembly of each project to the single BIN directory of my
hosting account (the hosting account acted as a single application).
I copied the .aspx files in different subfolders.

Now I'm lost with asp.net 2.0 ...

- I now need to choose "publish" to compile the codebehind DLL's ?
- then I get some assembly's (like App_Web_default.aspx.cdcab7d2.dll), but I
just can't seem to set the name for it ?

What should I do ?

Thanks,

Wim

Feb 19 '06 #2
wl
Hi Peter,

Problem is I'm sure whether my webhoster supports several applications to be
created on the server.
With VS 2003 this was not a problem: I just had one application on the
server and then put the assemblies of the different projects I had in this
bin directory and the .aspx pages in different folders.

Meanwhile I would the Web Application Project add-in and it seems to work.

Thanks,

Wim

"Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.com> wrote in message
news:2D**********************************@microsof t.com...
Wim,
When you choose Publish, you can copy the entire contents of the resulting
target PrecompiledWeb folder to your webserver and it will work. You have
a
choice of checking the "Make this... updateable" checkbox, in which case
pages can be updated.
You can also look at the preview of the new Web Application Project add-in
which makes ASP.NET projects behave more like their 2003 predecessors.

Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"wl" wrote:
Hi,

I've been using ASP.NET in the paset and was succesful in uploading it to
my
hosting account.
I compiled the assembly of each project to the single BIN directory of my
hosting account (the hosting account acted as a single application).
I copied the .aspx files in different subfolders.

Now I'm lost with asp.net 2.0 ...

- I now need to choose "publish" to compile the codebehind DLL's ?
- then I get some assembly's (like App_Web_default.aspx.cdcab7d2.dll),
but I
just can't seem to set the name for it ?

What should I do ?

Thanks,

Wim

Feb 19 '06 #3
On Sun, 19 Feb 2006 10:47:27 -0800, "Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.com> wrote:
Wim,
When you choose Publish, you can copy the entire contents of the resulting
target PrecompiledWeb folder to your webserver and it will work. You have a
choice of checking the "Make this... updateable" checkbox, in which case
pages can be updated.
You can also look at the preview of the new Web Application Project add-in
which makes ASP.NET projects behave more like their 2003 predecessors.

Peter

What is the Web Application Project add-in? I've not heard about it.

Otis Mukinfus
http://www.otismukinfus.com
http://www.tomchilders.com
Feb 20 '06 #4
wl
Hi Otis,

Have a look at:

http://msdn.microsoft.com/asp.net/re...p/default.aspx

It seems to allow you to build an ASP.NET page just as in VS2004 (a single
assembly).

Wim

"Otis Mukinfus" <ph***@emailaddress.com> schreef in bericht
news:sk********************************@4ax.com...
On Sun, 19 Feb 2006 10:47:27 -0800, "Peter Bromberg [C# MVP]"
<pb*******@yahoo.nospammin.com> wrote:
Wim,
When you choose Publish, you can copy the entire contents of the resulting
target PrecompiledWeb folder to your webserver and it will work. You have
a
choice of checking the "Make this... updateable" checkbox, in which case
pages can be updated.
You can also look at the preview of the new Web Application Project add-in
which makes ASP.NET projects behave more like their 2003 predecessors.

Peter

What is the Web Application Project add-in? I've not heard about it.

Otis Mukinfus
http://www.otismukinfus.com
http://www.tomchilders.com

Feb 20 '06 #5
On Mon, 20 Feb 2006 08:30:12 +0100, "wl" <sorry@nospam> wrote:
Hi Otis,

Have a look at:

http://msdn.microsoft.com/asp.net/re...p/default.aspx

It seems to allow you to build an ASP.NET page just as in VS2004 (a single
assembly).

Wim

"Otis Mukinfus" <ph***@emailaddress.com> schreef in bericht
news:sk********************************@4ax.com.. .
On Sun, 19 Feb 2006 10:47:27 -0800, "Peter Bromberg [C# MVP]"
<pb*******@yahoo.nospammin.com> wrote:
Wim,
When you choose Publish, you can copy the entire contents of the resulting
target PrecompiledWeb folder to your webserver and it will work. You have
a
choice of checking the "Make this... updateable" checkbox, in which case
pages can be updated.
You can also look at the preview of the new Web Application Project add-in
which makes ASP.NET projects behave more like their 2003 predecessors.

Peter

What is the Web Application Project add-in? I've not heard about it.

Otis Mukinfus
http://www.otismukinfus.com
http://www.tomchilders.com

Thanks, Wlm

I'll try it out when it comes out of beta.

Otis Mukinfus
http://www.otismukinfus.com
http://www.tomchilders.com
Feb 20 '06 #6

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

Similar topics

1
by: Darius Blaszijk | last post by:
Hello, I have a rather unusual question. I would like to build a demo application that is completely local. So no client-server at all (at least not in the sense it is usually used). The purpose...
4
by: Capri | last post by:
HI ... Can anyone tell me what do we mean by building an application ? How is it diffrent from compling and executing an application ? If you can help me remove my doubt then kindly mail me at...
17
by: Nick | last post by:
I am doing some research into building web applications using Object Oriented techniques. I have found the excellent patterns section on the MSDN site, but other than that I cannot find any good,...
0
by: andrei | last post by:
Hi Group, Environment: Windows 2000 Professional, VS.NET 2003 The solution has 30 projects (one main asp.net application and the rest are dlls) We have this annoying behaviour with our...
1
by: Diffident | last post by:
Hello All, I have a question as to why my users are noticing error when I am building the project on the production system. Here is the problem's background. In order to build the project on...
2
by: Gawel | last post by:
Hajo, I have soulutin with 7 library projects and 2 web projects. When I change something in one of the libraries and hit F5 it takes literally 1-2 minutes to start an application. I've...
0
by: s | last post by:
I need to develop a multiuser database application to be used by four people(The number of users are not likely to increase). It is for storing records of different versions of particular papers. I...
20
by: Thorsten Kampe | last post by:
Hi, I've already sent this to the Komodo mailing list (which seemed to me the more appropriate place) but unfortunately I got no response. I'd like to build a Python GUI app. Neither Tkinter...
0
by: ...:::JA:::... | last post by:
Hello, I have problem with building directpython ( .exe ) application , actually when I finish building application and when I run it, in log file I get an error: Traceback (most recent call...
1
by: prajaktabk | last post by:
Hi, I am building a application on Visual studio 2005. I have included file #include<fstream> with using namespace std. & I am getting errors like : error C2039: 'openprot' : is not a member...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.