
- Forum
- Programming Talk
- Microsoft .NET
- Web Server for Windows XP
Web Server for Windows XP
This is a discussion on Web Server for Windows XP within the Microsoft .NET forums, part of the Programming Talk category; Hi all, I'm trying to develop website using ASP.NET. I don't hav IIS installed in my system. I tried installing ...
-
Web Server for Windows XP
Hi all,
I'm trying to develop website using ASP.NET. I don't hav IIS installed in my system. I tried installing it, but I could not.
Is there any other webserver available for the Windows XP. I also need SMTP in it. I should have options to send mail in my website.
Please help.
Thanks in Advance.
-
If you are using Microsoft.Net 2005 verison, that comes with local webserver .. you don't need to have IIS for testing purpose..
Mono has an implementation of ASP.NET 2.0 (currently missing WebParts). Our next goal is to ship ASP.NET AJAX as well.
ASP.NET - Mono
-
As Adrian has said Visual Studio 2005 comes with its own webserver which will allow you to develop and test without IIS.
One thing to watch out for though is it tends to start your projects in a subdirectory
IE
http:// localhost:/ /
Thats all well and good but you will need to be careful when developing that your code will work at root level as well, its quite a common mistake especially with CSS for your code not to work properly when deployed to
http://www . mywebsite . com/
Jen
-
10-04-2007, 04:01 AM #4
- Join Date
- Oct 2007
- Location
- Bangladesh.
- Answers
- 3
For testing purpose you need not to install IIS. But for maintain SMTP protocol u will need to install exchange server to send mail. Thanks
-
Sponsored Ads
«
VB Script
|
How to Notify Users
»

Reply With Quote





