Web application development issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • androger

    #1

    Web application development issue

    hi,


    I'm using win2k professional, and i'm having trouble
    whenever i try to open a web service project in VS.NET
    2003, I'm always getting this message:

    "Visual Studio .NET has detected that the specified Web
    server is not running ASP.NET version 1.1. You will be
    unable to run ASP.NET Web applications or services."

    The funny thing is that I never had that message before,
    It just started one day(I must have done something.. don't
    know what). So i tried executing

    C:\WINNT\Micros oft.NET\Framewo rk\v1.1.4322
    \aspnet_regiis. exe -i

    didn't help .. so I remove all .NET components and VS.NET
    2003, and did a reinstall... same error! I'm desperate,
    don't know what to do, any help or hint would be
    appreciated, thank you!
  • Jamie Geiges

    #2
    Web application development issue

    If you have the framework 1.1 ISAPI filter installed on
    the WWW service try to disable that. Currently I've
    deleted the ISAPI filter and everything on my server runs
    great. Also if that doesn't work, maybe you can check the
    Ap Mappings on the specific app to see if it is pointing
    to 1.1

    I hope something in there will help, I'm not an expert by
    far, but you never know till you try.

    Thanks![color=blue]
    >-----Original Message-----
    >hi,
    >
    >
    >I'm using win2k professional, and i'm having trouble
    >whenever i try to open a web service project in VS.NET
    >2003, I'm always getting this message:
    >
    >"Visual Studio .NET has detected that the specified Web
    >server is not running ASP.NET version 1.1. You will be
    >unable to run ASP.NET Web applications or services."
    >
    >The funny thing is that I never had that message before,
    >It just started one day(I must have done something..[/color]
    don't[color=blue]
    >know what). So i tried executing
    >
    >C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322
    >\aspnet_regiis .exe -i
    >
    >didn't help .. so I remove all .NET components and VS.NET
    >2003, and did a reinstall... same error! I'm desperate,
    >don't know what to do, any help or hint would be
    >appreciated, thank you!
    >.
    >[/color]

    Comment

    Working...