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

Visual interdev creating web site

How do you create a project in Visual Inter Dev that is part of a web
site other than the default web site. We create the site in IIS but
Visual Inter Dev does see the new site. In the end I want my Url to be
something like
http://131.1.1.1/default.asp. We have not been able to get Visual Inter
Dev to let us create such a site.

Wiz

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #1
7 1923
WizyDig wrote:
How do you create a project in Visual Inter Dev that is part of a web
site other than the default web site. We create the site in IIS but
Visual Inter Dev does see the new site. In the end I want my Url to
be something like
http://131.1.1.1/default.asp. We have not been able to get Visual
Inter Dev to let us create such a site.

This would have been more on-topic in one of the interdev groups, probably
m.p.vi.general, but:

Create a new project. In the wizard give the project a name. On the next
screen, tell it the name of the web server to which you want it to connect
(it does not let me specify an IP address - it only allows me to enter a
name). On the next screen, tell it to connect to an existing web
application, and select <root web> from the drop down. That's it.

followps set to .vi.general

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 19 '05 #2
"WizyDig" <so*****@microsoft.com> wrote in message
news:uo**************@TK2MSFTNGP10.phx.gbl...
How do you create a project in Visual Inter Dev that is part of a web
site other than the default web site. We create the site in IIS but
Visual Inter Dev does see the new site. In the end I want my Url to be
something like
http://131.1.1.1/default.asp. We have not been able to get Visual Inter
Dev to let us create such a site.


You simply point it at the URL of the other web site. Have you installed
the FrontPage Server Extensions on the other site?

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/

Jul 19 '05 #3
we tried this and got
http://localhost/myproject/default.asp
we're looking for
http://localhost/default.asp

Wiz

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #4
"WizyDig" <so*****@microsoft.com> wrote in message
news:eN**************@TK2MSFTNGP09.phx.gbl...
we tried this and got
http://localhost/myproject/default.asp
we're looking for
http://localhost/default.asp


If you want to use the root of the site, you need to create a new project
but on Step 2 of the Web Project Wizard, you need to select "Connect to an
existing Web application on yourserver" and make sure that "<Root Web>" is
selected under the "Name" drop down list.

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/

Jul 19 '05 #5
That works on the remote server which is a Win 2003 box but one of my
guys can't get it to work on his dev workstation he's running win 2k
server looking for localhost on a differant port. Is there something in
Localhost that would prevent you from hooking in on another port. The
site is set up on that port.

-Very strange

Wiz

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #6
"WizyDig" <so*****@microsoft.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
That works on the remote server which is a Win 2003 box but one of my
guys can't get it to work on his dev workstation he's running win 2k
server looking for localhost on a differant port. Is there something in
Localhost that would prevent you from hooking in on another port. The
site is set up on that port.


If a different post is being used then you need to explicitly include it,
such as http://localhost:90.

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/

Jul 19 '05 #7
Yep were doing that. But for some stange reason the localhost version
is causing some deficulty. for example

someotherserver:8081
works
but
localhost:8081
does not on this particular box.

It must be the way we have the web site set up in IIS on the local dev
box. I'm going to look more into to that. I don't think it's actually
a Visual interdev problem.

Thanks for all the input.
Wiz

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #8

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

Similar topics

4
by: CM | last post by:
Hi, I am trying using Visual InterDev 6.0 to create an ASP web application, but got the following problem: Start Visual InterDev 6 -> Select New Web Project -> Change(or remain the default name)...
8
by: Raghuraman | last post by:
Hai ! I use the Grid control with the data environment and the recordset control by dragging from the data env. But if i run the page alone in the iexplorer it tells the error like pm.script...
8
by: James Baker | last post by:
I've always used some "third party" editor, such as dreamweaver, coldfusion, or even notepad to build ASP pages. I've recently acquired a copy of Interdev and I'm wondering how people feel about...
4
by: margaret | last post by:
I was trying to load an old project and .NET 2003 complained about this .vip file. According to Windows Explorer, it's a Visual InterDev project. For the life of me, I can't remember/figure out...
1
by: Peter1502 | last post by:
I have Visual Studio.Net on my PC a work. The MS site states that Visual Studio now incorporates Visual Interdev (which I am told by a colleague is what I require). Can someone please tell me if...
1
by: strutsng | last post by:
I have 3 questions regarding IIS and ASP project creation in Visual InterDev 6. 1) In Visual InterDev 6, When I create a new project using web project wizard, I put C:\Inetpub\wwwroot\proj as...
2
by: dev | last post by:
Hello, The server running IIS 5.0. There is a Visual Interdev asp site that I would like to link (Href) to an asp.net application. It seems to me that there may be no problem but I would like to...
8
by: QZ | last post by:
I installed Visual Studio 6.0. When I tried to open Visual Interdev, I got the error message "Your trial version has expired, please uninstall this trial version of 'Visual InterDev 6.0; and...
1
by: gilsygirl | last post by:
Hello Everyone I want to run my website developed in ASP.Net using Visual Interdev on a computer different from where i created it. Is there any freesite i can go to download the Visual Interdev...
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...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...

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.