473,763 Members | 7,719 Online
Bytes | Software Development & Data Engineering Community
+ 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 2706
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*****@hotmai l.com> wrote in message
news:uj******** ******@TK2MSFTN GP11.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*****@hotmai l.com> wrote in message
news:uj******** ******@TK2MSFTN GP11.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*****@hotmai l.com> wrote in message
news:uj******** ******@TK2MSFTN GP11.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******** ******@TK2MSFTN GP11.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*****@hotmai l.com> wrote in message
news:uj******** ******@TK2MSFTN GP11.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************ ****@SPAMbouygt el.fr> wrote in message
news:uK******** ******@TK2MSFTN GP10.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.ne t> wrote in message
news:#O******** ******@tk2msftn gp13.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*****@hotmai l.com> wrote in message
news:uj******** ******@TK2MSFTN GP11.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
3121
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 program works just fine and compiles just fine, I set the build mode to release and built an EXE. Whenever I try to run the EXE on any other computer I get this error: The application failed to initialize properly (0xc0000135). Click on OK to terminate...
0
1457
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 Visual Studio .NET 2003, German version, Service Pack 1. The Excel Export works fine on my developement machine, but I cannot export data into Excel on other computers. I tried to run the program on 2 other machines. One is a Windows XP and the...
6
399
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 framework 1.1 and web matrix is used for asp .net code
3
2091
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 then have a message pop up on top of any other Window on other computers on the LAN to warn the users at those workstations of the problem. How could we do the last part of the description above (ie the popup window on a number of other computers...
2
1303
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 other computers and so I did. I don't have problems with simple programs. They run nicely. The problem is with programs that use Excel files. In fact with just adding Imports Microsoft.Office.Interop.Excel to the program hampers it of running in...
24
5819
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 and connects to that server directly and both the server and client sever their connections with the masterserver. Problem: I have the masterserver set up at a location and it is not behind a router or firewall or anything, just directly connected...
0
9563
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10144
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9997
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9937
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9822
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6642
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5270
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3917
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2793
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.