Installing Devices Updates 4.0
I'm trying to install the Devices Update 4.0 but it failes every time with the error
"Application has generated an exception that could not be handled." Does anybody has any idea where I could find what's going wrong, or who I have to contact for support on Devices Update at Microsoft? As Devices Update is a free download.
View Replies
ADVERTISEMENT
I want to know whether a certain function on the database such as add or delete record is successful or not to be indicated after the transaction.
E.g. if a record was not found, or not deleted, the next page should indicate the event. If deleted it should indicate as well.
View Replies
View Related
I have an Employee Database in MSAccess with more than 10 tables. The updates of employee is done frequently and is done in bulk. The fresh data arrives in Excel worksheets (more than 50 records).
I have created a user interface in ASP to update these records in Access. But the user ends up doing more work updating. Importing Excel worksheets to Access is one way ...but then the column names and types have to be adjusted evrytime.
Can i build a datagrid in browser using ASP, so that the whole table gets displayed and the user can update the data in bulk. And is there any way I could copy paste the Excel records in such datagrid?
View Replies
View Related
my problem is The updates on my asp files are not reflected in the browser. Till recently everything was working fine.
Today I installed new updates on my windows 2000. After all the cached asp contents are appearing and the updates are not getting refreshed. I dont know if this is becoz of the updates on my OS.
I had a file addfield.asp. It was working fine, I made some changes and they worked. But after that my updates are not reflected. If I rename the file to addfield1.asp. I am getting the desired results. Again if I change the contents of this file, they are not appearing.
View Replies
View Related
lets say we have a ms db with two cols
id value
1 4
2 7
3 9
4 1
is there a simple way of updating all the value fields with one form? so i can have the page lay the four value's out in a list, the user could then edit them and hit update and this would update all the value fields. i can update single records no problem but have no idea where to start with this one.
View Replies
View Related
I need to know if I should use asp.net or Java for this. I would like to use asp in general. I need to have a function check to see if a variable is true or false and update an icon. But I want it to either check when updated or every 3 seconds. I suppose it has to be somewhat client side scripting but is there a way around this.
As of now I use IFrames whith a refresh of 10 seconds, any less will cause it to timeout. I kind of want it real-time or very near. It's kind of like a status page for information in a database.
View Replies
View Related
I would like to have it to use the variable "Id" in the bit which says where Subject = having set the variable earlier. This is for updating replies in a forum script. Code:
View Replies
View Related
I have a new feature called What's New i'm implementing. Whenever i add a new feature to my site, i am goign to write a little blurb about it.
On my main page, i have a javascript that will appear if there are any WhatsNew to show. However, i only want it to appear at least until the person has visited my WhatsNew page. Then, it does not need to appear again until i add another feature.
So, i have a Publish date field in my DB for weach feature and i was going to do this.
On the main page, check to see if Cookie exists, if not, display JS. When user goes to WhatsNew page, i update the cookie with the date.
My problem is that if my last feature was published say 12/02/2005 and todays date is 12/05/2005, the JS will appear. So my theory is flawed. I need to JS to only appear when the user has visited that page, since the last feature was added.
View Replies
View Related
In the site I have to create the user area to bring update the site he himself, as a form
to enter with the texts and images, and to be inserted automatically following the layout and design of the site, and the images with the accurate measures.
View Replies
View Related
I am having problems sending emails via the CDO.Message object from an
ASP script which was working fine. On the server I can still send
emails via the CDO.Message from a .vbs script executed on the desktop.
If I pause the SMTP service I can see mails queuing up from the .vbs
script but the ASP script no longer generates emails, nor does it error
when it creates the object.
Could this be a permissions problem? No IIS settings have changed, but
the server downloads automatic Windows updates.
View Replies
View Related
I'm used to passing information between asp pages but now need to try something different. I've set up a page which loops through a database table and shows the results in text boxes.
I want the user to be able to change the text and then update the database. I guess this would be passing the whole page to another page which will use oRS.update. I can't imagine how I can pass the looped text to a receiving page.
View Replies
View Related
Im trying to get a drop-down box that when a value inside it is selected, it updates a data grid below.
I am making a world cup fantasy football league between a few buddies and i want for each person to view points stats etc on a web page which connects to a database.
On one of these pages which i want help with has a list of Managers, and when a manager is selected it will show in a data grid their chosen squad of players.
I can get a page to select each teams squad, but at the moment i only know how to do that as a set of unique pages for each team which would be time consuming to do. Therefore a drop-down list of the team names would be a lot easier if it could update the page when a value is selected. Code:
View Replies
View Related
I would like to know that ,is there any way that the asp page would get refreshed automatically when there is an update in a tbale in SQL Server. The page should get refresh automatically on updates in SQL Server. The user will not hit refresh button neither I want the page to have meta-refresh tag.
View Replies
View Related
What I want to do I select one database and the set the Rs1, rs2 etc.. like in Vb6 I would set DB then:
Set rs1 = db1.OpenRecordSet("Table1")
Set rs2 = db1.OpenRecordSet("Table2")
etc...
However how do I do this in asp3? Code:
View Replies
View Related
I'm trying to create a single form to update multiple records in a database (Access). Similar to an update qty's in a shopping basket, whereby, on submit/update it passes and updates each record, without using the ONCHANGE feature (otherwise this would become an extremely laborious task in this application)
I've tried passing and updating an array but to no avail (maybe I'm doing something wrong)
Also, I can't seem to grab the contents of the form text field, even though I'm dynamically assigning names to each text field.
Should I be using Javascript to handle the change in values, if so, anyone got any sample code/helpful links?
View Replies
View Related
I've recently developed a niche price comparison site and one of the merchants that I spider wants me to write a script that runs on their server and connects to their database to dump out all active products.
This has the advantage of saving their bandwidth and allowing me to update my site daily instead of every few days.
Trouble is that they use ASP and I use PHP/MySQL. I've done a bit of digging around it looks like XP Pro will allow me to install ASP but I'm not sure about my database options.
If I use Access as my backend here, will the settings be easy to transfer across to SQL server ?
Anyone know of any simple tutorials to install and configure ASP and a suitable database backend ?
View Replies
View Related
I'm having a issue with one box where it will not serve any ASP pages,even when i browse them from the IIS manager directly.Is there something I should look at to 'enable' serving asp pages?
View Replies
View Related
For some reason I can't make asp scripts work in IIS 6.0. No error returns, scripts are just not being processed. That is, when I create test.htm with the following code:
Code:
<html>
<body>
<%
response.write("Hello!")
%>
</body>
</html>
I see an empty page in internet explorer and the complete code in the source of the page.
I allowed active server pages in the Web Service Extensions and restarted IIS, but still asp won't work.
View Replies
View Related
I am confusing to use IIS and Win OS. I learn that Win 2000 goes with IIS 5, how about Win XP? Also, the ways to configure (i.e., installing IIS, virtual directory, ODBC...) are changed from the previous version to the newer version. Can you please show me how to configure these stuff on Win XP. I have tried those books that are old now and still not able to get it through.
View Replies
View Related
I want to install IIS 5.1 on my WindowsXP machine. I do not have my WinXP CD. Does anyone know where I can download the necessary software to complete this installation?
Also, I would like to update a webpage that is built with either asp or asp.net. (I did not make this webpage, and am new to both asp and .net) Is there a simple way to find out which was used to create this website?
View Replies
View Related
How can I set up an install package to offer the SA to choose the install folder? I am using VS to create a MSI install file.
View Replies
View Related
Error while instantiating this component in ASP page.
<%
Dim oDms
oDms = Server.CreateObject("DmsMod.Document3")
Set oDms = Nothing
%>
The dll is registered using regsvr32. I think it is registered correctly because, I can use this dll perfectly in a VB6 application by adding to the references.
IUSR_MyMachineName and IWAM_MyMachineName also have Read & Execute
permission on the System32 folder (System32 folder is housing the dll).
View Replies
View Related
I have installed apache on my computer to test php scripts. What do I now need to do to also run asp scripts? Do I have to install apache::asp or can I load a module that runs with my current apache?
View Replies
View Related
Does anybody have an experience of installing and running PHP alongside with ASP on wk2/IIS5 ?
View Replies
View Related
I have been developing in PHP for some time now on Win XP Pro but wish to get into ASP and then onto ASP.NET. Couple of quick questions to ask if thats ok.
1) Should I jump over ASP and straight into ASP.NET or should I learn the middle ground as well for compatibility with scripts out there?
2) How do I installed IIS/ASP on Win XP Pro without it clashing with Apache/PHP/MySQL. I know you use the XP CD and install IIS but I thought that would take control of localhost and block access to apache. Can you disable IIS when your not using it ?
View Replies
View Related
I'm trying to install code written by Lewis Morton to upload files (in particular jpgs) on my web hosting account. Has anyone attempted to do this with Morton's code?
What I have now, I can do an upload, with no error messages, but no file is stored. I'm getting the file name, and Server.Mappath is creating the path, but nothing is being stored.
View Replies
View Related
As i try to install MSDE (Microsoft SQL Server Desktop Engine), i get this error message :
"A strong SA password is required for security reasons.
Please use SAPWD switch to suply the same. Setup will now exit"
View Replies
View Related
I am interested in installing Visual Studio .Net in my XP-Pro OS. I tried once before and it hosed my IIS installation and could not even run it until I removed VS.NET and re-installing IIS.
Is there anything I need to install in my OS before trying again. I am pretty sure that it has all the OS updates.
View Replies
View Related
I have used this type of VBSCRIPT code on an ASP page for several years to launch a program on a server from an ASP page:
Dim sh
set sh = Server.CreateObject("WScript.Shell")
sh.Run("any-program.exe", 0 , TRUE)
The code breaks when I installed Internet Explorer 7 (IE7) on a Windows 2003 Server. The error is "permission denied". The error goes away when I uninstall IE7. Have you run into this problem? Do you have a solution that is better than uninstalling IE7?
View Replies
View Related
anyways, after i installed IIS (i'm running XP SP2) everything seemed to go good, until i tested ASP, i get a 500 error / page cannot be displayed.
but this is the real error
-2147467259 (0x80004005)
i have no idea what this means, and i did a bit of a search on google on this, but i didn't find anything helpful - so i ran a search for asp forums and this came up - so here i am.
in case you want to know, my web server is running (i CAN see html files via the localhost url) but asp just won't go (i'm trying to view the default asp file) and i have no idea what's wrong (i DID restart my PC, and all services that might be related to anything internet are turned ON)
View Replies
View Related
I've just installed web data Administrator and did everything instructed from the book, but when I opened the browser and typed http://localhost/SqlWebAdmin I get a web page but no input fields or place to type in the password. I'm running xp pro, IIS is running, MSDE is also running and I have SqlWebAdmin folder in the C:Inetpubwwwroot folder.
View Replies
View Related
I have a computer where I installed windows xp professional. However, during installation, I did not choose the IIS server component. Now, I need to install the IIS Server.
At the moment, I am not carrying the windows xp CD. Is there any IIS server download for xp available in the web so that I can get a local web server up and running real quick?
View Replies
View Related
I plan to allow users to upload jpegs using the <input type="file">
I understand one needs to install an ASP componenet on the server to handle the upload.
I have an installation executable from CBUupload that is freeware, which apparently can do the job. Also there are a number of options I can purchase. Has anyone any experience with installing these components on a host site?
View Replies
View Related