473,396 Members | 1,998 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,396 software developers and data experts.

Doubt in accessing a web page from remote system in asp.net2.0

Hi

I want to know how can we access the webpage from remote systems?

I checked here with http://computername/virtualdirectoryname/page.asxp error showing the page cannot be display.

How can we access it?

Give me the solution asasp


Thanks
Regards
Khan Mohamed
Jun 13 '07 #1
7 1073
kenobewan
4,871 Expert 4TB
I believe that you need to manage the dns. HTH.
Jun 13 '07 #2
Frinavale
9,735 Expert Mod 8TB
Hi

I want to know how can we access the webpage from remote systems?

I checked here with http://computername/virtualdirectoryname/page.asxp error showing the page cannot be display.

How can we access it?

Give me the solution asasp


Thanks
Regards
Khan Mohamed
First you have to make the website.
Then you have to have IIS (the web server) installed and the appropriate version of the .NET Framework running on that server.
Then you have to add a website to the IIS.
Then you have to move your website on to the IIS server.
...
Then you should be able to connect to it.
Unless there's an error in some configuration...

-Frinny
Jun 13 '07 #3
Hi Friend

you asked to do the following

First you have to make the website.
Then you have to have IIS (the web server) installed and the appropriate version of the .NET Framework running on that server.
Then you have to add a website to the IIS.
Then you have to move your website on to the IIS server.

I think the above steps you asked to add our website in inetpub/wwwroot.That i have done already in my system.I want that website to some other "system x".Whwn i accessing that page error displayed as page cannot be displayed.
what are the other ways

...
Then you should be able to connect to it.
Unless there's an error in some configuration...
Jun 14 '07 #4
I believe that you need to manage the dns. HTH.
you have given the solution but i cant get it.Expalin it in detail.Because i am fresher for web application


Thanks
Jun 14 '07 #5
prabunewindia
199 100+
hi friend,
try the following

go to the iis and right click on ur project which is in default websites
and select properties---->
give permissions(check all check boxes)
and goto to the asp.net tab and choose the version in dropdown list

Prabu


you have given the solution but i cant get it.Expalin it in detail.Because i am fresher for web application


Thanks
Jun 14 '07 #6
Frinavale
9,735 Expert Mod 8TB
you have given the solution but i cant get it.Expalin it in detail.Because i am fresher for web application


Thanks

Have you been able to connect to it through localhost?
Do you see an error there...I remember something about some permissions not being set properly..the browser displays a "page not found" message to remote browsers for security reasons...I think this feature comes with IIS6?

I'll look it up for ya.

-Frinny
Jun 14 '07 #7
Frinavale
9,735 Expert Mod 8TB
Microsoft's article on the issue...

Another source says that IIS6 is initially only configured to serve static HTML pages and that you need to go into the IIS Manager and allow websites to use ASP.NET (pick the right version: 1.1 if you developed with Visual Studio 2003, otherwise pick version 2.0)....This is what I'm remembering (I had this problem too a little while back).

Another Microsoft Article on the issue

Check out this stuff and let me know if you're any closer to fixing the problem!

-Frinny
Jun 14 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: ehilario | last post by:
Hi Mark, The following shows when I call it locally. If you look at the URL that has http://localhost, this is the one I use when I call the ASP page from the same local server (self...
2
by: Jon L. Lovesky | last post by:
Hello all, I am attempting to access a remote folder from an asp.net application (all within the same domain). The application is configured for windows authentication in IIS and the asp.net...
2
by: Jeff | last post by:
Hi - I have an ASP.NET web page accessing a SQL database. It works fine on the web, and I'm trying to get it to also work in debug mode in the IDE. The "on the web" page and my SQL database...
0
by: Joergen Bech | last post by:
Fairly new to ASP.NET 1.1. Getting the error below when running application on a web server outside of my control, but only the first time I run it: 1. After a long period of inactivity (or...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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
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
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...
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,...

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.