Automatic install fails. Trying again just disappears, no error, nothing. I feel like I'm using 95. (O:= My Config: MS SQL Server 2000 W2K Adv. Server Exchange 2000 Enterprise DNS AD private: internal.gameplayers.us public: gameplayers.us login: administrator
password: ************ (How many of you gasped on that one?) Removed the virtual server, killed the dir and all files, deleted the SQL database. Tried manual again. Modified .sql with Goif and Goprint errors. I'm surprised since those have been known for some
time that the download has not been updated. Perhaps a little organization might be in order?! I created the user ASPNET at the server level and gave it owner rights to the database. Still there are more error with stored procedures but error says, writing
anyway. Sounds like my ex. (O:= I see everything is installed correctly so I try to go to http://localhost/AspNetForums/. Buzz! Sorry, you lose! I check IIS to see if there is an issue. I do not see default.aspx as a default document. So, I put it in. And
voila. I see the opening page. However, I see it as plain text. I check the .dll files and do not see one for DotNet. So, I run the DotNetFramework 1.1 again and still same issue. So, I decide I will uninstall the framework and get a link to read about repair.
I run the repair dotnetfx.exe and various parameters and now it does render but I still get errors. This one may take a little longer to solve. My anonymous user is iusr_fs1 because, yes, my W2k Adv Svr is called FS1. I have a security issue but it reports
the error is with iwam_fs1. Here is the full error: Oh, BTW, I did edit the config file and I did edit the default.aspx to put in debug. Note: Although I cannot appear to show it here, Line 23 is in red. You can see it for yourself at: http://gameplayers.us/AspNetForums/
Login failed for user 'INTERNAL\IWAM_FS1'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details:
System.Data.SqlClient.SqlException: Login failed for user 'INTERNAL\IWAM_FS1'. Source Error: Line 21: Line 22:
Line 23: Line 24: Line 25:
Source File: C:\AspNetForums\AspNetForums\default.aspx Line: 23 Stack Trace: [SqlException: Login failed for user 'INTERNAL\IWAM_FS1'.] System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +472 System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString
options, Boolean& isInTransaction) +372 System.Data.SqlClient.SqlConnection.Open() +384 AspNetForums.Data.SqlDataProvider.TrackAnonymousUsers(String userId) +166 AspNetForums.Users.TrackAnonymousUsers() +235 AspNetForums.Controls.SkinnedForumWebControl..ctor()
+92 AspNetForums.Controls.Login..ctor() +24 ASP.default_aspx.__BuildControlLoginbox1() in C:\AspNetForums\AspNetForums\default.aspx:23 ASP.default_aspx.__BuildControlLeftColumn() in C:\AspNetForums\AspNetForums\default.aspx:19 ASP.default_aspx.__BuildControl__control2()
in C:\AspNetForums\AspNetForums\default.aspx:11 ASP.default_aspx.__BuildControlTree(Control __ctrl) in C:\AspNetForums\AspNetForums\default.aspx:1 ASP.default_aspx.FrameworkInitialize() in c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\aspnetforums\374d7e57\871097d6\sdzpdn5r.0.cs:0
System.Web.UI.Page.ProcessRequest() +85 System.Web.UI.Page.ProcessRequest(HttpContext context) +18 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +87 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 Any help will greatly appreciated. This is only a
test box for now until the company goes live. BTW... I had another login here which I must have signed up a long time ago but couldn't find the password. When I asked for my password to be emailed, it responded ok, no problem but I never got it. Jes' sayin'...
Ok, I have it working. This is what I did. 1. I followed the manual installation for the forums. This includes modifying the two lines 'Goif' and 'Goprint' to be: Go if ... ... Go Print ... If you search for the lines before running the script you'll find them
easily. They are the only lines like this. 2. I have MS SQL 2K. It is running on the same box and even though I could write the connect string several ways, this works: (The above line is not supposed to wrap.) 3. Since I did not have an ASPNET user, for whatever
reason, I chose to remove the .NET Framework 1.0 and 1.1. I reinstalled 1.0. 4. This gave me the ASPNET user I was looking for. This server is a DC and this causes a problem due to a bug in the .NET Framework. I opened explorer and browsed to: %systemroot%\Microsoft.NET\Framework\v1.0.3705\CONFIG
I have a firewall so my AD setup is: private: internal.gameplayers.us public: gameplayers.us I modified the machine.config file, under the Security Settings->Local Policies->User Rights Assignment->Log on as a batch job and Domain Controller Security Policy->Windows
Settings->Security Settings->Local Policies->User Rights Assignment->Log on as a batch job I added the INTERNAL\ASPNET account. 6. In Explorer, at: %systemroot%\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\, I modified the security rights to add
the ASPNET@internal.gameplayers.us (INTERNAL\ASPNET) account and added WRITE rights. It needs this because it needs to create a temporary directory structure called aspnetforums. I first set this to MODIFY rights but since removed that right. If it needs MODIFY
rights, I'll know soon enough. Note: Since I want to run the Portal VBVS, I'll need to load the .NET Framework 1.1 because it needs the mobileControls. I did not add it back yet because I wanted to see if this would work with the 1.0 Framework. Hopefully this
will help those of you having trouble getting the forums up and running on a DC.
gameplayer
Member
10 Points
2 Posts
one install nightmare after another
Sep 05, 2003 10:45 PM|LINK
Line 23: Line 24: Line 25:
Source File: C:\AspNetForums\AspNetForums\default.aspx Line: 23 Stack Trace: [SqlException: Login failed for user 'INTERNAL\IWAM_FS1'.] System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +472 System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372 System.Data.SqlClient.SqlConnection.Open() +384 AspNetForums.Data.SqlDataProvider.TrackAnonymousUsers(String userId) +166 AspNetForums.Users.TrackAnonymousUsers() +235 AspNetForums.Controls.SkinnedForumWebControl..ctor() +92 AspNetForums.Controls.Login..ctor() +24 ASP.default_aspx.__BuildControlLoginbox1() in C:\AspNetForums\AspNetForums\default.aspx:23 ASP.default_aspx.__BuildControlLeftColumn() in C:\AspNetForums\AspNetForums\default.aspx:19 ASP.default_aspx.__BuildControl__control2() in C:\AspNetForums\AspNetForums\default.aspx:11 ASP.default_aspx.__BuildControlTree(Control __ctrl) in C:\AspNetForums\AspNetForums\default.aspx:1 ASP.default_aspx.FrameworkInitialize() in c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\aspnetforums\374d7e57\871097d6\sdzpdn5r.0.cs:0 System.Web.UI.Page.ProcessRequest() +85 System.Web.UI.Page.ProcessRequest(HttpContext context) +18 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 Any help will greatly appreciated. This is only a test box for now until the company goes live. BTW... I had another login here which I must have signed up a long time ago but couldn't find the password. When I asked for my password to be emailed, it responded ok, no problem but I never got it. Jes' sayin'...
gameplayer
Member
10 Points
2 Posts
Re: one install nightmare after another
Sep 06, 2003 10:52 AM|LINK