I could not figure out the logic I would need to display a current minute of a soccer match. I have three fields in the database.
I have a ASP/VB6 web-app that logs in a user. I want开发者_StackOverflow to encrypt the users identity field and pass(querystring) it to a asp.net app and then decrypt it to do a db lookup.
While migrating a site from a classic asp to MVC, I\'m having the problem 开发者_如何学Pythonthat not all controllers are implemented yet. For those which are not implemented, I\'d like to serve the c
I have a ASP has a Function that converts ä to ä so far so good. I have lets say space for 10 char\'s if there are more cut them of if there are less fill the space up with  \'s. .
I am stuck in converting this snipped to asp.net. set RSLinksCat = conn.Execute(\"select linkscat.id, linkscat.category from linkscat, contentlinks, links where contentlinks.linksid = links.id and c
IIS 7.5 , 2008rc2, classic a开发者_如何转开发sp, 500 error msg: The page cannot be displayed because an internal server error has occurred.
Is there a simple way to consume a WCF Service from Classical ASP respectiv开发者_运维技巧ely in VB6 ?
I have an admin page in a Classic ASP web application that allows the admin user to run queries against the database (SQL Server 2000)
Ive got abit of a problem ive got an email web form that send the input to an email address but what I now need is a file input field were the user can also send an image as an attachment.
First of all, I\'m still working in classic ASP (vbScript) with an MS Access Database.And, yes I know its archaic, but I\'m still hopeful I can do this!