i use jquery $ajax to post a contact form to my email. but encoding is wrong and i see question marks.
I have a web application that uses the CDO Message object to email reports. For example: Dim ob开发者_高级运维jCDO
i have taken over an asp project from a friend and he was basically just using notepad++ to develop.I would like to use visual studio 2008 but there is no project file or solution file at this point,
I\'m building a new ASP.NET web application based on a legacy one (Classic ASP). The people, who build this code 4, 5 years ago, used a lot of VBScript functions like DateDiff.
I have a classic asp webapp that I need to implement url re-writing in. I\'ve used the intelligencia url re-writer in an asp.net application before , so my current trail of thought is to create a new
Hi i got a question about my server performance ... i got a classic asp cms hosting ~250 websites, for each website we build a Classic ASP dictionary using
I am developing an application in classical ASP that now requires sef urls. I do not have any asp.net experience but I\'ve heard that ASP.NET+IIS6 provide built-in url rewriting functionality. So befo
What I\'m trying to achieve: Intercept requests for .asp files using an asp.net application then re-write the url to something search engine friendly
We are doing a old section reskin which is written in classical asp and it is being remade in Asp.net MVC. Content of some of the pages just needs to be pulled into a new layout. So I have written a h
I need to read the binary data (a file that is uploaded) from a form that is posted to a classic asp page. I need to do this without using a component.