abt running the project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vinay2110
    New Member
    • Feb 2008
    • 6

    abt running the project

    how to run the project in asp .net with out using the localhost on microsoft visual studio 2005 ? is there is any other way to run the project
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Define "run".
    You can publish the project to another IIS server somewhere if you want.
    But you need IIS(or any other ASP.NET enabled webserver, like that mini-webserver that comes with visual web developer) to run an ASP.NET applications.

    Comment

    • vinay2110
      New Member
      • Feb 2008
      • 6

      #3
      "Run" means to execute the asp.net application written in c#
      I mean is there is any other way to execute the application without using IIS
      if there then plz tell i m waiting for response
      Originally posted by Plater
      Define "run".
      You can publish the project to another IIS server somewhere if you want.
      But you need IIS(or any other ASP.NET enabled webserver, like that mini-webserver that comes with visual web developer) to run an ASP.NET applications.

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        Originally posted by Plater
        But you need IIS(or any other ASP.NET enabled webserver, like that mini-webserver that comes with visual web developer) to run an ASP.NET applications.
        There was your answer right there.

        Comment

        Working...