CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2010
    Posts
    2

    running asp.net application

    As we know asp.net application is generally hosted on IIS.
    but if application is not hosted on IIS then also we can run it on our local machine ...Can anyone please explain ..how asp.net works in this case?

  2. #2
    Join Date
    Aug 2010
    Posts
    2

    Re: running asp.net application

    hey,
    I found out there is internal web server on which asp.net application runs!!when it runs it gives port number on localhost like http://localhost:3323 (any port number)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured