473,473 Members | 2,048 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How can I run asp.net in other computers....

I have four computers.

One computer - Win XP

Two computers - Win 98

One computer - Win ME

I designed some pages in my computer having Win XP operating system. I
installed dot net framework 1.1 and web matrix is used for asp .net code
editing. Now I want to access these pages in other three computers with
win98 and winme as operating systems. I dont want to just copy these files
in other computers. i want to use internet explorer to browse these files
and my winxp system should work as server. i didnt set anything like server
and terminals in my four computers. all these four computers are just
connected using a hub and networked by giving serial ip addresses. Please
help me. Can i access these files in other computers? If yes what are the
other things i have to install or set in other three computers?

With Regards,

Vanga Sasidhar
Nov 18 '05 #1
8 2671
If you are using a "hub" then your Computers will be given IP addresses
on Windows XP go to STart -> run -> cmd.exe and type ipconfig.
Find the IP address. (Below is sample output)

IP Address. . . . . . . . . . . . : 192.168.1.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1

then go to your Windows 98 or Windows ME Box and type in
http://ipaddress/WebForm1/WebForm1.aspx (where ipaddress is replaced with
the IP address of the xp computer).
Please note that if youa re running Windows ICF or another firewall on your
XP Server you may need to make an exception for it on port 80 (the port that
IIS is listening on )
Hope this helps. posting is provided as is.

"Vanga Sasidhar" <va*****@hotmail.com> wrote in message
news:uj**************@TK2MSFTNGP11.phx.gbl...
I have four computers.

One computer - Win XP

Two computers - Win 98

One computer - Win ME

I designed some pages in my computer having Win XP operating system. I
installed dot net framework 1.1 and web matrix is used for asp .net code
editing. Now I want to access these pages in other three computers with
win98 and winme as operating systems. I dont want to just copy these files
in other computers. i want to use internet explorer to browse these files
and my winxp system should work as server. i didnt set anything like
server
and terminals in my four computers. all these four computers are just
connected using a hub and networked by giving serial ip addresses. Please
help me. Can i access these files in other computers? If yes what are the
other things i have to install or set in other three computers?

With Regards,

Vanga Sasidhar

Nov 18 '05 #2
Vanga Sasidhar wrote:
I have four computers.

One computer - Win XP

Two computers - Win 98

One computer - Win ME

I designed some pages in my computer having Win XP operating system. I
installed dot net framework 1.1 and web matrix is used for asp .net code
editing. Now I want to access these pages in other three computers with
win98 and winme as operating systems. I dont want to just copy these files
in other computers. i want to use internet explorer to browse these files
and my winxp system should work as server. i didnt set anything like server
and terminals in my four computers. all these four computers are just
connected using a hub and networked by giving serial ip addresses. Please
help me. Can i access these files in other computers? If yes what are the
other things i have to install or set in other three computers?


Hi Vanga,

you cannot access your pages from the web server running on your
windowsxp machine if you're using the server included in web matrix. You
need to install a server that can run asp.net pages. Several choices:

