|
-
Jan 30th, 2005, 04:01 AM
#1
Thread Starter
New Member
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 "
-
Jan 30th, 2005, 04:27 AM
#2
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
-
Jan 30th, 2005, 05:07 AM
#3
Thread Starter
New Member
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 "
-
Jan 30th, 2005, 06:55 AM
#4
Thread Starter
New Member
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 "
-
Jan 30th, 2005, 04:46 PM
#5
Frenzied Member
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.
-
Jan 31st, 2005, 12:54 AM
#6
Thread Starter
New Member
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 "
-
Jan 31st, 2005, 01:40 AM
#7
Frenzied Member
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.
-
Jan 31st, 2005, 10:37 PM
#8
Thread Starter
New Member
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 "
-
Jan 31st, 2005, 10:43 PM
#9
Frenzied Member
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.
-
Feb 1st, 2005, 05:00 AM
#10
Junior Member
Re: Help Plz 4 a new ASP.net application
Last edited by XYZ-R; Mar 25th, 2005 at 11:01 PM.
-
Feb 4th, 2005, 01:37 PM
#11
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|