|
How can I show an nvarchar column that stores unicode data (Entered with the zawgyi1 font) in a classic ASP web page?
When I retrieve and write the value to the page, it shows " ". I set my ASP page's content type of UTF-8 with the following meta tag:...
Started by RedsDevils on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Item 1 requires either that you actually save the ASP file as a UTF-8 encoded file or that all your or by adding the attribute CODEPAGE=65001 to the <%@ %> declarations on the first line of the ASP.
|
|
Is it possible to return to the web client a page named differently than the original classic asp page read from the web servers folder ?
F.i. a real example I would like to implement: let's say I have an classic asp called
calendar.asp
If this page is...
Started by Edelcom on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Pages so that the links are to friendly URLs - /calendars/jan-01-2010.asp, /calendars/jan-02-2010.asp to the IIS box(es) to install this filter, and if you really want your custom URLs to feature the .asp (it remaps .chm to .asp....
|
|
I've written a COM interop enabled class-library in C# using .Net 3.5. The object is meant to provide some utility functions for classic ASP pages. I've written a test.asp page which instanciates the desired object and calls its methods. Works fine on...
Started by Matthias on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Server that has Internet Explorer 7 installed: "ASP 0177:8000ffff" KB937143 breaks ASP to .NET COM.
|
Ask your Facebook Friends
|
I'm looking into Azure and unsure if Classic ASP (i.e. ASP 3.0 with .ASP extensions) can run in Azure?
I found this blog post from January 2009 indicating Classic ASP can NOT be run in Azure. But on this interoperability page it looks like now, other ...
Started by Ben Amada on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
No timeline given AFAIK, but "soon not want to from a ....
You can attempt to get around recoding your ASP pages with something like the ASP Classic to configure your own virtual server(s) to support classic ASP.
|
|
Does of anyone know of any Classic ASP (VBScript) Twitter libraries? Thanks.
Started by Daniel A. White on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I write my own Twitter API implementation....
Have a look at the following:
http://code.google.com/p/twitter-oauth-in-classic-asp/
http://groups.google.com/group/twitter-oauth-in-classic-asp
Best regards
Andre
I wrote my own.
|
|
I've got a classic asp app that needs to post XML to a payment engine, and the reference code uses a System.Net.HttpWebRequest object (asp.net). Is there an equivalent in Classic ASP that I could use to post the XML?
Started by Caveatrob on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Its in JScript but you should get the idea at least and some pointers .
Classic ASP can use the XMLHTTP ActiveX object or the ServerXMLHTTP object for making HTTP requests in ASP.
There is StackOverflow.
|
|
Is it possible to have an overloaded function in classic asp JScript
Answer Snippets (Read the full thread at stackoverflow):
The last definition.
Read How does Classic ASP (vbscript) handel duplicate Function names
No.
|
|
I'd like to implement something like stackoverflow's login system in classic asp...
is it possible?
thanks in advance...
Answer Snippets (Read the full thread at stackoverflow):
They've got a sample classic ASP login page as well..
OpenID on classic ASP.
|
|
I have inherited some classic asp code and I need a JSON library that can be instantiated and run server-side for use with JavaScript-coded server-side asp.
How can I do this?
Started by dreftymac on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Parsing JSON in ASP "classic" is discussed here:
Any good libraries for parsing JSON in Classic ASP? In that thread, Chris Nielsen has a creative idea of using a Javascript library on the server side....
Is a pretty good choice.
|
|
Hi, how to implement url rewriting in classic ASP
thanks, Aaryan
Answer Snippets (Read the full thread at stackoverflow):
I don't suppose you're using IIS7? You can use the IIS7 Url .
asp page and the server variables.
|