1. Easiest, upgrade to windows xp pro, and use IIS (Internet Information
Services) to publish your pages
2. Easy but cost money: Buy yourself some space on the web to host your
asp.net application. It ain't free though.
3. Install an alternative asp.net web server: Either a modified Cassini
web server (you can find it by googling), or apache with a mono
installation (you may run into problems though, as the installation is
slightly more complex and i'm not even sure it's running on windows.

--
Sebastien Lambla [TheTechnologist]
The Geeky Lazy Bloggy
http://blog.thetechnologist.net
Nov 18 '05 #3
Vanga Sasidhar wrote:
I have four computers.

One computer - Win XP

Two computers - Win 98

One computer - Win ME

I designed some pages in my computer having Win XP operating system. I
installed dot net framework 1.1 and web matrix is used for asp .net code
editing. Now I want to access these pages in other three computers with
win98 and winme as operating systems. I dont want to just copy these files
in other computers. i want to use internet explorer to browse these files
and my winxp system should work as server. i didnt set anything like server
and terminals in my four computers. all these four computers are just
connected using a hub and networked by giving serial ip addresses. Please
help me. Can i access these files in other computers? If yes what are the
other things i have to install or set in other three computers?


Hi Vanga,

you cannot access your pages from the web server running on your
windowsxp machine if you're using the server included in web matrix. You
need to install a server that can run asp.net pages. Several choices:

1. Easiest, upgrade to windows xp pro, and use IIS (Internet Information
Services) to publish your pages
2. Easy but cost money: Buy yourself some space on the web to host your
asp.net application. It ain't free though.
3. Install an alternative asp.net web server: Either a modified Cassini
web server (you can find it by googling), or apache with a mono
installation (you may run into problems though, as the installation is
slightly more complex and i'm not even sure it's running on windows.

--
Sebastien Lambla [TheTechnologist]
The Geeky Lazy Bloggy
http://blog.thetechnologist.net
Nov 18 '05 #4
The Cassini web server that is included with web matrix only supports
viewing web pages on the development machine.
It was designed for development purposes only.
For a more real-world scenario such as you describe you'll need IIS on your
WinXP Pro computer. (WinXP Home does not include IIS.)

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"Vanga Sasidhar" <va*****@hotmail.com> wrote in message
news:uj**************@TK2MSFTNGP11.phx.gbl...
I have four computers.

One computer - Win XP

Two computers - Win 98

One computer - Win ME

I designed some pages in my computer having Win XP operating system. I
installed dot net framework 1.1 and web matrix is used for asp .net code
editing. Now I want to access these pages in other three computers with
win98 and winme as operating systems. I dont want to just copy these files
in other computers. i want to use internet explorer to browse these files
and my winxp system should work as server. i didnt set anything like server and terminals in my four computers. all these four computers are just
connected using a hub and networked by giving serial ip addresses. Please
help me. Can i access these files in other computers? If yes what are the
other things i have to install or set in other three computers?

With Regards,

Vanga Sasidhar

Nov 18 '05 #5
The Cassini web server that is included with web matrix only supports
viewing web pages on the development machine.
It was designed for development purposes only.
For a more real-world scenario such as you describe you'll need IIS on your
WinXP Pro computer. (WinXP Home does not include IIS.)

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"Vanga Sasidhar" <va*****@hotmail.com> wrote in message
news:uj**************@TK2MSFTNGP11.phx.gbl...
I have four computers.

One computer - Win XP

Two computers - Win 98

One computer - Win ME

I designed some pages in my computer having Win XP operating system. I
installed dot net framework 1.1 and web matrix is used for asp .net code
editing. Now I want to access these pages in other three computers with
win98 and winme as operating systems. I dont want to just copy these files
in other computers. i want to use internet explorer to browse these files
and my winxp system should work as server. i didnt set anything like server and terminals in my four computers. all these four computers are just
connected using a hub and networked by giving serial ip addresses. Please
help me. Can i access these files in other computers? If yes what are the
other things i have to install or set in other three computers?

With Regards,

Vanga Sasidhar

Nov 18 '05 #6
Thanks for your help. With some changes in config files i am sure that i can
run my asp.net pages from my winxp to other win98 and winme computers. Now I
want one more help. Can I run my asp.net pages in a standalone computer
which is not connected to any other computer and having win98 or winme as
operating system? Right now i am developing my asp.net pages in a computer
which is already having winxp using IIS 6.0 server. There is no problem in
it. But i want to copy these files in my home computer which is having win98
and winme operating systems and i want to run those asp.net pages in it. Is
this possible by installing any other servers?

With Regards,
Vanga Sasidhar

<jo*****@driver.net> wrote in message
news:#2**************@TK2MSFTNGP11.phx.gbl...
If you are using a "hub" then your Computers will be given IP addresses
on Windows XP go to STart -> run -> cmd.exe and type ipconfig.
Find the IP address. (Below is sample output)

IP Address. . . . . . . . . . . . : 192.168.1.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1

then go to your Windows 98 or Windows ME Box and type in
http://ipaddress/WebForm1/WebForm1.aspx (where ipaddress is replaced with
the IP address of the xp computer).
Please note that if youa re running Windows ICF or another firewall on your XP Server you may need to make an exception for it on port 80 (the port that IIS is listening on )
Hope this helps. posting is provided as is.

"Vanga Sasidhar" <va*****@hotmail.com> wrote in message
news:uj**************@TK2MSFTNGP11.phx.gbl...
I have four computers.

One computer - Win XP

Two computers - Win 98

One computer - Win ME

I designed some pages in my computer having Win XP operating system. I
installed dot net framework 1.1 and web matrix is used for asp .net code
editing. Now I want to access these pages in other three computers with win98 and winme as operating systems. I dont want to just copy these files in other computers. i want to use internet explorer to browse these files and my winxp system should work as server. i didnt set anything like
server
and terminals in my four computers. all these four computers are just
connected using a hub and networked by giving serial ip addresses. Please help me. Can i access these files in other computers? If yes what are the other things i have to install or set in other three computers?

With Regards,

Vanga Sasidhar


Nov 18 '05 #7
Dear Sebastien,

I am using IIS 6.0 as my server, winxp operating system and Webmatrix as
asp.net editor. I have already resolved my problem. I am able to run my
asp.net pages in other computers by using the ipaddress of the winxp
computer as these computers are already networked by using a hub. But one
more problem i have.

I am developing my asp.net pages using the above configuration. But i
want to run these files in my home computer which is not at all connected to
any other computer and more over it is having win98 and winme operating
systems. is there any possibility that i can run these asp.net pages in my
home computer with the above mentioned configuration. Can it be possible
atleast by installing any other servers in it? Please help me.

With Regards,
Vanga Sasidhar

"Sebastien Lambla" <se****************@SPAMbouygtel.fr> wrote in message
news:uK**************@TK2MSFTNGP10.phx.gbl...
Vanga Sasidhar wrote:
I have four computers.

One computer - Win XP

Two computers - Win 98

One computer - Win ME

I designed some pages in my computer having Win XP operating system. I
installed dot net framework 1.1 and web matrix is used for asp .net code
editing. Now I want to access these pages in other three computers with
win98 and winme as operating systems. I dont want to just copy these files in other computers. i want to use internet explorer to browse these files and my winxp system should work as server. i didnt set anything like server and terminals in my four computers. all these four computers are just
connected using a hub and networked by giving serial ip addresses. Please help me. Can i access these files in other computers? If yes what are the other things i have to install or set in other three computers?


Hi Vanga,

you cannot access your pages from the web server running on your
windowsxp machine if you're using the server included in web matrix. You
need to install a server that can run asp.net pages. Several choices:

1. Easiest, upgrade to windows xp pro, and use IIS (Internet Information
Services) to publish your pages
2. Easy but cost money: Buy yourself some space on the web to host your
asp.net application. It ain't free though.
3. Install an alternative asp.net web server: Either a modified Cassini
web server (you can find it by googling), or apache with a mono
installation (you may run into problems though, as the installation is
slightly more complex and i'm not even sure it's running on windows.

--
Sebastien Lambla [TheTechnologist]
The Geeky Lazy Bloggy
http://blog.thetechnologist.net

Nov 18 '05 #8
Dear Steve,

I am using IIS 6.0 as my server, winxp operating system and Webmatrix as
asp.net editor. I have already resolved my problem. I am able to run my
asp.net pages in other computers by using the ipaddress of the winxp
computer as these computers are already networked by using a hub. But one
more problem i have.

I am developing my asp.net pages using the above configuration. But i
want to run these files in my home computer which is not at all connected to
any other computer and more over it is having win98 and winme operating
systems. is there any possibility that i can run these asp.net pages in my
home computer with the above mentioned configuration. Can it be possible
atleast by installing any other servers in it? Please help me.

With Regards,
Vanga Sasidhar

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:#O**************@tk2msftngp13.phx.gbl...
The Cassini web server that is included with web matrix only supports
viewing web pages on the development machine.
It was designed for development purposes only.
For a more real-world scenario such as you describe you'll need IIS on your WinXP Pro computer. (WinXP Home does not include IIS.)

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"Vanga Sasidhar" <va*****@hotmail.com> wrote in message
news:uj**************@TK2MSFTNGP11.phx.gbl...
I have four computers.

One computer - Win XP

Two computers - Win 98

One computer - Win ME

I designed some pages in my computer having Win XP operating system. I
installed dot net framework 1.1 and web matrix is used for asp .net code
editing. Now I want to access these pages in other three computers with
win98 and winme as operating systems. I dont want to just copy these files in other computers. i want to use internet explorer to browse these files and my winxp system should work as server. i didnt set anything like

server
and terminals in my four computers. all these four computers are just
connected using a hub and networked by giving serial ip addresses. Please help me. Can i access these files in other computers? If yes what are the other things i have to install or set in other three computers?

With Regards,

Vanga Sasidhar


Nov 18 '05 #9

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

Similar topics

5
by: gabbott | last post by:
I've designed a very simple VB.NET project that uses the .NET framework functionality to access registry keys. At the moment it pulls values from a few keys and puts them into a listbox. The...
0
by: Max Mayer | last post by:
Hello everybody, I have implemented a windows form in C# .NET to export data from a listbox to Excel. I work on a Windows XP machine with Office 97 and .NET framework 1.1 SDK installed. I use...
6
by: Vanga Sasidhar | last post by:
I have four computers. One computer - Win XP Two computers - Win 98 One computer - Win ME I designed some pages in my computer having Win XP operating system. I installed dot net...
3
by: RD | last post by:
Computer A is doing an automated retrieval job running 24-7 (using a VB.Net Windows form application). If something goes wrong in the process we want to trap the error (no problem with that) and...
2
by: Javier1958 | last post by:
Hi all I have a problem running Visual Basic 2005 (.NET) programs in other computers different of that where I have Visual Studio installed. I know I have to install the .NET framework in the...
24
by: Asja | last post by:
I have written an application that runs in a kind of peer-to-peer framework. Servers connect to a masterserver, which a client then queries to receive a list of servers. The client selects a server...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.