Running an ASP.NET application without internet

Last post 11-06-2009 1:58 PM by rakesh2kv. 5 replies.

Sort Posts:

  • Running an ASP.NET application without internet

    11-02-2009, 1:26 PM
    • Contributor
      4,773 point Contributor
    • yaip
    • Member since 10-27-2003, 2:29 PM
    • Los Angeles, CA
    • Posts 1,145

    I have a requirement to run an ASP.NET application in a web browser that does not have an Internet connection. The OS will be Windows 2000 Professional. 

    What are the system components I need?

    Thanks
    I love computers because: MY WISH IS THEIR COMMAND :)

    <Website>
    <Gadget>
  • Re: Running an ASP.NET application without internet

    11-02-2009, 1:38 PM
    • All-Star
      77,837 point All-Star
    • jeff@zina.com
    • Member since 09-26-2003, 10:43 AM
    • Naples, FL, USA
    • Posts 10,580
    • Moderator
      TrustedFriends-MVPs

    All the same as with an internet connection.  Just set IIS to answer omn 127.0.0.1 and use "localhost" as the host/domain name.

    Jeff

     

    Blatant Self Promotion: ASP.NET 3.5 CMS Development
  • Re: Running an ASP.NET application without internet

    11-02-2009, 2:16 PM
    • Contributor
      4,773 point Contributor
    • yaip
    • Member since 10-27-2003, 2:29 PM
    • Los Angeles, CA
    • Posts 1,145

    Is IIS installed by default in W2K? Do I have to configure it for the application? Is Cassini a better option? If yes, where do I get it from? How do I package it to make an install disk?

    Thanks
    I love computers because: MY WISH IS THEIR COMMAND :)

    <Website>
    <Gadget>
  • Re: Running an ASP.NET application without internet

    11-02-2009, 2:46 PM
    • Member
      87 point Member
    • DnshPly9
    • Member since 10-13-2008, 4:47 PM
    • Ghaziabad India
    • Posts 33

    To check for installed IIS simply browse http://localhost on your computer.

    If not installed then Use this link to install IIS ON W2K --- http://www.dmxzone.com/go?1736&LinkFile=install.html

    That's it


  • Re: Running an ASP.NET application without internet

    11-02-2009, 3:37 PM
    • Contributor
      4,773 point Contributor
    • yaip
    • Member since 10-27-2003, 2:29 PM
    • Los Angeles, CA
    • Posts 1,145

    I installed it. Now it asks me for a uid/pwd. What do I supply and where is it stored?

    Thanks
    I love computers because: MY WISH IS THEIR COMMAND :)

    <Website>
    <Gadget>
  • Re: Running an ASP.NET application without internet

    11-06-2009, 1:58 PM
    Answer
    • Member
      284 point Member
    • rakesh2kv
    • Member since 10-27-2008, 2:41 PM
    • Posts 242

    Go to iis manager , diable the integrated windows authenticaiton .. if you want to keep it .. username and password are

    windws login credentials


Page 1 of 1 (6 items)