|
-
July 8th, 2008, 04:10 PM
#1
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.
-
July 8th, 2008, 05:00 PM
#2
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
-
July 8th, 2008, 07:31 PM
#3
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
-
July 8th, 2008, 08:04 PM
#4
Re: Deploying a ASP.NET website
I would also like to know this.
-
July 9th, 2008, 04:56 AM
#5
Re: Deploying a ASP.NET website
Code:
http://weblogs.asp.net/israelio/archive/2005/09/11/424852.aspx
-
July 10th, 2008, 03:24 PM
#6
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.
-
July 10th, 2008, 03:37 PM
#7
Re: Deploying a ASP.NET website
-
July 10th, 2008, 03:42 PM
#8
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
-
July 10th, 2008, 03:50 PM
#9
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.
-
July 10th, 2008, 03:57 PM
#10
Re: Deploying a ASP.NET website
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|