Tagged Questions

13
votes
7answers
662 views

Can .NET intercept and change css files?

UPDATE 1: I have now setup IIS6 so .NET can handle calls to .css files. What do I have to do now to get it to change css files based on the referal url? So if the referal url is http://intranet/, ...
2
votes
2answers
88 views

Do I need .NET 1.0/1.1 to run apps built on those versions, or can I upgrade to 3.5?

We have many new computers and have some needed old apps created using .net 1.0 and some created with .net 1.1. Will these apps work if I install only .net 3.5? The applications are desktop apps.
1
vote
5answers
257 views

Upgraded .net webapp can't open connection to database

I have an old .net 1.0 webapp that needs a bit of maintenance done on it. I've used the auto-upgrader to upgrade it to .net 3.5 (and also later tried 2.0) but now it can't connect to the database. On ...