Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have only installed Visual Studio.NET once, about a year ago, and don't remember the entire process. I'm trying to help someone else install it on their machine, but there is no IIS windows component available on the Add Windows Components list. She is running XP Pro. How do I get IIS on the components list, and is webmatrix necessary to develop .net applications?

 

Once IIS and Studio.NET are installed, is everything ready for development?

Thanks

Posted

there is no IIS windows component available on the Add Windows Components list? This should not happen...

 

Yes, once you installed IIS, Inetpub and wwwroot will automatic created

Posted

You can install VS.NET on XP Home.

Everything will work... but not any web project.

 

You'll be able to make any app but no web site.

So... if you don't need IIS... don't install it.

 

Sometime it's better to have only what you need... (less patchs, less hackers... etc...)

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

Posted
Web project development is necessary in this instance. I'm taking her word that its XP Pro, so I will check for myself when I see her again. Thanks for your help. Are there any other configurations I need to make to allow asp.net applications to run? seems like there was, but I can't remember.
Posted
Having IIS installed with all necessary component, VS.NET (will configure ASP.NET automaticly) and little time (long install as usual)

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

Posted
Hummm I don't know but the last time I've done that... I had to reinstall VS.NET completly

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

  • Administrators
Posted

If you install .Net after IIS you need to register the framework with IIS.

Drop to the Command prompt under the Visual Studio tool in your start menu and type aspnet_regiis /i - should take a few seconds to complete and things should then work.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...