Results 1 to 6 of 6

Thread: I hate ASP.NET

  1. #1
    Pixel Abuser Spunkey's Avatar
    Join Date
    Nov 2003
    Location
    Milton Keynes
    Posts
    1,523
    Thanks
    0
    Thanked
    0 times in 0 posts

    Angry I hate ASP.NET

    Asp used to be nice and simple. Write some HTML, connect to a database, spit out the results. Take user input stick it back in a database, email the admins, etc. etc. job done.

    Now you have to write your project. Then write another project to deploy your original project. Then you have to register the dll your ASP creates. Then should you have to make a code change, you have to uninstall your ASP application and reinstall the new version. Then right hand to blue. Left leg to red.

    plus the documentation makes about as much sense as a drunk pikey....
    Quote Originally Posted by From MS C# Command Line Compiler Documentation...
    A source code file used to compile one output file cannot be used in the same compilation for the compilation of another output file.
    .................. WHAT!?!.... English mofo do you speak it!?

    AHHHHHHHHHHHH

    *runs off to get therapy*

  2. #2
    Member
    Join Date
    Aug 2003
    Location
    Wimbledon
    Posts
    141
    Thanks
    0
    Thanked
    0 times in 0 posts
    Patience young grasshopper. ASP.NET is lovely.

    You don't have to register the dll, you just drop it in the bin directory of the virtual directory.

    If your page just has inline c# like old asp you don't need to copy any dll's as ASPNET will compile the aspx page JIT'stylee. If you have classes in seperate .cs files then you will need to copy the dll to the web server too. If you just change the aspx page ASPNET will recompile the page for you with no need to copy the dll.

    Are you using VS.NET ?

    Mart

  3. #3
    Senior Member Shad's Avatar
    Join Date
    Jul 2003
    Location
    In front
    Posts
    2,773
    Thanks
    22
    Thanked
    40 times in 24 posts
    The only problem with ASP.NET is Visual Studio, because it's the biggest annoyance on the planet ever.

    However you can just write simple pages that run on-the-fly without the need for compiling to DLLs. Also, there's no need to uninstall an application if the server is 2003, just upload a new build of the DLL and it should work.
    Simon


  4. #4
    Pixel Abuser Spunkey's Avatar
    Join Date
    Nov 2003
    Location
    Milton Keynes
    Posts
    1,523
    Thanks
    0
    Thanked
    0 times in 0 posts
    ic said the blind man

    yes i am using VS.NET

    the only real training ive had in this was a course my manager set up. Helpfully it was VB.NET and of the 4 days, 2 hours was ASP. And that was the last 2.

    I'm off to bug him to give me cash to buy a book

  5. #5
    Pixel Abuser Spunkey's Avatar
    Join Date
    Nov 2003
    Location
    Milton Keynes
    Posts
    1,523
    Thanks
    0
    Thanked
    0 times in 0 posts
    quick question - is it possible to get the intelisense to work when you're writing ASP in the HTML window?

    didnt realise how much i use it until i cant

  6. #6
    Senior Member Shad's Avatar
    Join Date
    Jul 2003
    Location
    In front
    Posts
    2,773
    Thanks
    22
    Thanked
    40 times in 24 posts
    Quote Originally Posted by rubbishrubbishrubbishrubbishrubbishey
    quick question - is it possible to get the intelisense to work when you're writing ASP in the HTML window?

    didnt realise how much i use it until i cant
    Don't think so, but Dreamweaver MX 2004 has quite good 'intellisense' aka code hints.
    Simon


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Any of you still running CRT's
    By TiG in forum Graphics Cards
    Replies: 60
    Last Post: 18-01-2004, 07:02 PM
  2. Dont you just hate the scum that live on your estate ?
    By Drunken Poncho in forum General Discussion
    Replies: 33
    Last Post: 24-12-2003, 03:03 PM
  3. grrr - I hate Windows XP activation!!
    By joshwa in forum Software
    Replies: 17
    Last Post: 09-12-2003, 02:25 PM
  4. ASP.Net hosting
    By Mart in forum Software
    Replies: 0
    Last Post: 06-10-2003, 09:30 PM
  5. I hate this heat...
    By bertie in forum General Discussion
    Replies: 35
    Last Post: 04-08-2003, 06:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •