First  |  Prev |  Next  |  Last
Pages: 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Running DOS Commands with Unix UNC Paths within ASP
I just posted this in microsoft.public.inetserver.iis but thought this might be a better place for it. I have the following ASP page that simply executes a DIR command on a UNC path and displays the results. When the UNC path is a Windows machine the output is as expected however when the UNC path is a Unix mach... 3 Apr 2008 02:23
replacing a space or something like that
Given a string containing multiple lines this would probably work:- Dim asLines : asLines = Split(sData, vbCrLf) Dim rgx : Set rgx = NewRegExp("\s+", true, false) Dim i For i = 0 To UBound(asLines) asLines(i) = rgx.Replace(asLines(i), " | ") Next sNewData = Join(asLines, vbCrLf) ... 4 Apr 2008 16:51
custom 404 page works in IE but not firefox
Hi all, A couple of months ago. I posted a thread and asked for help for redirect all our site *.htm pages to *.asp pages because of our site upgrade almost all *.htm to *.asp. So some community members suggested use custom error page and redirect the page to the same file but different ext. *.asp and it work... 4 Apr 2008 01:54
asp engine sets cache-control to private
Hi, i am trying to set cache control from iis to no-transform it works fine but when asp runs it alsoe sets it automaticly to private. see the example below ----------------------------------------- HTTP Status Code: HTTP/1.1 200 OK Connection: close Date: Wed, 02 Apr 2008 21:44:09 GMT Server: Microsoft-IIS/6... 4 Apr 2008 03:35
aspsmartupload error
I am using Windows XP and have registered the aspsmartupload dll and moved it into the system32 directory. I get the following error Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80070005) [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet... 2 Apr 2008 06:33
Software New
CHEAP OEM SOFTWARE [URL=http://rushanhost.info/adobe-photoshop-cheap]adobe photoshop cheap[/URL] [URL=http://rushanhost.info/autocad-2006]autocad 2006[/URL] [URL=http://rushanhost.info/download-macromedia-fireworks-8]download macromedia fireworks 8[/URL] [URL=http://rushanhost.info/oem-soft-sales]oem soft sales[/UR... 31 Mar 2008 12:26
RTF/DOC to PDF
I am creating RTF and DOC files on the fly based on database values. Is there any component that converts RTF/DOC to PDF on the fly? I know I can create PDF directly but they are not as flexible as I need them to be. I need to create the RTF/DOC file first, then convert it to PDF. Grateful of any help. Re... 31 Mar 2008 10:47
URL for server page
I'm developing a Web App using C#. I want a page in the app to refer to another page in the app. I tried to create a web request with the page address below: pageAddress = "http://~/clientDBQuery.aspx"; WebRequest request = WebRequest.Create (pageAddress); and got the following error: Exception Detail... 31 Mar 2008 16:50
how to include Google tracking code in html file
Hi all, I put GA's tracking code in a html file called ga_track.html and include in any *.asp file before the end of the </body>, see below: <!--#Include Virtual="/TISMSDE/GA_track.html" --> </body> <!-- Google Analytic Tracking Code :GA_track.html--> <script type="text/javascript"> var gaJsHost = (("https:" ==... 31 Mar 2008 00:50
Difference between ie6 and ie 7
We are moving in our org from ie6 to ie7. Can anyone point me to a Documnet state all differences between the versions I need to know how to prepare our web applications for the change. thank you very much. -- moital ... 30 Mar 2008 11:50
First  |  Prev |  Next  |  Last
Pages: 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29