I am trying to create a blog service where my visitors can create their own blogs which will host on my server. I want to give them their subdomain either as http://username.myserver.com or http://myserver.com/username
can u tell me an easy method of doing this. I actually dnt want to give out URL containing querystrings as their blog URL like http://myserver.com/index.asp?username=john
I want them to give out like http://myserver.com/username
I am creating a blog site as part of a project at university and am having a number of problems. 1. Although I can create records for all other required tables, i cant when entering a blog entry. Would there be any obvious reason for this. 2. When logging in with a user, it only displays the user information and diary entries which are first in the table. Clearly i havent used sessions properly, but i dont quite know where to start
do anyone of u can introduce the e-book bout asp to me to help me doing the blog by using asp in my assignment expecially part of the content management
I know we've been through all this before, but I'm looking for a standards compliant blog (No tables!).I don't mind if it's classic ASP or .net, it doesn't need to have hundreds of features but I would like a built in RSS feed.
ok, how many of you believe that most Blog scripts available in ASP(usually free) are not up to it, when compared to other popular ones, like MovableType or WordPress?
Cast your vote & if you think otherwise, why not post the Blog script that you think has got it in it.
Some that I know are BlogWorksXML, uBlog(from uApplication) & WebWizJournal. I've used all 3 of them & they are not up to it, as I think. BlogWorksXML is just a headache(ask Marcus about it, he was using it until 24th).
uBlog is quite a simple app with less features & the WebWizJournal is a joke, with a simple data entry & display system.
And all 3 of them are FREE. So, don't we have any good FREE ASP Blogs that we'd be proud to run?
Im thinking of creating a online blog system, is out there any asp based blog system for free download? so i can host it at my own computer to test it out?
I'm working with a client that runs an ASP based site, and we are running into some roadblocks.
First off, I don't know which ASP-friendly blogging platform to go with. I want something similar in functionality to Wordpress if possible. I've looked at Forest Blog, Presstopia, .Blog, and now Community Server. Which is best in terms of creating search friendly URL's and overall functionality?
Also, we are looking for a sitemap generation script that runs on the server. It seems as though all of the off-site generators are choking and only generating 260 URL's out of 15000. I'm not sure if it's a crawling problem, but if you know of any good sitemap generator for large ASP sites that would be helpful.
The logic is in the vb dll. Now I need to extent one asp page to do extra step, but the similarly code is in the vb dll. I don¡¯t want to copy/paste code (and beside don¡¯t know copy/paste will work). So I¡¯m thinking of open a web service function in vb dll and the asp can http request? Is it other options?
I'm the co-developer for an ASP helpdesk system which has an in-built POP3 Email function. The idea of the function being that a member of staff logged into the helpdesk can monitor a specific support email address and convert emails into support tickets. Now one of the things our clients have asked for is a service that runs the POP3 Email function so that they don't need to be logged into the helpdesk. What is the easiest way to achieve this? Since users can potentially email the support address 24/7 the service therefore needs to run 24/7. I've read threads in this forum on running scheduled jobs that call an ASP script but I'm not sure if that is the correct solution for my needs. I also need to take into account the fact that some of our clients run the helpdesk application on a shared hosting server so they won't be able to create a Windows Scheduled Task.
if anyone has come across a web service that does synonyms.I want the end user to type in a word and find synonyms on the same page w/out jumping to synonyms.com
Can anyone point me to a very basic example of a project that takes an XML stream from a web page and sends it to a ASP.NET Web Service that can then be used to pull records from a SQL Server DB. Like I said I am green at this, so the more basic it is the better. I am reading about having to serialize, etc. but not sure about it all yet.
I have this project where I am creating a ASP.NET Web service that's going to be consumed by an application on the Intranet. This Web service will access a SQL Server database, extract data from tables, create XML DOM that's going to be posted to 3rd party Internet Web service. Code:
Is it possible to restart a service using ASP ? I have some code here to restart a service using vbscript, but it doesnt translate into asp at all. I also have a script here that displays the status of a service, and that works fine in ASP, so i know that it can be done, and that security, once set, wont be an issue.
Does anyone know how i can restart a service with ASP? any examples?
How do you change the port in which CDONTS will look for Microsoft SMTP server? I have Imail running on port 25, and I have SMTP service running on port 26. Any help you can provide me would be excellent.
Does anybody out there consume a web service using classic ASP?If anyone has any useful resources for doing this, I'd love to see them. I haven't found much online at all. Long story but I'd rather not have to learn .net or switch to php for this one project
Im trying to print a report from a web service. When the web service is called, a message "invalid logon" appear. The following code is the code used to print the report: Code:
How can I invoke web service from a classic ASP page? As I know I cannot use HTTPGet or HTTPPost protocal if the service is built under .net framework 1.1(security issue).
I'm using web hosting services of a company. I try to connect to a remote SQL Server from the hosting account. But they told me I must use a "proxy aware" code to connect to the SQL server through their proxy server.
How can I do this? I searched the Internet and can only find a webproxy class. But the code is written in ASP.Net which I'm not familiar with. So anybody can help me and give me some ASP example code?
Someone has given me the URL of a "web service". What happens is I send it an input key and an associated value and it returns a set of values. I have to write an ASP page (not .NET) that calls this page and loads the return value into a variant and I'm not sure quite how to achieve this. Presume it's dead easy though.
I'm trying to write an ASP page that consumes a webservice I wrote. I have done this in other programs but with the help of the .net web reference wizard. I need to know how to manualy reference and consume a webservice in ASP (useing VB as my language). All the tutorials I've found refer to useing the web reference wizard, but I need to know the acctual code to use.
One of my clients has a site on a really cheap ISP. Currently, the site is written in ColdFusion. There is a webservice call that uses a coldfusion tag to execute the web service. Coldfusion is going away for this client. In place will be asp.
I would like to be able to call a webservice from a regular asp page (not ..net). Is this possible? If so, would you have some pointers, urls, etc that I could see how this is done?
I've recently transferred our web sites from a Windows2000 server to a Windows2003 server. The transfer went almost flawless until I noticed that our search function isn't working anymore. I'm using an ASP script to use the Indexing Services and have set up my catalogs and directories but I'm getting a 'type mismatch' on one of my Server.URLEncode commands.
Do I need to obtain a new script to utilize the Indexing Services of Windows2003? If so, does anyone know where I can find this or would it be better to use a service such as Google or another SE?
I installed Report Server in IIS to provide report service. In ASP page, I make some links to reports so that users can view them through browser. Users should provide ID and password in order to view reports.
Is there any license issue in order to use Report Server? Does user should get connection/any license to login the server through authentication?
I'm trying to build a site that based on a user entry searches through the contents of files on a disk and displays a list of files which contents match user criteria (basicaly a word).
How to extract a part of the document (paragraph ecc), where the searched word is found. OLE DB provider for Indexing service provides atribute Characterization, which returns the subject of the document, but not the correct paragraph. Is there any other usefull atribute?