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.

View Replies


ADVERTISEMENT

Creating Web Project Using Visual Interdev And IIS 5.0

I have windows XP professional, IIS5.0, .net 2.0, .net 1.1 and visual
interdev installed on same machine. When i try to create a web project
using "web project wizard" I don't see the virtual directory that i
have created for the project.

Interestingly when i click on asp .net
tab of properties windows of that project clicked by selecting
properties selecting the virtual directory in IIS, i see the asp .net
version set to 2.0. I am suspecting that may be its ASP .net 2.0
version thats causing the virtual directory not to list in "web project
wizard".

View Replies View Related

Visual Interdev 6.0

Im trying to setup a master mode to an IIS 6.0 2003 server
using Interdev 6.0.

I am getting the following error

' Cant locate web server '
I can ping the name and IP address.

Frontpage extensions 2002 is installed on IIS 2003 and all
extensions enables. Visual Interdev requirements is
Frontpage 98 OR 2000 extensions, is this the reason it is
failing.

View Replies View Related

Visual Interdev

I cannot connect from my PC to our web server via Visual Interdev (v6). My colleagues can using the same login information. I can even do it from my laptop a few feet away.It just won't work suddently from my desktop machine.I can't seem to figure out what is going on here.Any thoughts on how I can find where the problem lies?

View Replies View Related

Visual Interdev

i am tryign to configure Interdev for ASP but when it asks for "Whihc server do u want to use" i am giving IIS...its giving an error:

Unable to contact web server http:IIS

i tried with master mode and local mode .... i also tried to see whats written in my management console (INternet Information Services).... i tried varied ooptions like IIS .

View Replies View Related

MS Visual Interdev

I have MS VS .net 2003 and MS VS 6 installed in my machine. When I try to debug the project (an .asp page) it shows me a windows which reads "ENter the name ans password of a Windows NT account with permission to enable ASP debugging on the target machine."
I am running XP Professional, IIS 5.1 and MS VS 6.

I will be more than happy to give more information. Machine Debug Manager has the Log On option set to "Local System Account with 'Allow service to interact with desktop' selected".

View Replies View Related

Visual InterDev

I give up. How do I add a bookmark to an ASP page in VID? I found the commands to move to and from bookmarks and to toggle bookmarks on and off, but how do I set them?

View Replies View Related

Visual Interdev

i want to debug asp project, but its not happening. it displays message

"Unable To set Server into Correct debugging state automatically. you may not be able to debug ASP Pages. do u want to continue launching the debugger.? "

Any Reason, why is it. i know about the option in iis server App Debugging i have Enabled that still it is not allowing me to Debug, and iam also logging as an Administrator.

View Replies View Related

Visual Interdev

has anyone gotten this error when opening visual interdev? the instruction at 0x5e0105fd" referenced memory at "0x00000000"

since i got that error, when i check in files with vss, it removes all '=""' so if i have <option value=""> it ends up being <option value>

View Replies View Related

MS Visual InterDev Question

Ok, can someone tell me what the correct protocol/syntax is for designating a server when creating a new visual interdev project? I have some sites running on a Win2000 server and I have another server (Win2003) that I want to create a project on. Both servers are on the same network.

Nothing I designate the server as is accepted-its like interdev does not know the other server exists. All it accepts is www.mymainsite.com. I have tried the network name of the computer (h51s-srvr2) and just about anything else I can think of.

View Replies View Related

TabStrip With Visual Interdev 6.0

I was wondering if there was anyone out there who has worked with Tabstrip controls in ASP. I am trying to add a tabstrip on a page and put some controls on it and loop through some recordsets from a database. I basicaly need help on the syntax, adding tabs, etc.

View Replies View Related

Visual Interdev And Frontpage

does a version of visual interdev come with frontpage? also has anyone used visual interdev, how cool, easy is it? Is it worth the $1,000? or only for large compaines.

View Replies View Related

Debugging - Visual Interdev 6.0

I have Visual Studio 6.0 (Interdev only) installed on Windows XP
Professional (IIS 5.1 platform). I have also installed Visual Studio 2005.

I want to debug ASP applications on IIS. Because debugging under
non-administrative account doesn't work, I assigned my domain account into
Administrators local group. I installed Inderdev Server and Remote machine
debugging from Visual Studio 6 CD#2. I set appropriate user rights to Catalog
Class and Machine Debug Manager components like in Q192011. I also applied
changes described in Q312880.

