G
Guest
Hi,
I need to deploy an ASP.NET project (backend SQL database)on the Web Server.
I HAVE access to the Web Server & all the rights too.
What is the BEST WAY for deploying this application coz I tried the
deployment using Windows Installer but when I tried to open the home page in
the browser, I got the error , "Server Error : SQL Server does not exist or
access denied". I think this is because the SQL database is in the
Development server & I am deploying the project on Web Server. Also , all the
databases are in another server called DB Server.
So I need to put this database in DB Server & also (I think) attach the
database file so that the project can be successfully deployed on the Web
Server.How to go about doing this? I have searched many links for this but
couldnt get any walkthrough which would demonstrate this.
Please help.
Thanks
I need to deploy an ASP.NET project (backend SQL database)on the Web Server.
I HAVE access to the Web Server & all the rights too.
What is the BEST WAY for deploying this application coz I tried the
deployment using Windows Installer but when I tried to open the home page in
the browser, I got the error , "Server Error : SQL Server does not exist or
access denied". I think this is because the SQL database is in the
Development server & I am deploying the project on Web Server. Also , all the
databases are in another server called DB Server.
So I need to put this database in DB Server & also (I think) attach the
database file so that the project can be successfully deployed on the Web
Server.How to go about doing this? I have searched many links for this but
couldnt get any walkthrough which would demonstrate this.
Please help.
Thanks