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.

 All Forums
 Development Tools
 ASP.NET
 Clientside IIS server won't run .NET

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]
Go to Top of Page

MichaelP
Jedi Yak

2489 Posts

Posted - 2005-12-27 : 10:07:56
I think you need to go to your .Net command prompt and run this
Aspnet_regiis -i

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfASPNETIISRegistrationToolAspnet_regiisexe.asp


Michael

<Yoda>Use the Search page you must. Find the answer you will. Cursors, path to the Dark Side they are. Avoid them, you must. Use Order By NewID() to get a random record you will.</Yoda>
Go to Top of Page

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?
Go to Top of Page

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.
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-12-27 : 10:18:01
format c:
install xp + sp2

also read this:
http://msdn.microsoft.com/vstudio/support/uninstall/default.aspx
maybe it could be related to your problem.


Go with the flow & have fun! Else fight the flow
Go to Top of Page

SamC
White Water Yakist

3467 Posts

Posted - 2005-12-27 : 10:27:08
Yeah. I'll give it a try.
Go to Top of Page

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 things

1. installed .net
then we were getting a new error

2. 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 helps

you could see our post here

http://sqlteam.com/forums/topic.asp?TOPIC_ID=59451
Go to Top of Page
   

- Advertisement -