Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
SamC
White Water Yakist
3467 Posts |
Posted - 2005-12-23 : 14:17:11
|
IIS on my workstation will run ASP, but .NET seems to be hosed. I'm guessing it's the Framework 2.0 which was automatically installed as an update. I've removed FW 2.0 with Control Panel, and get the same result, so, maybe not, or maybe FW 2.0 changed something irreversibly.When I run a .NET app, I get nuttin. My browser does say: "boink" as if that helps to determine what's up.I'm sure there is lots of other info needed to diagnose. If anyone chimes in with a test to run or some info that might help, please let me know. I'd like to not have to rebuild the OS on this workstation. |
|
jhermiz
3564 Posts |
Posted - 2005-12-23 : 20:14:01
|
quote: Originally posted by SamC IIS on my workstation will run ASP, but .NET seems to be hosed. I'm guessing it's the Framework 2.0 which was automatically installed as an update. I've removed FW 2.0 with Control Panel, and get the same result, so, maybe not, or maybe FW 2.0 changed something irreversibly.When I run a .NET app, I get nuttin. My browser does say: "boink" as if that helps to determine what's up.I'm sure there is lots of other info needed to diagnose. If anyone chimes in with a test to run or some info that might help, please let me know. I'd like to not have to rebuild the OS on this workstation.
Clear all cookies, internet history, temp files, etc. Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]RS Blog -- [url]http://weblogs.sqlteam.com/jhermiz[/url] |
 |
|
MichaelP
Jedi Yak
2489 Posts |
|
SamC
White Water Yakist
3467 Posts |
Posted - 2005-12-27 : 10:13:47
|
I'll give the command prompt a try, but I've succeeded in creating bigger problems.I removed IIS and reinstalled IIS. Now I can't install .NET Framework 1.1 without getting a failure. Worse, automatic updates keeps looping, trying to install .NET Frame 1.1, so I had to disable automatic updates.Worse yet, I get pop-up baloons on my taskbar warning me that automatics updates are turned off every so often.I want a new life.Any ideas on solving the .NET Framework update install? |
 |
|
SamC
White Water Yakist
3467 Posts |
Posted - 2005-12-27 : 10:14:22
|
I forgot to mention. Uninstalling and reinstalling IIS didn't fix the problem. |
 |
|
spirit1
Cybernetic Yak Master
11752 Posts |
|
SamC
White Water Yakist
3467 Posts |
Posted - 2005-12-27 : 10:27:08
|
Yeah. I'll give it a try. |
 |
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2005-12-27 : 13:38:46
|
quote: Originally posted by SamC . I'm guessing it's the Framework 2.0 which was automatically installed as an update. When I run a .NET app, I get nuttin. My browser does say: "boink" as if that helps to determine what's up.
.net is not installed by default. We had a very similar problem, whereby it ran asp and not .net, to fix the problem, we did two things1. installed .netthen we were getting a new error2. we configured the IIS to set the application folders, which was the bin directory, that had our dlls as described below.Run "Internet Information Services (IIS) Manager" (this may be called simply "Internet Services Manager" on a workstation), this can be found under Control Panel > Administrative Tools. Find the project in the list of projects. (Open up your computer in the list, and look under "Web Sites" - or "Default Web Site" if running on a workstation). Bring up its properties (Right click > Properties). If the 'application name' (under "Application Settings" on the "Directory" tab) is greyed out then click '[Create]' and then '[OK]'. hope this helpsyou could see our post herehttp://sqlteam.com/forums/topic.asp?TOPIC_ID=59451 |
 |
|
|
|
|
|
|