Architecting for easy Deployment

T

Thomas

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
 
A

Austin Wise

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.
 
S

Steve C. Orr [MVP, MCSD]

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/d.../frlrfsystemwebuihtmltextwriterclasstopic.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top