Results 1 to 11 of 11

Thread: Help Plz 4 a new ASP.net application

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2004
    Location
    india
    Posts
    10

    Unhappy Help Plz 4 a new ASP.net application

    Help me plz with my asp.net setup
    I am a newbie here
    i have the .net 1.1 framework installed on IIS . now whenevr i try to open any .aspx file it gives the following error :-

    "Server Application Unavailable
    The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
    Administrator Note: An error message detailing the cause of this specific request failure can be found in the system event log of the web server. Please review this log entry to discover what caused this error to occur.

    "

    even if that aspx file is not there in the localhost/wwwroot it gives this error instead of giving the "file not found" . otherwise ASP files R opening Fine
    " work hard , Play Hard "

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Help Plz 4 a new ASP.net application

    You haven't given us much details here. What do the log files say? Check the Event Viewer in Control Panel > Administrative Tools

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2004
    Location
    india
    Posts
    10

    Re: Help Plz 4 a new ASP.net application

    i checked the event viewer , but there was no mention of any error relating to IIS/asp or web server.
    plz help me , i have a develop a asp.net application in a month. and not even a single page on aspx containg even "response.write" works
    " work hard , Play Hard "

  4. #4

    Thread Starter
    New Member
    Join Date
    Nov 2004
    Location
    india
    Posts
    10

    Re: Help Plz 4 a new ASP.net application

    exactly how do i deploy my asp.net web page. currenly i ust copy it to the localhost/wwwroot folder. do i also need it to register somewhere else ?
    " work hard , Play Hard "

  5. #5
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267

    Re: Help Plz 4 a new ASP.net application

    What are you building the application with? Dreamweaver? FrontPage? VS.Net? NotePad? GoLive?

    You need to get the SDK and look at the samples.
    Magiaus

    If I helped give me some points.

  6. #6

    Thread Starter
    New Member
    Join Date
    Nov 2004
    Location
    india
    Posts
    10

    Re: Help Plz 4 a new ASP.net application

    mostly i use frontpage

    but presently not even the most simple asp.net file executes
    even if created with notpad with just 1 following line

    response.write("hello world")


    plz help me out.....
    " work hard , Play Hard "

  7. #7
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267

    Re: Help Plz 4 a new ASP.net application

    Well are you using any <% %>?

    Go to microsoft and download and install the .Net Framework SDK. It configures IIS for you. Just installing the framework does not do this.

    Or click here --> http://download.microsoft.com/downlo...e507/setup.exe
    Magiaus

    If I helped give me some points.

  8. #8

    Thread Starter
    New Member
    Join Date
    Nov 2004
    Location
    india
    Posts
    10

    Re: Help Plz 4 a new ASP.net application

    of course i used <% %>
    i am downlaoding the setup file that U indicated
    in fact, my web browser just shows up this error message even if no aspx file is physically present instead it sud rather be giving the usual "file not found" error

    i tried to install tyhe casseni web server, but that to is showing up some errors
    it says "conflict on port #, ..........."
    " work hard , Play Hard "

  9. #9
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267

    Re: Help Plz 4 a new ASP.net application

    If your running IIS, and the casseni web server I'm betting it doesn't know where to route the request, thus the conflict.

    Make sure one or the other is off. I'm not sure what the SDK will do if you have both running but I'm going to assume it will still setup IIS with the QuickStarts and the ISAPI mapping for .aspx and the other dot net files.

    If all else fails unistall the SDK, IIS, the framework, and casseni web server and then reinstall IIS, then the SDK. In that order.
    Magiaus

    If I helped give me some points.

  10. #10
    Junior Member
    Join Date
    Jan 2004
    Posts
    25

    Re: Help Plz 4 a new ASP.net application

    Last edited by XYZ-R; Mar 25th, 2005 at 11:01 PM.

  11. #11

    Thread Starter
    New Member
    Join Date
    Nov 2004
    Location
    india
    Posts
    10

    Re: Help Plz 4 a new ASP.net application

    thanxs,
    this link gives full info abt the error cause & its removal method. as MS recornizes in this article , it is an error with the .net framework 1.0 & asp

    so resolved fro now. i just have to implement it on my system
    " work hard , Play Hard "

Posting Permissions

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



Click Here to Expand Forum to Full Width