-
Posted to
IIS 7 - ASP.NET Administration
by
neillray
on
07-09-2009, 5:28 PM
Your question is somewhat cryptic, but that never stopped me from coming up with an answer. :-)
A web.config file includes, among other things, the database logon ID and password. I need to install the database (SQL Server 2005) on my local PC and "restore" the data from the online database to the local database. ...
-
Posted to
IIS 7 - ASP.NET Administration
by
neillray
on
07-09-2009, 11:26 AM
Thank's for your response. I believe now my problem is not related to IIS. My online application has a database and I have not installed the DB on my local PC, yet. At present, the web.config file refers to a non-existant DB and I get an application-generated error message. Thus, I think the system is trying ...
-
Posted to
IIS 7 - ASP.NET Administration
by
neillray
on
07-04-2009, 11:16 PM
I created a 2nd website consisting of one HTML page and was able to browse to it successfully. The problem website, TSV, contains an SQL Server 2005 database on the production site, but I have not installed SQL 2005 on my local PC. Perhaps something in the Web.config file causes the problem.
-
Posted to
IIS 7 - ASP.NET Administration
by
neillray
on
07-04-2009, 12:57 PM
My OS = Windows XP Professional and is current with all updates.
-
Posted to
IIS 7 - ASP.NET Administration
by
neillray
on
07-03-2009, 10:28 PM
Steve,
Thank you so much. It's great to know I am not alone out here. That said, I don't know what an application pool is, nor do I know what a IUSR account is. I can, however, install ASP.net on my PC.
Regards,
Neill
-
Posted to
IIS 7 - ASP.NET Administration
by
neillray
on
07-03-2009, 4:13 PM
I have a functioning, publicly-hosted website. I FTPed the site to my local computer (C:/TSV) and installed installed it using "Computer Management" as an IIS website. I entered default.aspx as the first file in the Computer Management/properties "Documents" section. When I browse to ...