Author | Message | Time |
---|---|---|
UserLoser. | I believe it's an ASP/ASP.net interpreter? Whatever the thing is called that translates the code in the actual page, back to the server and the server outputs sends it to the browsing user. I need one that will work on Windows XP Home. I had seliSoft's ActiveHTML, but that was only a trial and it costs money. I'm using Abyss Web Server. | November 27, 2003, 12:43 AM |
Skywing | [quote author=UserLoser. link=board=22;threadid=3887;start=0#msg31861 date=1069893834] I believe it's an ASP/ASP.net interpreter? Whatever the thing is called that translates the code in the actual page, back to the server and the server outputs sends it to the browsing user. I need one that will work on Windows XP Home. I had seliSoft's ActiveHTML, but that was only a trial and it costs money. I'm using Abyss Web Server. [/quote] This is exactly why you should get Windows XP Professional - among other things, it has IIS with ASP(.NET) support... | November 27, 2003, 12:46 AM |
UserLoser. | I'm not to sure what IIS is, mind explaining? Also, can it be downloaded (from ms?)/installed on to a XP Home system? | November 27, 2003, 12:52 AM |
Skywing | [quote author=UserLoser. link=board=22;threadid=3887;start=0#msg31875 date=1069894341] I'm not to sure what IIS is, mind explaining? Also, can it be downloaded (from ms?)/installed on to a XP Home system? [/quote] Microsoft's site provides information on IIS on Windows XP Professional. I have no experience with trying to get it to work on Windows XP Home Edition. | November 27, 2003, 1:04 AM |
St0rm.iD | IIS is Microsoft's crappy web server. Don't use it. Honestly. | November 27, 2003, 2:06 AM |
UserLoser. | What would you suggest then? | November 27, 2003, 2:30 AM |
Myndfyr | Actually, there's a way to install IIS 6 if you have any kind of WinXP Pro (e.g. the trial) CD on XP Home, let me see if I can dig it up somewhere at home. You can also try Cassini Web Server, do a search at www.GotDotNet.com. | November 27, 2003, 2:36 AM |
Denial | yes get the newest iis the old ones 4.0 and such have easy exploits and you would soon be seeing cats all over your site. | November 27, 2003, 4:33 AM |
St0rm.iD | Yes, Cassini is what you want. | November 27, 2003, 3:40 PM |
UserLoser. | Well I searched for Cassini, i found it on Asp.net, but in the download you have to compile it... And it doesn't work for me, i guess i don't have the right compiler/whatever else is needed for it... Can someone compile the exe, dll, and upload it somewhere? | November 27, 2003, 5:04 PM |
peofeoknight | cassini only accepts local requests so it is only going to work when you type http://localhost or http://yourlocalip etc. | November 28, 2003, 8:36 AM |
j0k3r | [quote author=peofeoknight link=board=22;threadid=3887;start=0#msg32207 date=1070008603] cassini only accepts local requests so it is only going to work when you type http://localhost or http://yourlocalip etc. [/quote] It's the same thing for Apache/PHPDEV, so I'll try to elaborate. Anything you want to run or have executed will probably have to go in a subfolder called 'www' (I'm assuming it's the similar to PHPDEV) in the folder where you start your program, but this is an assumption. When you open http://localhost it will probably look in that folder. | November 28, 2003, 1:48 PM |
peofeoknight | I have used cassini. It is only going to work for testing purposes of a site but can't be used to host it. But about the folder thing, you can change the path but it recognizes that folder as a virtual directory. For example when I used it breifly for testing my pages before I had iis the folder was the same one I keep all of my work in. So if all of your files are in folder called "aspnet work" on your desktop, you would create a shorcut to cassini there and then go into properties and type in the path where it asks for the path. | November 28, 2003, 6:27 PM |
St0rm.iD | What you'd do is hook up something like either a virtual directory, host, file type, or mod_rewrite rule in Apache to direct all ASP.NET requests to Cassini. I forget exactly what it is. If it's important, I'll look it up for you. | November 29, 2003, 2:59 AM |
peofeoknight | Heh, I can just let someone dl a copy of iis if they need it. | November 30, 2003, 3:51 AM |
ObsidianWolf | [quote author=peofeoknight link=board=22;threadid=3887;start=0#msg32555 date=1070164268] Heh, I can just let someone dl a copy of iis if they need it. [/quote] O yes, please do increase the number of people that have iis, more money for me. | December 3, 2003, 5:09 AM |
peofeoknight | ? | December 5, 2003, 10:30 PM |