webdevsf

msg:944901 | 6:25 pm on Jul 14, 2004 (gmt 0) |
Yes, you can do this.
|
Gibble

msg:944902 | 6:31 pm on Jul 14, 2004 (gmt 0) |
Ok...now what do I need to set this up. (I'm a linux server guy, not a windows server guy.) Where do I get IIS, and the .NET "add-ons" for the server? Is IIS included on my 2kPro CD?
|
webdevsf

msg:944903 | 6:37 pm on Jul 14, 2004 (gmt 0) |
For IIS, go to control panel->add/remove programs->add/remove windows components select IIS, it should add automatically (you may need your CD) For .NET framework, go to: [msdn.microsoft.com...] you'll probably want the SDK if youare going to do dev work.
|
Gibble

msg:944904 | 6:40 pm on Jul 14, 2004 (gmt 0) |
For dev work I'll probably just buy one of the languages (ie C#, or VB) since I don't need the entire studio and it's ALOT cheaper...I just have to be able to do a little .NET work for some clients on occasion.
|
ballygobackwards

msg:944905 | 12:09 pm on Jul 15, 2004 (gmt 0) |
If you are developing ASP.net try : [asp.net...] It's a free! :)
|
Gibble

msg:944906 | 1:30 pm on Jul 15, 2004 (gmt 0) |
Very interesting...
|
raywood

msg:944907 | 1:46 pm on Jul 15, 2004 (gmt 0) |
Make sure to install IIS first, before you install the dotnet framework on the first time around. After that, if you ever uninstall the IIS and reinstall you must run a utility called dotnetfx.exe after you reinstall the IIS. The utility comes with the dotnet framework download.
|
Xoc

msg:944908 | 2:16 pm on Jul 29, 2004 (gmt 0) |
If you install IIS after you have installed the .NET Framework, then you need to run a utility called aspnet_regiis, not dotnetfx. You install it by doing: c:\windows directory\Microsoft .NET\Framework\v1.1.4322\aspnet_regiis -i This modifies the IIS metabase to know about .NET. If you install dotnetfx, that actually just reinstalls the .NET framework, which is unnecessary. The v1.1.4322 in the path above should be replaced by the highest version number you have installed of the framework. aspnet_regiis can be run at any time to fix the IIS metabase to know about .NET. There is no harm in running it multiple times.
|
raywood

msg:944909 | 4:36 pm on Aug 1, 2004 (gmt 0) |
Thanks, Xoc. I didn't know that. I always used dotnetfx. That's what the MS KB told me to do.
|
|