On II7 we host a WCF/asp.net based API. In order to allow users of a classic asp application to connect to the API we had to publish a version we refer to as \"transport\". This Transport version is w
I\'m trying to setup LDAP connection 开发者_JS百科code with another domain. My Windows server 2k3 is part of domain A. I\'m trying to LDAP domain B. Now here\'s what I do:
I have ASP Pages hosted on IIS 5.1 that uses the COM DLL (VB). I am browsing the ASP page and it is giving me an Server.CreateObject error.
I am currently maintaining an in-house business tool for our company\'s timesheets and project information. I need some general advice regarding web languages and best practices.
This one is driving me crazy. Replaced our old Windows 2000 web server with a Windows 2008 one which means moving to IIS7.
There is a client of mine who recently moved his site from another server to mine. His Upload script stopped working after he moved.
I\'m trying to create an image upload form on my site that uploads directly to imgur for hosting, but I have to use classic ASP or javascript, and the only javascript example does not wo开发者_运维百科
I have an web application programmed in classic asp/vb. It is runnin开发者_开发问答g on windows server 2008 r2. iis7
I\'ve seen the other questions... Is this possible SQLStmt.CommandText = "select * from table where id=@id"
What would be the most secure method of using cookies to authenticate users in a classic ASP website?