View Replies View Related

Trouble Working With Visual Interdev

I am trying to debug/compile .asp files in visual studio 6.0 and apparently to me the configuration is a big nightmare.Can someone help me on how to setup visual studio to debug asp files.

View Replies View Related

Visual Interdev Missing Features

I'm used to editors like ConTEXT, which have line-numbers on the left and open files tabs on top, so you can locate yourself quicker. Is there a way or are there any components / plug-ins that will allow VI6 to do this?

View Replies View Related

MS Visual Interdev 6 - Search Mode With Results Explorer?

When searching through code in Vis. Interdev 6, when in the Find
dialog, it listed the results in the results pane below. The cursor
didn't change position to the next found item until you clicked on a
line in the results.

This is actually a nice feature that I haven't seen before -
all the matches show up at once in a list,
with a column containing the text for the line the string was found
in, so you can quickly see the context of the match.

Anyway, the first couple times I used CTRL-F, I saw a results pane.
Then I must have changed something without realizing,
because now when you search, no results appear in the results pane,
but the cursor moves in the editor window. This is the behavior I am
used to with Vis Studio 6, but I would prefer to turn the results
pane back on.

View Replies View Related

How To Use Grid Control In The Asp Page Thru Visual Interdev(Beginner)

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 liabrary not found even though i open it in the scripting
libraries.

View Replies View Related

Creating A Site Map

i have a website and i want to create a hieracial site map e.g.

main

>sub section 1
>>subsection 1 page1
>>subsection 1 page 2
>sub section 2
>>subsection 2 page1
>>subsection 2 page 2

in my database i have 3 tables .. 1st is called tablemain which contains 2 fields the section name and the section id.. 2nd table is called tablesub which which again also contains 2 fields a section name and id .. the 3rd table is called pages and contains 3 fields a maincatid a subcatid and pagecontent field.

my question is how would i query these tables and loop through to create a hieracial structure for a site map.

View Replies View Related

Creating An Email Containing A Web Site Form

I would like to write a generalised page which creates an email
containg the (calling) HTML form complete with the user populated
data.

In this way the appearance of the email will be just like the form
elements of the form that called the generalised page together with
the completed fields.

I can see that I can caputure the (blank) calling page itself in the
email by using the CreateMHTMLBody method of CDO. I can also see how I
can retreive the individual elements of the form using Request. But is
it possible to combine the two?

View Replies View Related

Need Idea For Creating Multilanguage Site

I want some idea for creating multiple language support web site. more than 100 language support!!

View Replies View Related

Building An ASP Site Using Dreamweaver - Can Html Site Be On ASP Server?

I am to build a site onto an ASP server. Anyone here used Dreamweaver and is it just a simple matter of opening up a new ASP page in Dreamweaver and build the site like you would normally do with a HTML page and it will handle the ASP coding accordingly and you can just simply upload it onto an ASP server and it will work?

The site I am to build is basically just a standard html website, but my friend wants me to build it for an ASP server so he has asked me to make sure it is an asp site so I am presuming with the extension .asp

If I build it as a html site to begin with, will converting it to asp be hard. Could I just export my pages into asp or is there more to it?

Can a Html website be loaded and working on an asp server or host?

Is it possible to have a site mixed both html and asp, eg. the home page is html and when you click on shopping cart on the home page it goes to a hopping cart page thats .asp or do they all have to have the same extension.

View Replies View Related

Interdev 6

when I try to add a project to Interdev it can't find my server.What name is it after when it asks me to name the server, anyone know what I am on about?

(had an absolute nighmare trying to config the Personal Web Server, so me thinks this is where things are wrong.I can't afford any more time wasted with this, does anyone know if it's a bug with the set up or something?)

View Replies View Related

Interdev

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 it.I like VS.NET, but I only have one license for it at home.Is InterDev worth using?

View Replies View Related

ASP In InterDev To ASP In VS.Net

I have an ASP project in Visual InterDev that I would like to move to Visual Studio.Net 2003. Does Visual Studio Net support this? I want to get the asp files into Visual Studio.net so I can eventually upgrade them to aspx (ASP.NET).

