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


ADVERTISEMENT

Needed On .ics File

how do i generate a .ics file with unique name?

View Replies View Related

Components Needed In IIS

I was wondering if there is any updates or components needed if you was going to connect a database in ASP. Because I have a script that I download from a website that I know works 100% but when I set it up in my own IIS environment. it comes out with a 500 error. I've searched the internet and I keep seeing mentions of ADO and Mac types .

View Replies View Related

ASP Components Needed

I'm currently developing a website for my company. I would like to provide
list server functionality to the site, if possible. We have a third party
mail service, so I can easily POP and SMTP.

Does anyone know of any nice and reasonably priced list servers for ASP?

I'd also like to know if anyone knows of any good event calendar components
for display a small calendar on web page and listing events that are
upcoming. Having an admin page would be great too.

View Replies View Related

Asp / Xml Template Needed

Can anyone do me a huge favour? I need an asp template page which will pull data and display it on that page, from an XML file.

The file doesnt contain all the data, its a query to data on a server within our work.

Ive tried endlessley from tutorials etc and the best ive had is a message saying "XML DATA RETRIEVED"

I just cant get the phonelist.xml file to display, basically its a list of staff name / email / phone extension.

View Replies View Related

Stylesheets Needed For Printing?

I have an issue where I need to remove the underline from hyperlink text when printing a web page. I'm trying to accomplish this with a stylesheet, but the current stylesheet I'm working with is designed strickly for display and not printing. I added the following code;

@media print {
A:link {
background-color: #FFFFFF ;
color : #000000 ;
text-decoration : none ;
}
}

but no cigar. After some research it appears that a separate stylesheet must be used to control print style. Can anyone comment on this?

View Replies View Related

Needed On Error Message

I am doing a database driven website using ASP/VBScript and Access. I use a

A server timeout has occured. Here are the possible reasons

1.Please make sure the web server is up and running.
2. Please verify that the ODBC DSN exists on the testing server

I use the connection string

"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&Server.MapPath("Inventory.mdb") and when I test the database connection , it is successful. But when I try to open a recordset in Binding section in Dreamweaver MX, the error message was displayed. COuld anyone tell me what is it? I am using IIS as a testing server. Do I need to do any settings for this problem?

View Replies View Related

Redirect Script Needed

I have a bilingual website, of which the folder structure (and naming convention) is exactly the same in both English and Dutch sections. At the bottom of each page there is a link to switch language, which will take you to exactly the same page in the other language.

I need to develop some script that will look at the URL and take them to corresponding page, (e.g.):

mysite.com/en/homepage.htm

- replace the /en/ element with /nl/ (and vice versa)

mysite.com/nl/homepage.htm

Hopefully that makes sense?! Look forward to reading your posts!

View Replies View Related

Opinions Needed On Writing Out XML

I have to perform a database query and write the results to an XML file.

I also need to form this XML file with a DTD file.

I'd like to hear some opinions on the best way to do this.

I figured out how to write out just raw XML using adPersistXML. But that doesn't really help as the XML needs to conform to the DTD.

I also found a way to write out the XML file line by line using .createNode and .appendChild...but that would take forever as the database query returns 72 columns.

View Replies View Related

ASP On Linux Solution Needed

For ASP on linux, what would the best solution be? Any particular programs suggested?
Right now, running CentOS. We have jsp and ASPX .

View Replies View Related

Dating Script Needed

I need a free asp based dating script having database function using ms access.

View Replies View Related

Super Simple Cart Needed

I need a super simple 100% ASP and/or VBScript shopping cart. No JavaScript allowed!

Can write to cookies, but not a database. (Sessions maybe OK) I don't need any special buttons and whistles and fancy features. Just want to add product, recalc, empty and checkout. No prices and no shipping charges needed.

View Replies View Related

Connection String For A MySQL Database Needed

I'm trying to get asp to conect to a MySQL database, I've tried copying a few examples online that I found [there doesn't seem to be many!!] and I always get a 500 error with the code below. what am i doing wrong? any examples of a working connection string anyone could show me would be fantastic.

View Replies View Related

Expert Suggestion Needed For A Asp Based Web Application

We have a couple of web applications where data is updated on a weekly
basis. The data entry is done in a vb access application which is kept
internal. The database is uploaded to the web which has a web interface for
clients to check their records. Thus dat a gets updated once a week.

In a new application, I would like to build a single web based application,
where the data entry is done from the same application and clients would look
up their records from the web. The clients should have only read access. In
other words, I would like to do the system real time. My question is whether
I would face any problem when somebody needs to edit a record while a client
wants to read record.

View Replies View Related

Simple Form Html Code Needed

i have a database and the asp file. my database will have one table, a user table, with various fields like username, password, name...age.. all i need is the html code to make a simple form such as

Welcome to the add user page:
PLease enter a username (input box)
Please enter an email address (input box)
finally a submit button.

i then want the variables to run a 'signup.asp' file which i have, and be placed into a database.

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

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

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

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

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

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

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