iss

Identifying memory problems in an ASP.NET application

Hey, I've got an ASP.NET application running and on the production box it's using about 450MB RAM, however, it shouldn't be using quite so much, and it seems to increase over time, so it seems there might be a leak or atleast something not being released properly. I took a look with PerfMon and there was 416MB in GC Gen2. Anyone hav...

ASP.NET [Add image to ISS - dll ?]

I'm loading image from my database to temp file but my IIS can't see this file so I need to add it to my ISS somehow. I saw some way here Link So question is how to make and work with ImageHandler.dll Need I to create new dll application for it and then add to bin of my web app ? ...

What do I need to publish my ASP.Net application to a URL locally?

I don't want to pay for a domain, but simulate a url exists, something like 'www.myapplication.app'. Is this possible? I'm guessing I need to configure some thing with IIS7 or something right? This is for a college course and instead of just doing the bare minimum I'd like to make something very nice to show. I realize this question m...