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 .
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.
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;
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?
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!
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.
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.
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.
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.
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.
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?)
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?
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).
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.
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?
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 .
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".
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.
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?
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?
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.
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.
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.
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.
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.
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?