Rank: Newbie Groups: Member
Joined: 7/18/2009 Posts: 2 Points: 6 Location: Belgium
|
Hello,
i cannot seem to have the login page. i get page cannot be found. 404 error Windows 2003 standard R2 sp2 X86. installed fresh iis and asp.net. set default website to dotnet 2.0 copy installation files in the root folder of the default website. copy the license file. edit the config.xml <sqlserver address="127.0.0.1" name="SQL03\CUSTOMERS" /> sql server 2005 is running on the same machine and network access is enable no luck. even create a subdirectory enable it as a web application, no luck.
when through the whole forum and try all the tricks they said no luck
plse help, would love to us this product. what am i doing wrong?
Thanks Miguel
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
Any chance to have a look at your install ? Looks like you did not correctly define the install folder as a web application in your IIS console. Also as you mention this is a * fresh* iis, could you please check that you allow ASP.NET extensions: http://neilkilbride.blogspot.com/2008/02/windows-2003-iis-returns-404-for-aspnet.html
|
Rank: Newbie Groups: Member
Joined: 7/18/2009 Posts: 2 Points: 6 Location: Belgium
|
I realize that I installed iis after the installation of asp net 2.0. so asp net 2.0 was not register with iis. i had to enable with the following command: "C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i -enable" now everything is working fine.
I think the installation manual needs some improvement, a step by step should be include and a troubleshooting.
Thanks, Miguel
|