Tagged Questions

0
votes
1answer
17 views

Ashx file creating images in MVC ASP.net

Hi All, I am dynamically creating images and need to show those images to users. For that i have created a ashx file but the problem is this ashx file is never getting called no …
0
votes
3answers
40 views

Where to put HttpHandler classes in .NET?

Maybe a strange question, but where would you put HttpHandler classes in a n-tier architecture? I have a service layer, a domain model layer and a data layer. Should I create a sep …
0
votes
1answer
18 views

Setting CacheProfile in HttpHandler

In an aspx file you can set the CacheProfile to a certain profile defined in Web.Config. How do you do this in a HttpHandler? I know you can use Cache but can you use Cache Profil …
0
votes
3answers
32 views

Render a page inside of an HttpModule?

Anyone got an idea of how to render an aspx page inside of an HttpModule and stream it back to the browser?
0
votes
1answer
19 views

IHttpHanlder returns null session

So i have a couple of custom Http Handlers for different file types. I have implemented the IRequiredSessionState marker, but still recieving context.Session as null? Do you need …
0
votes
1answer
39 views

Why is the content being corrupted when writing to response stream

I'm trying to write out to the response stream - but it is failing, it is corrupting the data somehow... I want to be able to write a stream stored somewhere else to the HttpWebRe …
0
votes
1answer
16 views

IIS 6.0 Not loading SessionState for .NET 3.5 Application using HttpHandler

QA and Dev enviroments work perfectly. Handlers all implement the IRequiresSessionState marker. Config File contains: <pages enableSessionState="true"> and <sessionSt …
0
votes
2answers
42 views

Exception Handling in HttpHandler ASHX file

I'm using ASHX file to creating images in a dynamic way. I added a line of code to throw an exception in my ashx file. if I browse to ashx file directly, my application_error in g …
1
vote
1answer
39 views

Sending File in Chunks to HttpHandler

Hello, I'm trying to send a file in chunks to an HttpHandler but when I receive the request in the HttpContext, the inputStream is empty. So a: while sending I'm not sure if my …
0
votes
4answers
59 views

Do I use a web service or a HttpHandler to serve images ?

Hi guys very simple question for you.. To serve Images is better a web service or a HttpHandler in asp.net c# ? what is the difference ? Why I should prefer one instead another ? …
0
votes
3answers
188 views

Playing Quicktime video on iPhone using HttpHandler and IIS 5.1

I'm trying to stream QuickTime video to an iPhone from an ASP.NET web application using an HttpHandler. When hosting the web application from IIS 5.1 (Windows XP), the video playe …
0
votes
3answers
30 views

Custom asp.net handler not being hit

We have a .net 3.5 Web Application Project. It has a custom http handler defined inside a .cs class. There is also a corresponding web.config entry for the handler and the correspo …
3
votes
2answers
69 views

Caching http handler .ashx output

Im creating an image which has some text in it, for every customer, the image contains their name and I use the Graphics.DrawString function to create this on the fly, however I sh …
1
vote
1answer
24 views

Trouble using XmlTextWriter with MemoryStreams

I'm having trouble getting a memory stream and a XML text writer class to work together properly. Context.Reponse.BufferOutput=true; Context.Response.ContentType = "application/xm …
0
votes
1answer
32 views

asp.net page handlers

i want to add some httphandlers for aspx pages by code via a http module. is that possible? if it is, how? thanks your advance..

1 2 3 4 5 11 next
15 30 50 per page