ALUnsotsemololf
New Member
Basically, I read the article on the MSDN site for porting ASP to ASP.NET. I understand the concepts of ASP.NET, however when I attempt to try a simple "Hello World" ASP.NET page. I get an error stating that the application was unavailable - Admin note: check the system's application log for details. When I check the Application Log on the server (Windows 2000 Advanced Server) for .NET, it tells me that I am out of licenses. I have attempted to do everything I can think of to change the licensing (from changing the mode from per seat to perserver; to reinstalling the server). I have even tried adding additional licenses to the server licensing mode with no prevail. Any suggestions or information you can give me or point me to would be most appriciative.did you install the framework??<BR>if you did, did you install the framework before installing IIS?<BR>cause if you did, you need to un/re-install .net.If I'm understaning your reply, I correctly, I should have done the following: 1)INstall windows 2000 Adv Server w/o IIS, 2)add the .NET framework 3)Install IIS 4)Install .NET. Is this correct?<BR><BR>Do you know of a site that details this? If so, what's the address?You first go to <BR>http://www.asp.net. On the right hand top you can download the .NET framework.<BR>You have to firstly go to www.microsoft and find the<BR>MDAC 2.7. This is a smaller download.<BR>Then download the 135meg .NET framework.<BR>Good luck then. I still cant get it to work 3 days laterActually you can run (Change path as needed):<BR>Run C:WINDOWSMicrosoft.NETFrameworkv1.0.3705aspnet_reg iis.exe.<BR><BR><BR>This should install the .Net pieces needed for ASP.Net<BR>I found this out after I had already reinstalled .Net
<BR>We should make this a ASP.Net faqis actually just installing the "production" framework. The ~130MB download is actually for the framework and the toolkit.<BR>You need to have IIS installed first before installing the framework. You should also,like the other guy said, should install the data components 2.7. If you don't do this, you will have problems. If you've followed these steps already, I suggest you un/re-install them again. G-Luck!What I'm saying is if you run that .exe you can fix an install like the one mentioned in the above posts without reinstalling the entire .Net framework. So if you don't have IIS installed when you install the .Net framework you can install IIS afterwards and then run that .exe and it will intall the proper files necessary to run ASP.Net without reinstalling the whole framework.<BR><BR><BR>Thank you every one, I will post what happens as soon as I get a chance to sit down at my server and "KICK" its but. But any way, thanx every one
Update of the error message<BR>--------------------------------------------------------------------------------------------------------------------------------<BR>Server Application Unavailable<BR>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.<BR>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.<BR>--------------------------------------------------------------------------------------------------------------------------------<BR>Contents of the System Event Log Entry<BR>--------------------------------------------------------------------------------------------------------------------------------<BR>Event Type: Error<BR>Event Source: ASP.NET 1.0.3705.0<BR>Event Category: None<BR>Event ID: 1082<BR>Description: aspnet_wp.exe could not be started. HRESULT for the failure: 80004005<BR>--------------------------------------------------------------------------------------------------------------------------------<BR>Event Type: Error<BR>Event Source: ASP.NET 1.0.3705.0<BR>Event Category: None<BR>Event ID: 1007<BR>Description: aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid.<BR>--------------------------------------------------------------------------------------------------------------------------------<BR>HOLY FRELLING CRAP, I have solved my ASP.NET issues......<BR><BR>The Following is an excerpt from http://www.aspalliance.com/kenc/faq2.aspx<BR><BR>Q. I'm getting this error message: "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."<BR><BR>A. The security settings were tightened in the release version of ASP.NET. For a development site, you can relax the security as described below. (Note:Giving System rights is not recommended for a site exposed to the Internet as the permissions are too broad.)<BR><BR>Locate machine.config (try C:WINNTMicrosoft.NETFrameworkv1.0.3705CONFIG). <BR>Open machine.config in Notepad or other text editor. <BR>Search for this string: "<processmodel" <BR>In the processModel element, change userName="machine" to userName="SYSTEM" <BR>Save the file and exit. <BR>In the Run box (Start > Run) execute this command: iisreset.exe .<BR>See also, <BR><BR>ASP.NET Denied Access to IIS Directories<BR> http://www.asp.net/security.aspx<BR><BR>PRB: ASP.NET Does Not Work with a Non-Administrator Domain Account on a Domain Controller (Q315158)<BR>http://support.microsoft.com/default.aspx?scid=kb;en-us;Q315158 <BR><BR>ASP .NET Security Issues<BR>http://www.msdnaa.net/interchange/preview.asp?PeerID=870

