I have hosted my website. But I do not have database privileges. Since i want to include CONTACT form in my website, I had created an asp page in my server (A) and created mysql database in another we
Which is the best way to convert a .asp page to .aspx? Classic asp to asp.net. I\'m trying to avoi开发者_运维技巧d rewriting all the pages from scratch.
I have a silly question which drive me crazy. I have ASP programed website which when you use address like http://mysite.com/ it will work. If you use http://www.mysite.com/ it would not work. Basical
Let\'s preface this post by saying... Yes, I know I\'m a dinosaur for using Classic ASP in this day and age!
I\'m getting the http error 403.4 - Forbidden: SSL is required to view the resource error using IIS6, even though the url starts with https.
Is it possible to map classic as开发者_JS百科p requests to ASP.NET in IIS6 by specifying a handler in web.config?
Is there a way to share cookies across different domains and di开发者_开发知识库fferent applications (classic ASP and ASP.NET)No, there isn\'t.
strJSON= getcontent(url) data return as below {\"error\":{\"type\":\"OAuthException\",\"message\":\"Error validating access token.\"}}
I am trying to download images from a site using Perl to download and save them with LWP::Simple.getstore.
I\'m wanting to send a string that has some meaning through the URL. I know that I could probably do other things to send a string, but this is the only way in this situation.