CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10
  1. #1
    Join Date
    Jun 2008
    Posts
    17

    Deploying a ASP.NET website

    Hi. I am using Windows XP Home edition and as a result, I do not have IIS. It is too bad. Although, I have it on my office computer, I was wondering if there is a work around. I mean, if only I could some how make my ASP.NET web applications public to the outside world, it would be great. Currently, I am making use of IIS on my office computer. But, as a matter of fact, someone told me that there are other web servers that allow us to host web applications. But the person who told me about this does not work in .NET specific environment and said that he was not sure about that for .NET websites. So, as mentioned by him, I D/Led the JBoss web server, which is available for free. But I do not know how toi install it and host ASP.NET websites on it. If anyone has deployed ASP.NET websites on any other server that is available for downloads for free? I am just experimenting here. For office purposes, I have been deploying ASP.NET websites on IIS for sometime now.

    Thanks in advance,
    John.

  2. #2
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Deploying a ASP.NET website

    Well, upgrading to "Pro" is one option.

    Or you could use the "Cassandra" Web Server. (note this will NOT scale well, but for very small apps, it will work.

    Or you could simply host the .NET framework in a service. There is absolutely no reason why ASP.NET "needs" IIS or any other general Web Server.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  3. #3
    Join Date
    Jun 2008
    Posts
    17

    Re: Deploying a ASP.NET website

    Hi TheCPUWizard. Can you tell me how can I make the web site open to the outside world without using IIS? I asked quite a few .NET professionals within my circle and they said that it cannot be done. Some others said that it can be done, but they did not know how. So the result is the same. I am left stranded. I heard something of the sort that due to the security reasons, the OS allows only port 80 to interact with the outside world. And also the OS puts some network access restrictions for all other folders except virtual directory. Now, I had done a very preliminary socket programming in the past and I do not know the basics of internet programming. As I mentioned, I have XP pro on my office machine already installed. So, all I am looking is to learn some other way of getting rid of my dependency on IIS to host my web-apps. Please do tell me if it can be done...and how?

    Thanks and Regards
    John

  4. #4
    Join Date
    Nov 2007
    Location
    .NET 3.5 / VS2008 Developer
    Posts
    624

    Re: Deploying a ASP.NET website

    I would also like to know this.

  5. #5
    Join Date
    Apr 2006
    Posts
    220

    Re: Deploying a ASP.NET website

    Code:
    http://weblogs.asp.net/israelio/archive/2005/09/11/424852.aspx

  6. #6
    Join Date
    Jun 2008
    Posts
    17

    Re: Deploying a ASP.NET website

    May be. But is Apache server D/L free? I heard that it is not...Let me check it out once again.

  7. #7
    Join Date
    Nov 2007
    Location
    .NET 3.5 / VS2008 Developer
    Posts
    624

    Re: Deploying a ASP.NET website

    here you go..

    http://httpd.apache.org/

  8. #8
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Deploying a ASP.NET website

    Doesn't anybody read the documentation??
    http://msdn.microsoft.com/en-us/library/aa529311.aspx

    If the professionals you talked to claim to be ASP.NET professionals, they are incompetent.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  9. #9
    Join Date
    Jun 2006
    Posts
    645

    Re: Deploying a ASP.NET website

    Hey, TheCPUWizard. I saw that link. As I am also interested in knowing the way of hosting my web applications outside IIS and as I also am handicapped by having Windows XP Home Edition SP3 installed on my machine, I just went through the article and I will surely try it out. But, before that there is one Q in my mind. The article makes the mention of hosting web services outside IIS. Does the same logic and explanation hold good for websites as well? I will try it out anyways...

    Thanks for the link...
    Bhushan.

  10. #10
    Join Date
    Nov 2007
    Location
    .NET 3.5 / VS2008 Developer
    Posts
    624

    Re: Deploying a ASP.NET website

    you will need to download this...

    http://www.microsoft.com/downloads/d...displaylang=en

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