Hi,
I need some help on deploying my ASP.NET application to another IIS Server. I’ve created a small Web Application with ASP.NET/ADO.NET/Visual C# where, basically I’m connecting to an SQL Server database and creating a Crystal Reports report populating selected table rows. For example, when called from my browser (local server where application was developed) http://localhost/ADOTest/WebForm1.aspx loads and displays the Crystal Report perfectly.
My next task is to move the applicationto another server where it will run from there. So I’ve simply copied my “ADOTest” application folder in my c:\inetpub\wwwroot\ to the other server’s c:\inetpub\wwwroot\folder. I then opened a browser window and called the application (http://localhost/ADOTest/WebForm1.aspx) and all I got was the WebForm1’s content display.
Is this the proper way to move/deploy such an application!?
Please help!!
Thanks!