473,324 Members | 2,501 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,324 software developers and data experts.

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 2663
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: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.