View Replies View Related

Posting Form Variables From Site A To Site B

I have to pass form data from my site to another organizations site using POST method... how exactly do I do that? Im familiar with how to do it within a single site/domain, and cant use querystring... I dont know where to begin.

View Replies View Related

Site Search Powered By Google Site Map?

Whenever I do a site that is mostly static but with some semi-dynamic
sections, I've struggled to find a good site search solution without
paying for a hosted search service.

I like the FSO-based search engines, but they fail to pick up on some of
the dynamic part.

I was just creating a Google sitemap and it made me wonder: has anyone
created or seen a script that uses the XML Google sitemap to power a
search engine for your own site?

Seems like if you were keeping it updated for Google, why not use it for
your own site?

View Replies View Related

Is Interdev Needed For ASP?

I've got the latest Visual Studio and have been doing ASP.NET websites.
Now I want to do a traditional ASP (not .NET) website.

I gather that these are done with Visual Interdev. Is Visual Studio 7
suitable for doing an ASP website?

I'm a little confused about where Visual Interdev fit in. Was it a part
of Visual Studio or was it a standalone product?

Is any ASP functionality lost or gained in VS 7 (.NET aside)?

Is VS 7 a suitable tool for ASP?

Is anyone that's maintaining an ASP website using VS 7 for this
purpose? If not then why?

View Replies View Related

Working With Interdev

when in Interdev in design mode, I'm initiate a table, but when I put the cursor in the first line of the table, an devnet popup error is shown and the Interdev is shut down right after. What can cause this problem? I've tried to reinstall the Interdev but the problem still exists.

View Replies View Related

Viusal InterDev

I cannot create new web ASP application with Visual InterDev 6.0. The error message is:
Server error: Authoring is disabled for this server. Use the Server Administrator to enable authoring.(error code = 80004005).

According to http://support.microsoft.com/defaul...kb;EN-US;238662 Visual InterDev 6.0. is only 40-bit encryption supported, but some friends told me they are using Visual InterDev 6.0. in 128 bit environment, but it is okay. I would like to know from experts here, what's the environment you are working with Visual InterDev 6.0?

According to the error message, the problem is "Authoring is disabled for this server." How to enable the authoring? Someone told me this is Front Page Server Extension issue, I've checked the Front Page Server Extension is installed on my PC, What could be the reason? Is it possible that because I am working on ASP.Net on the same PC, but ASP.Net disabled the Front Page Server Extension?

View Replies View Related

Microsoft Interdev 6.0

Im trying to set up a Master mode development environment using Microsoft Visual Interdev 6.0. When asked for the IIS server, Im trying to connect to Server 2003, I get cannot locate server error. I try using the IP address also which doesnt work.

When I specified an IIS 5.0 server Interdev is able to locate this, s this a setting somewhere in IIS 6.0.

View Replies View Related

Adding A Project To Interdev

I have a project which I wish to copy from Source Safe into my local Inetpub/wwwroot directory (did i mention I am using IIS on win 2k?), and create a virtual directory pointing to this content.

After that I wish to create a new project in Interdev (curse it to hell) by connecting to a new web application on localhost (i.e. what I have downloaded from sourcesafe).

I just can't do it!!!
I have done this several times before.
I think I have set my front page server extensions (necessary apparently) up correctly.

Any ideas?

View Replies View Related

Cant Open Any ASP Files With InterDev

My system hung and had to hard reboot. however now when I try to open interdev or a file with interdev I get the following error.

could not find the file c:path make sure the path and filename are correct and that all required libraries are available. It also says its creating an error log. Where is this log? I go to Event viewer and there is nothing in any of the logs and I cant find any kind of log under the InterDev dir.

I have re-installed interdev, re-installed the whole of visual studio and service pack 5 but keep getting this error. Maybe if I could see what was causing the error in this log I could work out whats wrong. I can open my asp files in other text editors but nothing in InterDev. has anyone got any experience of debugging InterDev or know where this error log is?

View Replies View Related

InterDev 6 IntelliSense Functionality Is Gone

InterDev 6 IntelliSense functionality is gone. IntelliSense is when you type Response. and it automatically pops up a menu with Response Methods:

Write
End
Redirect
...

Anybody knows which Windows DLL's or EXE are responsible for this functionality?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved