Tagged Questions
13
votes
7answers
661 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/, ...
0
votes
1answer
126 views
Unable to debug ASP .NET 1.0 Application
When I try to debug a web site in .NET 1.0, I get the following error
"Error while trying to run project: Unable to start debugging on the web server. Could not read key from registry"
I was not able ...