Search Results

0
votes
5answers
374 views

Debug .asp pages with visual studio 2005

I'm migrating a website made in classic asp to asp.net, but the asp.net dev server doesn't handle .asp pages. Is it possible to make it run .asp pages? Maybe a custom httphandler for .asp? …
2
votes
4answers
1k views

Catch exceptions in jQuery

Hello, I have the following code: <script type="text/javascript"> $(document).ready(function() { $("#Save").click(function() { $.post("url", { …
1
vote
2answers
95 views

How to implement a secured download system?

What's the best way to implement a download system? It needs to be integrated with an asp.net application. I need the following features: Deliver files larger than 50m …