Tagged Questions

14
votes
6answers
3k views

Creating iCal Files in c#

I'm looking for a good method of generating an iCalendar file (*.ics) in c# (asp.net). I've found a couple resources, but one thing that has been lacking is their support for quoted-printable fields …
8
votes
4answers
1k views

ASP.NET MVC 1.0 + Mono 2.4

Trying to get MVC running on Mono 2.4 (which is possible, according to some threads here) without much luck. I can't get past this: Compilation Error Description: Error compiling a resource required …
6
votes
2answers
631 views

Tools for converting from ASP to ASP.NET?

We have a large ASP (classic ASP) application and we would like to convert it to .NET in order to work on further releases. It makes no sense continuing to use ASP as it is obsolete, and we don't want …
6
votes
7answers
816 views

Best practices for refactoring classic ASP?

I've got to do some significant development in a large, old, spaghetti-ridden ASP system. I've been away from ASP for a long time, focusing my energies on Rails development. One basic step I've taken …
6
votes
6answers
4k views

Calling REST web services from a classic asp page [closed]

I'd like to start moving our application business layers into a collection of REST web services. However, most of our Intranet has been built using Classic ASP and most of the developers where I work …
5
votes
4answers
128 views

Response.Redirect HTTP status code

Why is it that ASP/ASP.NET Response.Redirect uses a HTTP-302 status code ("Moved Temporarily") even though in most cases a HTTP-301 status code ("Moved Permanently") would be more appropriate?
5
votes
4answers
70 views

Finding and removing orphaned web pages, images, and other related files.

I am working on a number of websites with files dating back to 2000. These sites have grown organically over time resulting in large numbers of orphaned web pages, include files, images, CSS files, …
5
votes
12answers
431 views

IS there anyway to tell if a website is coded in PHP or ASP

Assuming that the .php and .aspx extensions have been hidden from the URLs, are there any clues in the HTML that might suggest the site is coded in either php or asp? Cheers.
5
votes
10answers
603 views

What to learn - Ruby on Rails or ASP .NET MVC…given that am familiar with ASP .NET

I need to learn and adpot the MVC methodology for building web apps. Which is the better way to go given that I have experience with ASP .NET Webforms - ASP .NET MVC or Ruby on Rails? I've heard …
5
votes
4answers
125 views

Any good references or tools available for converting ASP to ASP.NET?

What tools, practices, or documentation have you used in your conversion process that you would recommend to others?
5
votes
7answers
4k views

Firefox Links to local or network pages do not work

I have a .asp application where image files (.PDF) are stored in a directory (fed by a copier/scanner). The created filenames are stored in a database table, When a query is launched from the web …
5
votes
4answers
1k views

Classic ASP Intranet and New ASP.NET Applications

We have an existing classic ASP intranet consisting of hundreds of pages. Its directory structure looks like this... /root app_1 app_2 ... img js style Obviously app_1 and …
5
votes
7answers
2k views

Classic ASP SQL Injection Protection

What is a strong way to protect against sql injection for a classic asp app? FYI I am using it with an access DB. (I didnt write the app)
5
votes
8answers
329 views

Learning ASP.NET

As a programmer from the Java, C#, and PHP realm, how do you go about transitioning to learning the intricate details of something as big (convoluted?) as ASP.NET? What are the most important and key …
5
votes
4answers
2k views

LinqDataSource - Can you limit the amount of records returned?

I'd like to use a LinqDataSource control on a page and limit the amount of records returned. I know if I use code behind I could do something like this:IEnumerable<int> values = …

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