This site is supported by the advertisements on it, please disable your AdBlocker so we can continue to provide you with the quality content you expect.

ASP and .NET Framework issues

Discussion in 'Computers/Gadgets' started by Bren100, Mar 19, 2009.

  1. Bren100

    Bren100
    Expand Collapse
    Well-Known Member

    Joined:
    Oct 22, 2007
    Messages:
    5,784
    Likes Received:
    9
    Anyone useful with ASP / .NET Framework - Having a nightmare!
     
  2. F@ces

    F@ces
    Expand Collapse
    Part of the dance

    Joined:
    May 7, 2008
    Messages:
    9,005
    Likes Received:
    8
    Hi Bren,

    I'm a C++/C# developer. So with the latter I use the .NET framework of course. I do not, however, have any experience using ASP.NET (albeit did briefly have to do something in it, and honestly I hated it!!!).

    How are you having problems with the .NET Framework though? All you should need to do to get going is install the relevant version and off you go. So say for Visual Studio 2008 you could target the 2.0, 3.0 or 3.5 frameworks, as long as you have them installed.

    Sure post up your issue and I'll see if I can help. If it's directly ASP related I'm of no use to you though!
     
  3. Bren100

    Bren100
    Expand Collapse
    Well-Known Member

    Joined:
    Oct 22, 2007
    Messages:
    5,784
    Likes Received:
    9
    I all sorted now. I foolishly installed .net 2.0 SP2 and 3.0 Sp2 from a Microsoft update on my exchange server. I have an app that uses .net 1.1 but the updates killed the app. I knew to remove both updates but I didnt know what effect .net could have on the O/S post reboot and was looking for advice on that. I removed both versions and rebooted the server lastnight, all is ok now .... thankfully.

    Lesson is ... dont install .net update when you have a web site that relies on another version!
     
  4. F@ces

    F@ces
    Expand Collapse
    Part of the dance

    Joined:
    May 7, 2008
    Messages:
    9,005
    Likes Received:
    8
    Ah yes, never thought of that. I've had similar problems, have designed apps in 1.1 using VS 2003 and then upgraded to VS 2008 and so had to make sure I kept the 1.1 framework as well as the new ones (2.0, 3.0 and 3.5). They can all co-exist happily though.

    Good to see you're sorted. Happy coding :D
     
  5. RedWally

    RedWally
    Expand Collapse
    Well-Known Member

    Joined:
    Aug 15, 2007
    Messages:
    1,364
    Likes Received:
    0
    Yes - they can live happily together. You can select the framework version you want to use under the asp.net tab on the virtual folder properties in IIS Admin.
     

Share This Page