Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Guestbook without cgi/pl

Oct 12, 2007 9:44PM PDT

My ip has changed from Linux to Windows and will not be offering cgi/pl on the sites for what I pay. Is there a Guestbook I can use that will run from the Windows system? I don't have Frontpage ether. Must work in IE, Foxfire, Mozilla, Opera and Safari.

Is there something in MS scripting?

Thanks,
RON C

Discussion is locked

- Collapse -
Re: guestbook.
Oct 12, 2007 11:59PM PDT

The guestbook will have to reside in a database at the hosting site, not at your own PC. So you're dependent on what they offer.

Kees

- Collapse -
giestbook
Oct 13, 2007 12:10AM PDT

I would guess that ASP will be there. At present, they are useless in giving me answers but was told Windows and probably IIS. With the previous one I had, the comments etc. were just stored in an HTMK file that was updated when a submit was dome and just viewed when ask to view. Know of anything like that available?

Thanks,
RON C

- Collapse -
asp.net or asp is going to be a good choice for a guest book
Nov 25, 2007 9:56PM PST

I develop in asp.net 2.0 and have made a guestbook before using either an xml file or sql as the backend for data storage. Either of these will work. I like xml for a guestbook since it is easy to migrate to another host later on. You can do a google search and find something that you can download to use, or you can find tutorials on how to make your own. You can even go to microsofts website and download the visual studio 2005 express edition tools for free.

If you need more help let me know, but I think this should point you in the right direction. Let me know how it turns out.

Nick

- Collapse -
guestbook
Nov 26, 2007 1:21AM PST

Nick,

Thanks.

It seems that I can't even use sql or XML. I find no way to have something execute on th server. The ISP has promised to change after Dec 07.

I will get VS05 express tolls though and make plans. At present, the guest sends email and I update file so I'm using the ML (manual labor) system.

Will comeback once able to try. Probably have CGI/PL etc. then.

- Collapse -
How can you not have xml?
Nov 26, 2007 9:33AM PST

xml is just a data file. I can see that you might not have sql, but im sure you are able to use an xml file. The only thing I could see you not having is a way to interact with the xml file. You sound like you have a really non-customer friendly host. You might want to think about switching to a host that provides some of the basics that a good host should. One of which would be some way to do some server side processing.

I was a little worried when I switched from php to asp.net, but the community seems fairly helpful and there are alot of opensource things to work with to help develop your skills a bit if you feel like getting your hands dirty and trying your hand at development. I can point you in the right direction if you ever need help finding some places to look for information on the subject.

I really think you should look for a new host though. Changing your server without letting you know a good time in advance is kind of crappy. There are many out there. I have used quite a few in the past and might be able to point you in the right direction, but you should definately think about leaving those guys, unless they are offering you an incredible offer that you can't say no to.

Nick

- Collapse -
ISP
Nov 26, 2007 10:54AM PST

I have 1gb+ storage for my web stuff at no charge. I can get more usage for more money per month. I hadn't had a need until daughter wanted photos etc. of her kids up. I use mostly to pas data to and from clients so FTP is enough.

I expect them to give me CGI/PL etc. after new year so will be alright in a month hopefully.

Thanks,
RON C