I am attempting to set up the development environment for Sinergia on
Windows 2003 server with Visual Studio 2005 Professional with .Net 3.0
framework and May 2007 Enterprise Library installed.
So Far, I got the source compiled with no error, but 17 warnings. I
am afraid I will need some help in IIS, web site configuration, and
database setup with my limited knowledge of IIS and ASP.Net. Is there
any documentation on those topics that I could use as references?
Thanks
chui
What about the specific Sinergia requirements like the virtual
directory setup, sql database? Do I need to set up the database
manually? If so, is the schema available?
Thanks
Cedric
On Oct 30, 5:27 am, gabouy <g...@gabouy.com> wrote:
> You will find plenty of information related to IIS & SQL Server setup, but
> no in Sinergia's website.
>
> IIShttp://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Librar...
>
> http://labmice.techtarget.com/windows2003/IIS/default.htm
>
> regards,
> gabo
>
> On 10/29/07, chui <c...@lbl.gov> wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > I am attempting to set up the development environment for Sinergia on
> > Windows 2003 server with Visual Studio 2005 Professional with .Net 3.0
> > framework and May 2007 Enterprise Library installed.
>
> > So Far, I got the source compiled with no error, but 17 warnings. I
> > am afraid I will need some help in IIS, web site configuration, and
> > database setup with my limited knowledge of IIS and ASP.Net. Is there
> > any documentation on those topics that I could use as references?
>
> > Thanks
> > chui
>
> --http://blog.gabouy.com- Hide quoted text -
>
> - Show quoted text -
The following is from the event log after the authentication failure
(Web page login user: admin password: sinergia)
Event Type: Information
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1315
Date: 10/30/2007
Time: 2:44:01 PM
User: N/A
Computer: STAGING
Description:
Event code: 4006
Event message: Membership credential verification failed.
Event time: 10/30/2007 2:44:01 PM
Event time (UTC): 10/30/2007 9:44:01 PM
Event ID: c332dbe1744d4063ad3974a4067c5e35
Event sequence: 30
Event occurrence: 3
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/ROOT/Sinergia/
Web-1-128382527057656250
Trust level: Full
Application Virtual Path: /Sinergia/Web
Application Path: C:\inetpub\wwwroot\Sinergia\Web\
Machine name: STAGING
Process information:
Process ID: 3428
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Request information:
Request URL: http://128.3.3.10/sinergia/web/login.aspx
Request path: /sinergia/web/login.aspx
User host address: 128.3.3.79
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Name to authenticate: admin
Custom event details:
Any help appreciated
Thanks
Cedric
On Oct 31, 6:27 am, gabouy <g...@gabouy.com> wrote:
> Cedric,
>
> The Sinergia setup includes the sql scripts required to create Sinergia's
> databases, and also includes the web setup which should create automatically
> the virtual directory.
>
> regards,
> gabo
>
> > > --http://blog.gabouy.com-Hide quoted text -
>
> > > - Show quoted text -
>
Thanks very much for the help
On Oct 31, 1:04 pm, gabouy <g...@gabouy.com> wrote:
> Cedric,
>
> The proper default password is sinergia; ending with a semicolon.
>
> otherwise check,http://www.aspnettricks.com/archives/membership-credential-verificati...
>
> And check users were created ok in the Sinergia_aspnetdb database, and they
> are related to the same ApplicationName that you are using in the IIS
> (should be /Sinergia/Web)
>
> regards,
> gabo
>
> > > > > --http://blog.gabouy.com-Hidequoted text -
>
> > > > > - Show quoted text -
>
> > > --http://blog.gabouy.com
>