aspx in ubuntu

Liam Proven lproven at gmail.com
Tue May 11 17:22:56 UTC 2010


On Tue, May 11, 2010 at 6:11 PM, arshad <arshad3m at gmail.com> wrote:
> I have a website project created in Microsoft Visual Studio a in Windows
> machine.
> and when I open that project in my home Ubuntu machine, only the .html
> pages are opening correctly.
> and the .aspx pages started to open after i edited the .mime.types file
> in my ~/ directory.
>
> But all the fields in the .aspx pages are not visible. I mean I can't
> see the input fields (like text boxes, drop down menus, radio buttons
> etc..) in the
> .aspx page. Only the labels are visible.
>
> I tried both in firefox and opera.
> No success in both.

ASP means Active Server Pages, a server-side scripting technology that
executes on software which is part of MS Internet Information Server.
It's part of MICROS~1's "embrace & extend" strategy to damage & weaken
the cross-platform nature of the WWW.

ASP is *only* intended to work on IIS. And no, you can't run IIS on Linux.

There are various options out there for getting some ASP support on
Unix and FOSS OSs. Apache has a module for it but you'll have to
rewrite the server-side scripts in Perl. There are also some
Java-based options.

Basically, it's not completely impossible, but it's not trivial. If
you have to ask, you're probably not up to doing it. Certainly I'd
have no clue where to start myself!

-- 
Liam Proven • Profile: http://www.linkedin.com/in/liamproven
Email: lproven at cix.co.uk • GMail/GoogleTalk/Orkut: lproven at gmail.com
Tel: +44 20-8685-0498 • Cell: +44 7939-087884 • Fax: + 44 870-9151419
AOL/AIM/iChat/Yahoo/Skype: liamproven • LiveJournal/Twitter: lproven
MSN: lproven at hotmail.com • ICQ: 73187508




More information about the ubuntu-users mailing list