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

Asp.net site design question


I need to host a web site strictly for the purpose of serving up binary
files (HTTP RESPONSES) for an internal HTTP client (it is a not a web
browser). These "files" are not static and will be generated at runtime. I
do not require a web page to be hosted, per se, just the ability to respond
to these HTTP requests for files.

If I were to code the logic of creating these "files" in ASP.NET, would I
have to host a (aspx) web page? From what I read, it seems ASP.NET does
require at least one aspx web page hosted (derived from System.Web.UI.Page).
Maybe their's a simpler answer but I'm not seeing it. Any advice is
appreciated. Thx.

May 10 '07 #1
1 876
Hi Johnny,

It seams to me like what you need is to implement an HttpHandler.
See documentation for IHttpHandler interface, and maybe check out
documentation
about URL rewriting. Using this combination you may be able to redirect an
arbitrary URL to your handler with the required parameters and from there serv
the requested file.

Hope this helps.

--
---
Adar Wesley

"johnny p" wrote:
>
I need to host a web site strictly for the purpose of serving up binary
files (HTTP RESPONSES) for an internal HTTP client (it is a not a web
browser). These "files" are not static and will be generated at runtime. I
do not require a web page to be hosted, per se, just the ability to respond
to these HTTP requests for files.

If I were to code the logic of creating these "files" in ASP.NET, would I
have to host a (aspx) web page? From what I read, it seems ASP.NET does
require at least one aspx web page hosted (derived from System.Web.UI.Page).
Maybe their's a simpler answer but I'm not seeing it. Any advice is
appreciated. Thx.
May 10 '07 #2

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

Similar topics

28
by: Me | last post by:
I would like to redesign my existing site into php using classes. I am not the most experienced developer with PHP, and would like to know if anyone can give me some input on a starting point for a...
5
by: Andrew Thompson | last post by:
I have a (rather challenged) css design for my site logo at http://www.lensescapes.com/tst/photologo.jsp It shows not only the current rendering of the design, but also has links to the CSS...
0
by: Jim | last post by:
This si a repost, I apologize but perhaps my original inquiry got buried under all the usenet spam... I need some help getting started with a .NET web project for a commercial site. I am new to...
21
by: Litron | last post by:
Appologies, this isn't really a javascript specific question.... Just wondering what the current size standard is for web-page design... it used to be 800 x 600 pxls (which seems quite small...
64
by: Dave | last post by:
A friend of mine pointed out the other day that certain elements on my web site are too small. But in most of what I publish, fonts are at default size or smaller, and my images are easy to see. I...
25
by: John Morgan | last post by:
Though I have designed and implemented a number of large reasonably well received web sites I do not consider myself a graphics designer I am now for the first time going to work with a ...
25
by: Dave Turner | last post by:
I know that its impossible to completely prevent somebody from ripping a site (or cracking software) if that person has the skills and the time/patience, but there are tricks that can be employed...
3
by: vijaykokate | last post by:
Our company http://www.softnmation.com/ offers its customers a great variety of products. Everything you need can be found in this site. Web Template, CSS Template, Logo Template, Corporate...
3
by: Phils | last post by:
Hi guys; new to asp web design; I have design a simple web site that allows our client to login and view reports we manage for them. this works fine as on our network as i can connect...
28
by: Neo Geshel | last post by:
NOTE: PAST EXPERIENCE HAS SHOWN ME THAT MANY ON USENET FAIL TO READ ARTICLES PROPERLY PRIOR TO ANSWERING. I AM LOOKING FOR VERY SPECIFIC INFORMATION, THEREFORE PLEASE READ AND UNDERSTAND...
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:
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
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...

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.