Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Moving test ASP.NET application to live environment

Status
Not open for further replies.

sgreenwest

Programmer
Nov 11, 2004
8
GB
All,
i have been pulling my hair out all day. i just completed my first section of my new ASP.net application. The system uses SQL Server 2000 and vb.Net for code behind pages. I'm using visual studio 2002. My system is working fine on my local laptop but when I copied the file over to another computer to test it the stored procedures seem to to stop working. The system seems to work but i just cannot get the stored procedures to return any information from the database so i can log into the application. I used a backup from my local machine to create DB on the other computer. So i had to assign new permissions to the stored procedures. I can get some of them to work the other one just returns nothing. No error or anything.

Please Please Help ME

Simon
 
i did run it though the query analyser and it seemed to work ok. But i've just noticed a problem with it. Something happened when i backed up DB and restored it. Some of the output parameters in the stored procedure got wiped out of the file so i copied the developemnt ST over the backed up one an it fixed the problem. I now have another problem but thats for another post.

Thanks for the quick response

Simon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top