Click to See Complete Forum and Search --> : About ASP.Net Deployment


Gilson
March 18th, 2006, 01:44 AM
Hi

i made one websetup(Release) project for my asp.net 2003 application. I tried to install that setup in another machine, i m unable to get the database(SQL Server 2000), The same setup i put in my machine (where the application is existing) its working.

I installed dotnet framework1.1 in the othermachine.

Expecting reply asap...

Thank u

mcmcom
March 18th, 2006, 01:54 PM
where is your sql server?

if you have sql server on your machine you developed it on, you could point your web app to the sql server on your machine, but if this is a release you have to point the app to the SQL server you plan to use for the site.

most "people" that develop websites have a server just for SQL and a server for ASP.NET, you could put both on one, but its not recommended.

So, when you move your app to the web server, you have to make sure you have a sql server somewhere that it can access, and you change it the same way you SET it UP in the first place.

mcm