473,796 Members | 2,560 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating a Web Site and publishing it

Hi there,

I'm a newbie in .NET Web development. I created a Web Site using VS2005,
then I press Start Debugging (F5), it works fine, I can see my page in
Internet Explorer 7.

The issue is: I try to access this page from another machine via the
internet, since a don't have a domain name, in the other machine I type
something like http://200.8.119.136/MyVirtualDirect...bSiteName.aspx as
the address, being 200.8.119.136 my currentIP Address (it's not static).

Then I get this message saying that Internet Explorer can't show the web
page (I translated it from spanish).

Could anybody tell me what am I not doing here?

Thanks in advance...

--

Rafael Soteldo
Feb 16 '08 #1
2 1252
Hi Rafael,

a silly question, but you are installing the site in IIS aren't you? ...and
not just the cut-down server that is used when you hit F5?

--

BlackWasp
www.blackwasp.co.uk
"Rafael Soteldo" <Ra***********@ discussions.mic rosoft.comwrote in message
news:A8******** *************** ***********@mic rosoft.com...
Hi there,

I'm a newbie in .NET Web development. I created a Web Site using VS2005,
then I press Start Debugging (F5), it works fine, I can see my page in
Internet Explorer 7.

The issue is: I try to access this page from another machine via the
internet, since a don't have a domain name, in the other machine I type
something like http://200.8.119.136/MyVirtualDirect...bSiteName.aspx
as
the address, being 200.8.119.136 my currentIP Address (it's not static).

Then I get this message saying that Internet Explorer can't show the web
page (I translated it from spanish).

Could anybody tell me what am I not doing here?

Thanks in advance...

--

Rafael Soteldo
Feb 17 '08 #2
Hi BlackWasp:

I haven't installed it in IIS myself, but as the location is HTTP (recall
that when you create a project, VS gives you three options: Fyle System, HTTP
and FTP) VS already copied these files in a virtual directory in IIS.

So I checked the directory in IIS, it seems to be ok, it has Anonimous
access on, application security low (IIS), I don't know what else...

As I'm learning ASP.NET, I just wan't to have the satisfaction of publishing
a page on the internet, just to make tests, since all tests seem to work fine
in my own machines, afterwards, I'd shut it down to continue studying locally
in my machine.

The address I type in the other machine is like:
http://MyCurrentIpAddress/TheAppDire...S/Default.aspx

Could you please help me here?
--

Rafael Soteldo
"BlackWasp" wrote:
Hi Rafael,

a silly question, but you are installing the site in IIS aren't you? ...and
not just the cut-down server that is used when you hit F5?

--

BlackWasp
www.blackwasp.co.uk
"Rafael Soteldo" <Ra***********@ discussions.mic rosoft.comwrote in message
news:A8******** *************** ***********@mic rosoft.com...
Hi there,

I'm a newbie in .NET Web development. I created a Web Site using VS2005,
then I press Start Debugging (F5), it works fine, I can see my page in
Internet Explorer 7.

The issue is: I try to access this page from another machine via the
internet, since a don't have a domain name, in the other machine I type
something like http://200.8.119.136/MyVirtualDirect...bSiteName.aspx
as
the address, being 200.8.119.136 my currentIP Address (it's not static).

Then I get this message saying that Internet Explorer can't show the web
page (I translated it from spanish).

Could anybody tell me what am I not doing here?

Thanks in advance...

--

Rafael Soteldo

Feb 17 '08 #3

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

Similar topics

0
996
by: John Bailey | last post by:
Okay, I am publishing a site done in ASP .Net 2.0. The site runs fine locally from source, I am publishing it mainly because two of the report assemblies do not come up on Crystal Tech when running from the source (Microsoft.ReportViewer.Common being one of them). The site will eventually publish, but only two assemblies get published! None of the other pages or user controls publish even though the site builds just fine. Is there any...
8
3167
by: Graham | last post by:
I noticed a similar post awhile ago and in terms of my problem it wasnt a suitable answer so I will ask again. I have VS2005 running a on development machine in my office where I do all my development on existing and new applications. This environment also has its own Sql Server with dev versions of all our live Databases. Our live production server also its own Sql Server, these 2 Sql Servers are kept completely separate (for obvious...
9
1894
by: Opa | last post by:
When creating a new web service, I get the following error: Visual Studio .net cannot create or open the application. Web site 'http://localhost/WDWS' not started. The World Wide Web Publish service is started prior to attempting to create a new web service with vs.net. After I get this error, the service stops. Here are my steps:
3
1457
by: Mark Olbert | last post by:
I was able to publish my first ASPNET2 site to my hosting server earlier today without any problems. I gave it the name of subdirectory that would hold the site, entered my ftp password (even though I told it to upload it to http://www.mysite...), hit okay and away it went. Now all of a sudden it isn't working. When I try to upload, I do everything exactly the same and yet the password gets rejected. I've tried deleting the entire...
1
1406
by: philip | last post by:
I tried to publish on my address 'philippewarein.com' a minimal site. There is only one page, with some words : "This is my first site" This is the HTML code of this page, code created by Visual Studio 2005 : <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
2399
by: Paul Lennon | last post by:
Hi, I hope I have selected the right group for this question, I am looking for assistance with using VS2005 to create a simple website on my ISP. Using VS2005 I have created a Website project using the file system. I am not trying to do any server side programming, for now simple HTML is sufficient. My site seems to be working fine locally and now I want to publish it to my Comcast directory. Comcast claims that they support FrontPage...
10
4939
by: jflash | last post by:
Hello all, I feel dumb having to ask this question in the first place, but I just can not figure it out. I am wanting to set my site up using dynamic urls (I'm assuming that's what they're called, an example of what I have in mind is index.php?page=). However, I can not figure out how to do this. I will eventually want to use SEF urls, but for now I'll be content just to have the dynamic urls. If anyone can tell me how to do this, I'd...
9
1660
by: AG | last post by:
Using VS2005 Pro. I just deployed a ASP.NET 2.0 website (not web application) with the option to make it updatable. VS deployed all aspx, ascx files, but not all image or html files. It also deployed dll's and .compiled files into the bin folder of the site. This all looked fine and the site worked except for the missing image, html and some other third party control support files that I then had to manually upload.
0
2560
by: rmgalante | last post by:
I was developing a large web site in VS 2005 as a web site project. I was having problems with the VS 2005 publish tool. It was slow, and provided no feedback. It has other issues as outlined below. Here is my solution. I converted the application from a Web Site Project (WSP) to a Web Application Project (WAP). Go to http://webproject.scottgu.com/ and read about the Web Application Project in VS 2005. Why?
0
9684
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
9530
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10459
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...
1
10182
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
9055
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7552
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6793
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();...
1
4120
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
2
3734
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.