I have inherited a Classic ASP application with a Delphi COM layer. I am tasked with migrating the app to ASP.NET MVC2 and C# with web services replacing the Delphi. Due to the amount of users of the
The case I have is the following and I\'m looking for any help someone can give as to how to approach it:
I am trying to run a python sample test page but am unable to do so.. I have installed python27 and it installed fine. Then I created a test folder in inetpub/wwwroot. Here I placed my test.py fil开发
I\'m trying to open a sproc in vb6, I can successfully open a sproc fine in as开发者_StackOverflow中文版p, but vb6 it is having problems opening up the stored procedure.Here is the code I\'m trying:
I want to call certain functions of a COM component from ASP. I would like to know How can I create a COM obj开发者_开发问答ect?.
I am trying to find a way to retrieve the value of a hash in asp like mysite.com#mainI have tried all of the server variables but not seem to pick up the #main.开发者_如何学JAVAI know how to get it vi
I\'m trying to send an email containing Arabic text, my problem is that when I add the Arabic text to the email, it changes it to random letters (to do with the character encoding of the email - which
I\'m trying to build an application to let users vote pictures in my site. Users can vote by clicking the \"I like\" button.
I have to clean up an asp classic application that was previously not under revision control. There are a lot of unused files that branch within the application (eg: file.asp, file_old.asp, file_usern
I have to do a quick and dirty sql session storage for classic asp so I have the following stored procedure that does the inserting work.When I run it from sql management studio or through asp code, i