473,386 Members | 1,795 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Can one show aspx files on XP Home without IIS?

XP Home does not come with IIS. Can one use VS 2003 or some other tool to view aspx
pages one is developing and do that on XP Home without having IIS on the machine?
Nov 19 '05 #1
4 2029
Whats going to serve your page?
XP home doesn't come with IIS
Try looking for WebMatrix
Hope that helps
Patrick

"Randall Parker" <NOtechieSPAMpundit_please@future_avoidjunk_pundit .com>
wrote in message news:u8**************@TK2MSFTNGP09.phx.gbl...
XP Home does not come with IIS. Can one use VS 2003 or some other tool to view aspx pages one is developing and do that on XP Home without having IIS on the

machine?
Nov 19 '05 #2
Try Cassini
http://www.asp.net/Projects/Cassini/...ndex=0&tabid=1

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"Randall Parker" <NOtechieSPAMpundit_please@future_avoidjunk_pundit .com>
wrote in message news:u8**************@TK2MSFTNGP09.phx.gbl...
XP Home does not come with IIS. Can one use VS 2003 or some other tool to
view aspx pages one is developing and do that on XP Home without having
IIS on the machine?

Nov 19 '05 #3
Or WebMatrix, which has a version of Cassini in it.

Or CassiniEx, based on Cassini : http://www.systemex.net/CassiniEx/
CassiniEx comes with source code, so you can modify it.

Check out this article on how to deploy an app with Cassini :
http://msdn.microsoft.com/msdnmag/is...e/default.aspx

You could even deploy an app on a CD with it.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Mark Fitzpatrick" <ma******@fitzme.com> wrote in message
news:e3*************@tk2msftngp13.phx.gbl...
Try Cassini http://www.asp.net/Projects/Cassini/...ndex=0&tabid=1

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage "Randall Parker" <NOtechieSPAMpundit_please@future_avoidjunk_pundit .com> wrote in
message news:u8**************@TK2MSFTNGP09.phx.gbl...
XP Home does not come with IIS. Can one use VS 2003 or some other tool to view aspx
pages one is developing and do that on XP Home without having IIS on the machine?


Nov 19 '05 #4
It is possible to do. A good tip sheet here:
http://forums.asp.net/1082874/ShowPost.aspx

It seems the same questions keep cropping up, hopefully my own notes might help
those who haven't the time to trawl through the old threads looking for information.
Most of the stuff included came from this forum, it may not be complete, entirely
accurate or best practise, but it works for me.
SETUP
1. Download and install the .NET Framework SDK (installs GACUTIL.EXE)
2. From the start menu select 'Start/Control Panel/System/Advanced/Environment
Variables', and add a new User Variable called 'PATH' with a value of
'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322' (or wherever you've installed the .NET
Framework to)
3. Download Cassini Sample Web Server
(http://asp.net/Projects/Cassini/Download/download.aspx)
4. Install Cassini, open a command window and navigate to the installation directory
(e.g. C:\Cassini)
5. Type 'build.bat'
6. Create directory 'C:\inetpub\wwwroot', share as 'wwwroot$' with permission for
network users to change files.
RUNNING CASSINI
1. Start Cassini ('CassiniWebServer.exe')
2. Set Application Directory: C:\inetpub\wwwroot
3. Set Server Port: 80
4. Set Virtual Root: /
CREATING NEW ASP.NET APPLICATIONS IN VISUAL STUDIO
1. In Visual Studio select 'File/New Project'
2. Select a Visual basic/C#/J# project type, and choose 'ASP.NET Web Application'
3. Set Location: http://localhost/ApplicaionName
4. Ignore the two errors

Studio creates three folders:
a) C:\Documents and Settings\usernamel\My Documents\Visual Studio
Projects\ApplicationName (contains the .sln file)
b) C:\Documents and Settings\username\VSWebCache\MACHINENAME\Applicati onName (the web
projects cache)
c) C:\inetpub\wwwroot\ApplicationName (the actual project files)
DEBUGGING
1. In Project Properties/Configuration Properties/Debugging, set Debug Mode to
'Program', click Apply
2. Set Start Application to point to Cassini Web Server (e.g. 'C:\Proram
Files\Cassini\CassiniWebServer.exe')
3. Set Command Line Arguments to location of project and port to use (e.g.
'"c:\inetpub\wwwroot" 80')
4. Stop any existing running instance of Cassini (or set the port in Step7 above to
be '8080'), and run the project. No errors should be shown, but nor is the default
webform because it's no longer the startup object, Cassini is. How do I make the form
visible when running in Debug mode?!

The project can be started without debugging, but it doesn't appear to do anything?
Right-clicking on the WebForm1.aspx and selecting 'view in browser' gives an
authentication error, easily fixed by commenting out the authentication line in the
Web.config file. Similarly, the whole of the sessionState block needs to be commented
out.

The 'inherits' tag in Line1 of the Webform1.aspx code may also need to be removed.
This appears to be dynamic code though, it sometimes reverts back to trying to
inherit, and I'm unsure how to change it.

Feedback on my debugging questions would be appreciated, thanks.

Randall Parker wrote:
XP Home does not come with IIS. Can one use VS 2003 or some other tool
to view aspx pages one is developing and do that on XP Home without
having IIS on the machine?

Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Al Davis | last post by:
Note: I tried cross-posting this message to several newsgoups, including comp.lang.perl.misc, c.l.p.moderated, comp.infosystems.www.authoring.cgi, comp.lang.javascript and comp.lang.php. Nothing...
3
by: Nerses | last post by:
I have clustered IIS 5.0. It is working on a fail-over clustered model (Active-Passive), with one node as a preferred owner and the other only as a failover. I make the changes to IIS from one...
1
by: frekster | last post by:
All, Windows xp pro box with vs 2003 and .net 1.1 installed. Downloaded a project from source safe via vpn to my ome pc to work from home. I have three other projects on my pc that works fine...
3
by: dust | last post by:
I need to improve the download speed for an asp.net 2.0 application. So I'd like to compress the dimension of the .aspx pages. These pages don't have any images or heavy element. The most long...
1
by: Chicagoboy27 | last post by:
I have all the following site map ... <siteMapNode url="nothing.aspx" title="nothing" description="Home" roles=""> <siteMapNode url="default.asp" title="Home" description="Home" roles="" />...
7
by: elgiei | last post by:
Good morning at all, i have to implement a server,that every n-seconds (eg. 10sec) sends to other clients,which files and directory has been deleted or modified. i build a n-tree, for each...
1
by: Kesavan | last post by:
I install apache2 in /usr/local/apache2 and install php5 by ./configure --with-apxs2=/usr/local/apache2/bin/ apxs PHP is successfully installed in my system. But now my .php files inside...
21
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Uploading files from a local computer to a remote web server has many useful purposes, the most...
8
by: AAaron123 | last post by:
I created a home page and moved to the isp. it contains 3 files: Default.aspv Default.aspx.vb web.config and the folder App.Data Using IE to point to my home page folder it displays the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.