Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hi!
I installed Visual Studio .Net on a windows 2000 server machine, then i created a web project (which created a virtual directory wwwroot). I placed a text box in the file and build it, without any problem i could bulid it (Build: 1 succeeded, 0 failed, 0 skipped).but when i run it (.aspx file) it gives me an error (Internal server error 500),
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.Following message appears when i remove (show user friendly error messages) check from Tools, Internet Options, Advanced tab:
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.
If i perform the same on an XP professional machine, everything works fine, could u please tell me how to overcome it?Regards
Rajeev

Try it again, and note what time you got the error. Then view the event log on the server and post back the error message that it recorded at the time you got the error. You can see the error log by going to the control panel, administrative tools, event viewer. It would be in the application log.
-SN

Did you run the file from Visual Studio .nET? If you didn't, run the file from VS.NET. Other resolution may be, you haven't installed the folder as an application.
To do this is, go to START->RUN-> then type mmc. Now go to File->Add/Remove Snap In, click ADD and select INTERNET INFORMATION SERVICES. Now you can administer your web server.
Open the DEFAULT WEB SERVER and go to the folder where you have your aspx file in. Right click on the folder, PROPERTIES. Then click on CREATE. Now you will see on the tree list that the folder you select has different icon from other folders.
That way you have set the permission for ASP.NET to execute the files on that folder.
Try that first and email me if you have problems.
---
Tommy Segoro
CubeSoft Information Technology - Online Computer Store, Web Site Design, Software Development, Search Engine Optimization
http://www.cubesoft.com.au
info@cubesoft.com.au

Another problem may be you haven't set your wwwroot folder's permission. I never use c:\inetpub\wwwroot as my home directory. Because sometimes it causes problem.
Try to create a directory (wherever you like), go to IIS administration (please refer on my previous post on how to do this), now right click on the DEFAULT WEB SITE, PROPERTIES. Go to HOME DIRECTORY and change the location of your web server to the folder you just create.
Copy the aspx file to there and see how it goes.
---
Tommy Segoro
CubeSoft Information Technology - Online Computer Store, Web Site Design, Software Development, Search Engine Optimization
http://www.cubesoft.com.au
info@cubesoft.com.au

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |