asp.net

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

    asp.net

    Hi I am followig a tutorial trying to create a basic web service and I have
    VS.NEtT 2003 and IIS installed on my pc however when I try and create a new
    ASP webservic project I get the following error message displayed:

    "VisualStudio.N ET has detected that the specified Web Service is not running
    ASP.NEt version 1.1 . you will be unable to run ASP.NET web applications or
    services"

    Any suggestion on how to solve this?

    Thanks

    GS
  • Martin Kulov

    #2
    Re: asp.net

    Hi George,

    If you have installed IIS after VS.NET you need to run "aspnet_reg iis -i" to recreate mime and script mappings.

    HTH,

    Martin Kulov
    Advanced Software Engineering


    MCAD Charter Member
    MCSD.NET Early Achiever

    Comment

    • gs

      #3
      Re: asp.net

      Martin

      Thanks,

      What is "aspnet_reg iis -i".

      I am not sure how to run aspnet_regiis, is it an exe where can I obtain it
      or how else do I run it?

      Thanks

      Comment

      • Mujtaba Syed

        #4
        Re: asp.net

        aspnet_regiis.e xe is an executable that will be available on your system if
        you have the .NET SDK.

        Go to the command prompt and run the tool with the -i argument.

        C:\.aspnet_regi is -i

        This will register ASP.NET as an app server with IIS.

        Mujtaba.

        "gs" <gs@discussions .microsoft.com> wrote in message
        news:49162709-93DB-4586-894D-7BDEBAB48AB0@mi crosoft.com...[color=blue]
        > Martin
        >
        > Thanks,
        >
        > What is "aspnet_reg iis -i".
        >
        > I am not sure how to run aspnet_regiis, is it an exe where can I obtain it
        > or how else do I run it?
        >
        > Thanks[/color]


        Comment

        Working...