| Thread | Last Post | Replies |
|
| ASP Writing to Excel Not Working in IE7 | 31 Aug 2007 21:12 GMT | 1 |
There's an asp page that sends the results to an excel page. It works with IE6, FireFox but not in IE7. Any fixes to get it going? Here's the code
|
| Help needed to convert an easy php code to asp | 31 Aug 2007 18:10 GMT | 3 |
I am having trouble with our server host they are saying that the php upload limit is 20 mbs but using the code below with my flash file I can only get it to do 8mbs. I know that asp is allowing for up to 20mbs though so I was hoping that someone would be able to change this
|
| System.ComponentModel | 31 Aug 2007 08:26 GMT | 2 |
one of my client using a electronic web publication, to publish thier web site, we hosting thier web site and the application on our web site. some time when they click on the publish boten they get this error: Exception Details: </b>System.ComponentModel.Win32Exception: Access is ...
|
| directories password protected are caching credentials | 31 Aug 2007 04:45 GMT | 1 |
Well, thats what it looks like anyway. Here's what happens: A text file is generated and stored within a directory (a virtual directory) within our website. The directory has permissions set (on the server) to
|
| Using Acrobat COM objects in ASP.NET | 30 Aug 2007 17:53 GMT | 1 |
I am trying to use an Acrobat SDK object (AcroPDDoc) in my ASP.NET site. I get the following error: Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID
|
| ASP on Linux | 30 Aug 2007 05:04 GMT | 1 |
Can ASP apps be run in Linux (I am using Mandriva 2007 Spring)? If so, which server has to be installed to make ASP apps run in a web browser in the same way as how ASP apps run in Windows? As far as my knowledge goes, Linux does not support IIS; what about Apache? Will it be
|
| include files | 29 Aug 2007 22:12 GMT | 2 |
Just upgraded to Vista Ultimate, and running IIS7 for offline web development. Suddenly getting the message ---------------------------------------------------------
|
| Session eset while browsing in an IFrame | 28 Aug 2007 16:27 GMT | 4 |
I'm building an application wich should be used by other websites inside an iFrame. My app stores some sessionvariables, but sometimes in IE (6 and 7) IIS seems to restart the session on each pageload. It does this when I post the page, or request the page, no matter what.
|
| robust plan | 28 Aug 2007 15:48 GMT | 1 |
Ciao a tutti. Ho un problema con asp-sql Da una pagina asp lancio una query su un record di una tabella che contiene una decina di campi di testo...
|
| IIS 6.0 local LCID problem | 28 Aug 2007 12:54 GMT | 2 |
I take an old post because, nobody seem to answer my problem. Config: Windows 2003 x64 (US) + sp2 Regional settings : French (for all & default users) Basically I have the following code on my server
|
| Using MS Index Server to search french Accented characters | 27 Aug 2007 14:59 GMT | 3 |
I have a custom search engine for our website that uses MS Index Server and it works great but it doesn't find any results for searches that contain french accented characters. If I'm searching for "?l?ment"...it doesn't find anything because the
|
| Dependent Texbox combo | 25 Aug 2007 17:09 GMT | 2 |
I have an application in asp; in my form I have a combo and a textbox, the combo is fill in from a database query. I cannot do the following: when selecting an item from the combo, it should send the ID of the combo to a textbox. In other words, when selecting an item, it must ...
|
| ASP export to Excel formatting? | 24 Aug 2007 18:30 GMT | 2 |
Hello. I have negatives values showing as parenthesis when viewed on an asp page but when exported to excel as follows: Response.ContentType = "application/vnd.ms-excel" ..the negative values lose the parenthesis formatting and was wondering how
|
| Cookie Not Being Created on Client Side with ASP | 24 Aug 2007 15:32 GMT | 2 |
The below code use to work on my Win2K3 IIS6. for for some unknown reason it`s no longer working. here the code. Session("LOGIN_USER_ID") = UserID ' Update the cookie if the login is successful
|
| Unable to perform GetObject("LDAP://...") bindings when logged in overnight (error '800a0046') | 24 Aug 2007 14:51 GMT | 3 |
I'm trying to troubleshoot an issue where users are not able to bind with LDAP via "GetObject" through our ASP Classic Intranet if they stay logged in overnight (beyond their allowed login hours). The problem does not occur when performing the same bindings using a logon
|