473,383 Members | 1,892 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,383 software developers and data experts.

Architecting for easy Deployment

Hi,

I there anybody here that are designing applications with asp.net without
html in aspx files?

The problem is that aspx files is a dependency, and I would like to avoid
having that dependency for easy deployment. Ideally - I would like a single
binary or two to contain all resources - graphics etc - is that possible?

- Thomas
Nov 18 '05 #1
2 1159
In .NET version 2 this will be easy, and likely it will be the default.

Right now it's not easy. Certainly you can embed images and other resources
in your DLL, but the ASPX/HTML part is more difficult. I think you'd have
to generate the HTML at run time using the HTMLTextWriter & such. That
doesn't sound like much fun to me.

Heer's more information on HTMLTextWriters:
http://msdn.microsoft.com/library/de...classtopic.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com

"Thomas" <th****@corpuslogic.com> wrote in message
news:ei**************@TK2MSFTNGP10.phx.gbl...
Hi,

I there anybody here that are designing applications with asp.net without
html in aspx files?

The problem is that aspx files is a dependency, and I would like to avoid
having that dependency for easy deployment. Ideally - I would like a single binary or two to contain all resources - graphics etc - is that possible?

- Thomas

Nov 18 '05 #2
In the next version of ASP.NET their will be a way to deploy apps as a
compiled binary. But it still includes blank ASPX as place holders.
Your other options are to create HTTP handlers in the same way .TEXT dose or
rewrite paths.
"Thomas" <th****@corpuslogic.com> wrote in message
news:ei**************@TK2MSFTNGP10.phx.gbl...
Hi,

I there anybody here that are designing applications with asp.net without
html in aspx files?

The problem is that aspx files is a dependency, and I would like to avoid
having that dependency for easy deployment. Ideally - I would like a single binary or two to contain all resources - graphics etc - is that possible?

- Thomas

Nov 18 '05 #3

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

Similar topics

4
by: wobbles | last post by:
Hi Everyone, I'm really struggling to get no-touch deployment to work well (if at all, in some cases). Can anyone recommend a good book on this topic? There seem to be a lot of blogs about...
3
by: Steve Brecher | last post by:
VS.NET help on deployment indicates that, while using a deployment project requires administrative access to IIS, " we recommend deploying your project in most cases, because it allows you to take...
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
0
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
3
by: al | last post by:
Hi, Can someone please tell me what is exactly zero deployment in VB.NET. Is it that .NET doesn't need to deal with the registry? If that is the case, then why MS introduced class registry? ...
2
by: Bill Nguyen | last post by:
I ran into this error trying to run an app from Publish.htm. I can't find what is wrong with the deployment. Thanks a million Bill -------- PLATFORM VERSION INFO
3
by: trint | last post by:
Anyone know the best way for me to offer an installation process for my c# app that I just completed? I need for it to install into the / program files directory and it would be nice for it to be...
6
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is...
7
by: Cirene | last post by:
I used to use the Web Deployment Project with my VS2005 projects. Now I've fully upgraded to VS2008. Do I have to download a new version of the Web Deployment Project? If so where can I find...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...

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.